problem about filter order in design tool
조회 수: 4 (최근 30일)
이전 댓글 표시
this is the filter i designed
the specify order is 101 , and in current filter information the order is 100 , is there any problem about the order , i have no idea .
댓글 수: 0
답변 (2개)
Star Strider
2015년 5월 6일
There is no problem. The filter order the MATLAB routines design is determined by the filter requirements you set, according to some fairly standard algorithms that are probably in most signal processing textbooks.
I would also experiment with the ‘Minimum Order’ option to see if you can get the same passband and stability with a shorter filter.
댓글 수: 0
Honglei Chen
2015년 5월 7일
The reason for this discrepancy is because Hann window has a trailing zero at the end. And I believe in the info window, it didn't count that zero since you don't really need it.
참고 항목
카테고리
Help Center 및 File Exchange에서 Filter Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!