Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

need help on the design of decimation filter

Status
Not open for further replies.

shameem

Member level 5
Joined
Oct 27, 2005
Messages
90
Helped
5
Reputation
10
Reaction score
3
Trophy points
1,288
Activity points
2,031
hi,
i want to implement a decimation filter on blackfin 533 processor which should decimate the input sequence by 4. i have read two technique to design such filter. According to the first technique, we wait four 4 samples to come to do the filtering process once. In this way we decimate the samples before filtering. The second approach can be to design a polyphase filter.
Now i am confused which technique should i adopt so that my filter take minimum processor cycle.
if anybody have some idea, please helpme.
 

I recommended this book:
"Multirate Digital Signal Processing"
Ronald E. Crochiere, Lawrence R. Rabiner
 

4:1 is very simple, normal is FIR and 4:1. the FIR filter can be designed as 1+z-1+z-2+z-3, or other coefficent according your input signal frequency spectrum and required SNR.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top