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

Add comment on coefs symmetry.

parent e1f3d19a
No related branches found
No related tags found
1 merge request!420Resolve RTSD-264
Pipeline #101175 passed with warnings
...@@ -77,6 +77,8 @@ title ('Sum of correlator responses for Bin 0 and 1') ...@@ -77,6 +77,8 @@ title ('Sum of correlator responses for Bin 0 and 1')
% 2304, using Q = 12. The number of FFT blocks remains Ntaps = 12, because % 2304, using Q = 12. The number of FFT blocks remains Ntaps = 12, because
% the shape of cl is the same as for c. The FFT block size now becomes Nfft = % the shape of cl is the same as for c. The FFT block size now becomes Nfft =
% Kfft * Q = 16 * 12 = 192. % Kfft * Q = 16 * 12 = 192.
% Using Q > 1 does cause the FIR filter to become slightly asymmetrical, so
% the group delay is not exactly constant (Ncoefs - 1) / 2.
Q = 12; Q = 12;
% Y = interpft(X, N) returns a vector Y of length N obtained by interpolation % Y = interpft(X, N) returns a vector Y of length N obtained by interpolation
% in the Fourier transform of X. % in the Fourier transform of X.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment