Need Blackman window filter design MATLAB code without using library functions??
1 回表示 (過去 30 日間)
古いコメントを表示
I Need Blackman window filter design MATLAB code without using library functions??
1 件のコメント
Keith Thornicroft
2014 年 6 月 22 日
Hi Rajesh,
I would start by deriving the shape of the Blackman window as an array. This is then normalised to 0dB and becomes your FFT filter kernel. Upon convolution with your 'dirty' signal it will attenuate your undesired frequency content. Look into multiplying two spectrums together and the inverse FFT.
I hope that helps,
Keith
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!