LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

IIR Filters in FPGA

I am trying to modify IIR filters and use them in FPGA vi. Originally, the signal was filtered using the IIR filter vi (see below).

 

iir.png

 

The coefficients were calculated using matlab, so this vi (and different combinations of it) was configured to do different signal processing. I would like to use the sample IIR filter in a FPGA vi and I have been trying to achieve this by using the Digital Filter Design Toolkit. However, the IIR filter design vi (and the classical filter design express vi) ask for different inputs than matlab. Is there any way to do this?

 

Thanks!

0 Kudos
Message 1 of 2
(3,235 Views)

Hi rhong,

 

There is a couple of Express VIs for Butterworth and Notch filters in FPGA. I don’t believe we have a specific function that uses those same coefficients as inputs. However, we do have some guidelines on IIR filter design in FPGA. Otherwise, you could also consider opening the subVI and keep working based on it.

0 Kudos
Message 2 of 2
(3,203 Views)