X
XanX
Guest
Given an IIR filter defined by the following difference equation
y
= 0.5y(n − 1) − .3x
+ .2x(n − 1) + .5x(n − 2)
Find the system function H(z) of the filter.
Also if anyone knows how to implement this in matlab, it would be greatly appreciated, I know its filtfilt() ...
y
Find the system function H(z) of the filter.
Also if anyone knows how to implement this in matlab, it would be greatly appreciated, I know its filtfilt() ...