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

Use data/Coeffs16384Kaiser-quant.dat when application = lofar_subband.

parent d2d768ce
Branches
No related tags found
1 merge request!219No functional change. Use short index variables names in capitals, to ease...
......@@ -127,8 +127,8 @@ elseif strcmp(application, 'lofar_subband')
L = 16;
coeff_w = 16;
q_full_scale = 2^(coeff_w-1);
coeffLoad = load('data/Coefficient_16KKaiser.dat'); % column
%coeffLoad = load('data/Coeffs16384Kaiser-quant.dat'); % column
%coeffLoad = load('data/Coefficient_16KKaiser.gold'); % column, created with pfs_coeff_final.m, DC gain = 0.995714
coeffLoad = load('data/Coeffs16384Kaiser-quant.dat'); % column, used in LOFAR1, DC gain = 0.994817
coeffLoad = coeffLoad'; % row with integer coefficients from file
config.dc_adjust = false;
if config.dc_adjust==false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment