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!