Creating a Filter and applying it
2 次查看(过去 30 天)
显示 更早的评论
hey, so i need to apply my designed filter onto an input using filter() . but i dont know how to get the b and a values.
this is the filter that i need
d = fdesign.isinclp('N,Fp,Fst',50,.4,.5);
Hd = design(d,'SincFrequencyFactor',0.25,'SincPower',16,'SystemObject',...
true);
how do i apply this to my input wave
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Digital Filter Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!