How can I create and access a "dsp.FIRInterpolator" object with quantized coefficients in MATLAB R2025b?
Show older comments
I am designing filters using the "FilterBuilder" tool in MATLAB R2025b. I can see the quantized coefficients in the "Filter Visualization Tool"; "filterBuilder" allows me to easily see the effects of quantization in order to explore word size to get the best FIR (Finite Impulse Response).
However, there does not seem to be a way to directly access the quantized coefficients for "dsp.FIR*" system objects once that design is complete. The "dsp.FIRInterpolator" object that is created in the workspace only has the full double precision coefficients in the "Numerator" property.
How can I create a "dsp.FIRInterpolator" object with quantized coefficients and access them for further analysis?
Accepted Answer
More Answers (0)
Categories
Find more on Fixed-Point Filters in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!