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!