How does filter function works?
4 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I used edit filter to see how does it work but I did not find any relative information. I used FIR filter filter(b,1,signal). I need to know how does it work.
Thankss
0 件のコメント
回答 (1 件)
Daniel Shub
2011 年 12 月 13 日
See this filter documentation
doc filter
as well as this question: http://www.mathworks.com/matlabcentral/answers/9900-use-filter-constants-to-hard-code-filter
6 件のコメント
Daniel Shub
2012 年 1 月 6 日
I am guessing you want to leave it out. The zi/zf input/outputs are most useful for when you are filtering in blocks. I believe that if you leave zi out, MATLAB assumes that the input has been zero for a very long time.
参考
カテゴリ
Help Center および File Exchange で Filter Design についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!