CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Low latency Filter design

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
christie97



Joined: 11 Sep 2010
Posts: 1

View user's profile Send private message

Low latency Filter design
PostPosted: Sat Sep 11, 2010 3:22 pm     Reply with quote

Hello,

I have a quick elementary question on filter design.
I learned that recursive filter has low latency than non-recursive filter but is there any one who can tell me why ? What characteristic makes it have low latency? I would appreciate much if someone can explain in signal processing perspective. Thanks a lot in advance!
FvM



Joined: 27 Aug 2008
Posts: 2337
Location: Germany

View user's profile Send private message

PostPosted: Sun Sep 12, 2010 4:53 am     Reply with quote

The question is not particularly related to CCS C, I think. The correct term in a signal processing perspective would be group delay rather than latency. Non-recursive respectively FIR (finite impulse response) filters are usually symmetrical and have a frequency independant group delay of 1/2 of it's sequence length. Recursive or IIR filters have basically the same group delays as their analog prototypes (Bessel, Butterworth, Chebyshev, elliptical) plus possibly a small extra for the processing times. They are generally frequency dependant (except for the Bessel type), so you can't compare them easily with FIR filters, but in the passband, the delay can be expected smaller. Simply, they don't involve an artificial signal delay as the FIR filters do.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group