From b9b12a89161871c11d8d6bd5017ab2b1c38ccecc Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Tue, 5 Dec 2017 07:46:04 +0000 Subject: [PATCH] Default fir_wb_reverse=false. --- applications/apertif/matlab/run_pfir_coeff.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/apertif/matlab/run_pfir_coeff.m b/applications/apertif/matlab/run_pfir_coeff.m index cff3d954f0..ff17e54ebf 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); -- GitLab