hallo to everyone
i'm trying to implement a digital filter which is a pure delay.
is this code right?
h=fir1(delay*2, 0.999, blackman(2*delay+1));
I use this code because a fir filter give to me a delay equal to half
of filter order.
fir1 function seems to not accept 1 as second parameter. why?
Is there any other simpler code ?
(sorry for my english)