02-16-2006 10:00 AM
02-17-2006 01:58 PM
The FIR and IIR filter VIs only accept real-valued inputs. When you wire an array of complex numbers into either of these VIs, or any other VI that accepts only double-precision numeric inputs for that matter, the complex values are simply coerced to doubles by taking the real component.
LabVIEW doesn't have any FIR or IIR filters capable of handling complex values directly.