Filter Butterworth
이전 댓글 표시
I have this script: Wp=?; Ws=0.6; Rp=?; Rs=?; [n,Wn] = buttord(Wp,Ws,Rp,Rs); [b,a] = butter(n,Wn,'low'); Ws know, how do I choose the Wp,Rp and Rs ? I apologize in advance if the question can be trivial, but I need help. Thank you for your attention and look forward to a reply soon.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Butterworth에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!