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

Define constant for DC gain of FIR filter with Coeffs16384Kaiser-quant.dat used in LOFAR1.

parent e50cc87a
No related branches found
No related tags found
1 merge request!231Use applications/lofar2/model/pfs_coeff_final.m to create FIR coefficients for...
...@@ -61,6 +61,11 @@ package fil_pkg is ...@@ -61,6 +61,11 @@ package fil_pkg is
constant c_fil_ppf_pipeline : t_fil_ppf_pipeline := (1, 1, 1, 1, 1, 1, 0); constant c_fil_ppf_pipeline : t_fil_ppf_pipeline := (1, 1, 1, 1, 1, 1, 0);
-- DC gain of FIR filter with Coeffs16384Kaiser-quant.dat used in LOFAR1.
-- . Calculated with applications/lofar2/model/run_pfir_coef.m using application = 'lofar_subband'
-- . Not used in RTL, only used in test benches to verify expected subband levels
constant c_fil_lofar1_fir_filter_dc_gain : real := 0.994817;
end package fil_pkg; end package fil_pkg;
package body fil_pkg is package body fil_pkg is
......
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