- 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:
2015-10-25 10:03:56 +00:00
parent eafe4bf00d
commit 3897393a94
+1 -1
View File
@@ -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;