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.

Block filtering for real time signals

Status
Not open for further replies.

2010ee179

Member level 2
Joined
Jun 22, 2011
Messages
43
Helped
4
Reputation
8
Reaction score
3
Trophy points
1,288
Location
Pakistan
Activity points
1,555
Hey , I'm trying to implement a FIR filter using PIC32 microcontroller.

I read a sample, process it and then send it to output. I'm done and waiting for next sample. This is sample by sample filtering.
Now I want to implement block filtering that is to read a block of consecutive samples, process them and then output them.
But i don't see how its gonna work for real time signals...I mean when I'm processing a block...what about the samples coming at that time...
I can't read and buffer those samples while I'm processing current block. I can only do one task at a time.

I'd appreciate if you guys could give me any suggestion.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top