Why does the CHEBWIN function give incorrect results in Signal Processing Toolbox 6.1 (R13SP1)?
Show older comments
When I use the following code:
wvtool(chebwin(4096,30))
The main lobe of the time response does not have a peak at 1.0 as expected. However, if I use the code:
wvtool(chebwin(4096,60))
I receive a peak amplitude of 1.0. I should receive a peak amplitude of 1.0 in all situations.
Accepted Answer
More Answers (0)
Categories
Find more on Chebyshev 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!