06-15-2011 03:47 AM
Solved! Go to Solution.
06-15-2011 03:52 AM
06-15-2011 09:50 AM
The first method is treating the 4 AIs as a single channel, so it is not doing what you want. The second method is correct, but costs more since it has to instantiate 4 independent filters.
One option would be to cascade 2nd order multichannel filters to make a 4th order. Use the single-channel 4th order "Butterworth Coefficients" VI from the FPGA Interface>>Scaling palette to get the 6 coefficients you need. Pass 3 of those coefficients into each 2nd order stage. I haven't tried this myself, but can help if you run into problems.
I don't see any benefit to adding feedback nodes, but am not sure what you have in mind there.
06-15-2011 11:02 PM
LabVIEW 2010 allow you to configure the butterworth for multiple channels so the first diagram would work if you make that change.
06-16-2011 02:12 AM