How to design a high pass filter and test the filter by a signal
조회 수: 2 (최근 30일)
이전 댓글 표시
Sampling freq= 8kHz Stopband: 0-1kHz Passband: 1.5-4 kHz; Hamming Window
Input signal:3cos(1000*pi*t)+2cos(6000*pi*t)
댓글 수: 0
답변 (1개)
Salaheddin Hosseinzadeh
2015년 6월 30일
Hi,
Type fdatool in the MATLAB command window.
It opens the Filter Designa and Analysis window, where you can design your filter.
Then create a function from it, and pass the signal in and get the output.
It's fairly easy, just play with fdatool GUI a little.
Good Luck!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Hamming에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!