Welcome to our user forum (read only mode).
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Filterformula for DSP data filtering

Go down

Filterformula for DSP data filtering Empty Filterformula for DSP data filtering

Post  Jens Fri Nov 25, 2016 4:04 pm

The formula inside the FPGA is the standard convention with the signs:

y0 = b0x0 + b1x1 + b2x2 - a1y1 - a2y2

index 0 is the current data (x) and current calculated value (y)
index 1 is the previous data (x) and previously calculated value (y)
index 2 is the data from before the previous data (x) and the data calculated before the previously calculated value (y)

Each filter stage is second order.

There are four filter stages.

Higher order filters can be expressed as a combination of second order filters

Jens

Posts : 55
Join date : 2009-03-06
Location : Multi Channel Systems

http://www.multichannelsystems.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum