- set filter gain to unity
git-svn-id: http://moon:8086/svn/vhdl/trunk@1330 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -96,7 +96,7 @@ ARCHITECTURE behavior OF tb_fir_parallel IS
|
||||
SIGNAL fileout_enable : std_logic := '1';
|
||||
|
||||
-- Test coefficients
|
||||
SIGNAL coeff_in : sfixed_array_t(0 to ntaps-1, shi(nbits_stages, nbits_stages_frac) downto slo(nbits_stages, nbits_stages_frac)) := to_sfixed_array(FilterCoef_Lowpass(ntaps, 0.125, 0.125), nbits_stages, nbits_stages_frac);
|
||||
SIGNAL coeff_in : sfixed_array_t(0 to ntaps-1, shi(nbits_stages, nbits_stages_frac) downto slo(nbits_stages, nbits_stages_frac)) := to_sfixed_array(FilterCoef_Lowpass(ntaps, 0.125, 1.0), nbits_stages, nbits_stages_frac);
|
||||
|
||||
SIGNAL xi, yo : real := 0.0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user