IIR bands stop filter
조회 수: 2 (최근 30일)
이전 댓글 표시
I want to dsign IIr filter band stop with the following conditions:
0.8<= | Hd(exp(jw)) |<=1, 0<=w<=0.2pi 0.7pi<=w<=pi
| Hd(exp(jw)) | <=0.2, 0.3pi<=w<=0.6pi
댓글 수: 0
답변 (1개)
Swetha Polemoni
2021년 4월 20일
Hi
You can use designfilt to design filters in Matlab. Have a look at Name-Value Pair Arguments such as 'PassbandFrequency', 'StopbandFrequency', 'StopbandAttenuation' to get the filter with desired specifications.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Digital Filter Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!