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

Correct c_sdp_subband_equalizer_latency = 7, to accouint for added msb and lsb...

Correct c_sdp_subband_equalizer_latency = 7, to accouint for added msb and lsb pipeline in requantizer.
parent 5ae46690
No related branches found
No related tags found
1 merge request!289Rename c_sdp_W_fsub_wg into c_sdp_W_local_oscillator. Use...
...@@ -182,6 +182,11 @@ PACKAGE sdp_pkg is ...@@ -182,6 +182,11 @@ PACKAGE sdp_pkg is
CONSTANT c_sdp_wpfb_fir_filter_dc_gain : REAL := c_fil_lofar1_fir_filter_dc_gain; -- = 0.994817, almost unit DC gain CONSTANT c_sdp_wpfb_fir_filter_dc_gain : REAL := c_fil_lofar1_fir_filter_dc_gain; -- = 0.994817, almost unit DC gain
CONSTANT c_sdp_wpfb_subband_sp_ampl_ratio : REAL := func_wpfb_subband_gain(c_sdp_wpfb_subbands, c_sdp_wpfb_fir_filter_dc_gain); CONSTANT c_sdp_wpfb_subband_sp_ampl_ratio : REAL := func_wpfb_subband_gain(c_sdp_wpfb_subbands, c_sdp_wpfb_fir_filter_dc_gain);
-----------------------------------------------------------------------------
-- Subband Equalizer
-----------------------------------------------------------------------------
CONSTANT c_sdp_subband_equalizer_latency : NATURAL := 7;
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- Statistics offload -- 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