how do i work out the transfer function of my filter for use in an adaptive filter?
3 次查看(过去 30 天)
显示 更早的评论
Hey, I just need a bit of help getting to a transfer function for a filter.
i have to use an FIR filter that i designed in an adaptive filter set up and it seems as though i'll need it in transfer function form to do this. How do I get to transfer function form?
Many thanks, Tom
1 个评论
Matt Fig
2012-11-2
Tom's question:
Hey, I just need a bit of help getting to a transfer function for a filter.
i have to use an FIR filter that i designed in an adaptive filter set up and it seems as though i'll need it in transfer function form to do this. How do I get to transfer function form?
Many thanks, Tom
采纳的回答
Honglei Chen
2012-5-23
If it's an FIR, then the coefficients are the transfer function. Say the coefficients are stored in b, then you can view the transfer function as
freqz(b,1)
更多回答(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!