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
No related branches found
No related tags found
1 merge request!219No functional change. Use short index variables names in capitals, to ease...
......@@ -157,7 +157,8 @@ PACKAGE sdp_pkg is
-- 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
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
......
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