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!