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

Improved quantisation using q_full_scale in a uniform manner.

parent 69b4ee3f
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ if strcmp(tb.model_filterbank, 'LOFAR')
tb.nof_subbands = 512;
else
tb.model_quantization = 'floating point';
%tb.model_quantization = 'fixed point';
tb.model_quantization = 'fixed point';
tb.nof_subbands = 64;
end
......@@ -106,7 +106,7 @@ tb.subband_wg = 47; % subband range 0:tb.nof_subbands-1, can be
% Model a frequency sweep of the 'sinusoid'
tb.chirp = 0; % 0 = use fixed tb.subband_wg frequency, else increment WG frequency every block to have chirp frequency sweep
%tb.chirp = 1;
tb.chirp = 1;
if tb.chirp
tb.nof_tsub = 200; % number of subband periods to simulate
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment