by "bharat pathak" <bharat@[EMAIL PROTECTED]
>
Oct 6, 2008 at 12:45 PM
For delay a simple matlab filter command will do.
For example you had xin data which is set of random
numbers
>> xin = rand(1,100) % 100 random numbers
>> h = [0 0 0 0 1 0 0 0 0] % 9 tap linear phase FIR filter
>> xdel = filter(h, 1, xin) % xdel is 4 sample delayed version of
xin
Regards
Bharat Pathak
Arithos Designs
www.Arithos.com
DSP Design Consultancy and Training Company.
Join us on 2 day workshop at Pune (India) On "Fundamentals of DSP using
Matlab/Octave". This workshop is held on 18th and 19th Oct. For more
details send mail to bharat@[EMAIL PROTECTED]