在MATLAB中,我必须通过截止频率来设计滤波器。但是这个截止频率是每个样本的弧度。如何将$ \ textrm {Hz} $中的模拟截止频率转换为MATLAB所需的每样本弧度?

评论

你知道采样率吗?

是的,可以说Fs

#1 楼

最好使用某些尺寸分析来解决此类问题:

$$ f _ {[\ rm rad / samples]} = f _ {[[rmrms / sec]} \ cdot \ frac {\ text { sec}} {\ text {samples}} \ cdot \ frac {\ text {rad}} {\ text {cycle}} $$

$$ f _ {[\ rm rad / samples]} = f _ {[[rm周期/秒]} \ cdot \ frac {2 \ pi} {f_s} $$

其中$ f_s $是$ \ textrm {Hz} $中的采样率。