util_fir_dec: Changed output rounding mode to Symmetric rounding to Zero
This removes the added DC component that was introduced by the previous rounding modemain
parent
7e5d8664ad
commit
ce6b0cc7f3
|
@ -21,7 +21,7 @@ CONFIG.Filter_Type {Decimation} \
|
|||
CONFIG.Interpolation_Rate {1} \
|
||||
CONFIG.Number_Channels {1} \
|
||||
CONFIG.Number_Paths {2} \
|
||||
CONFIG.Output_Rounding_Mode {Truncate_LSBs} \
|
||||
CONFIG.Output_Rounding_Mode {Symmetric_Rounding_to_Zero} \
|
||||
CONFIG.Output_Width {16} \
|
||||
CONFIG.Quantization {Integer_Coefficients} \
|
||||
CONFIG.RateSpecification {Frequency_Specification} \
|
||||
|
|
Loading…
Reference in New Issue