by John <sampson164@[EMAIL PROTECTED]
>
Oct 6, 2008 at 05:20 AM
On Oct 6, 6:36=A0am, "aenima1891" <aenima1...@[EMAIL PROTECTED]
> wrote:
> hallo to everyone
> i'm trying to implement a digital filter which is a pure delay.
> is this code right?
>
> h=3Dfir1(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)
How about using a simple delay line?
John