Skip to content
Snippets Groups Projects
Commit b9b12a89 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Default fir_wb_reverse=false.

parent 2252ac06
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment