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

Define c_sdp_wpfb_subband_sp_ampl_ratio here.

parent 1b281752
Branches
No related tags found
1 merge request!219No functional change. Use short index variables names in capitals, to ease...
...@@ -158,6 +158,7 @@ PACKAGE sdp_pkg is ...@@ -158,6 +158,7 @@ PACKAGE sdp_pkg is
-- DC gain of WPFB FIR filter obtained from applications/lofar2/model/run_pfir_coef.m using application = 'lofar_subband' -- DC gain of WPFB FIR filter obtained from applications/lofar2/model/run_pfir_coef.m using application = 'lofar_subband'
-- Not used in RTL, only used in test benches to verify expected suband levels -- Not used in RTL, only used in test benches to verify expected suband levels
CONSTANT c_sdp_wpfb_fir_filter_dc_gain : REAL := 0.994817; CONSTANT c_sdp_wpfb_fir_filter_dc_gain : REAL := 0.994817;
CONSTANT c_sdp_wpfb_subband_sp_ampl_ratio : REAL := 8.0 * c_sdp_wpfb_fir_filter_dc_gain; -- ~= 8 for unit FIR DC gain, depends on internal WPFB quantization and FIR coefficients
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- Statistics offload -- Statistics offload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment