Can only choose pi radians / sample in Passband frequency, not Hz.
4 次查看(过去 30 天)
显示 更早的评论
As the title says. I'm trying to use preprocessing options in Signal Analyzer and it doesn't present me with a Hz option when inputting the passband frequency, what could the reason be?
0 个评论
采纳的回答
Daniel M
2019-10-19
编辑:Daniel M
2019-10-19
This toolbox uses the convention that unit frequency is the Nyquist frequency, defined as half the sampling frequency. The cutoff frequency parameter for all basic filter design functions is normalized by the Nyquist frequency. For a system with a 1000 Hz sampling frequency, for example, 300 Hz is 300/500 = 0.6. To convert normalized frequency to angular frequency around the unit circle, multiply by π. To convert normalized frequency back to hertz, multiply by half the sample frequency.
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!