Designing a digital filter
显示 更早的评论
After determing the natural frequency of a beam, I am tasked to design a digital filter to retain this frequency (filter out all other frequencies). How do I go about this process?
- Thank you
回答(1 个)
Star Strider
2022-11-8
0 个投票
With the Signal Processing Toolbox, use the bandpass function. For best results, use the 'ImpulseResponse','iir' name-value pair. This will design a very efficient elliptic bandpass filter.
If you need to do it from command-line arguments, that is straightforward. I will post that if you request it.
.
类别
在 帮助中心 和 File Exchange 中查找有关 Digital and Analog Filters 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!