diff --git a/applications/apertif/matlab/run_pfir_coeff.m b/applications/apertif/matlab/run_pfir_coeff.m index cff3d954f0c928030730cef388974242b44c3bd4..ff17e54ebf25a85e54735155913fdec2794280ea 100644 --- a/applications/apertif/matlab/run_pfir_coeff.m +++ b/applications/apertif/matlab/run_pfir_coeff.m @@ -178,7 +178,7 @@ NL = N*L; % Total number of FIR filter coefficients (taps) % In a time domain simulation a CW at those bins will then also show in % the DC bin. fir_wb_reverse = true; -%fir_wb_reverse = false; % default +fir_wb_reverse = false; % default if fir_wb_reverse P = 4; coeff = reshape(coeff, P, NL/P);