BER calculation now correct :-/

This commit is contained in:
Silas Oettinghaus
2026-02-02 14:50:56 +01:00
parent 005e821131
commit 4e233bde95

View File

@@ -19,7 +19,7 @@ errorIndice= [];
if length(data_ref) == length(data_in)
bits = numel(data_in(:,options.skip_front+1:end));
bits = numel(data_in);
if options.returnErrorLocation == 0
errors = sum( data_in ~= data_ref,"all" );