How does filter function works?

8 views (last 30 days)
khatereh
khatereh on 13 Dec 2011
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

Answers (1)

Daniel Shub
Daniel Shub on 13 Dec 2011
See this filter documentation
doc filter
  6 Comments
Daniel Shub
Daniel Shub on 6 Jan 2012
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.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!