05-16-2014 09:09 AM
Hi everyone,
I am acquiring EMG data in real time though a while loop... The data has some minor bias and a little noise and I would like to run a bandpass (10-1000Hz) 2nd order butter filter on it... I can do this ok, but I am not sure what data type I should be filtering and what type of filter I should be using..
I am acquiring data straight from the DAQ assistance.. The wire is a blue.grey color.. I think it is DDT?.. Should I convert this to arrany or waveform for real-time filtering?
Should the filter be a PtbyPt filter? Or is a specific type of filter vi I should be using for real-time processing?
Thanks,
Jack
05-19-2014 12:00 PM
Hello jcannon,
The DAQ Assistant returns a dynamic datatype, you can use the Convert from Dynamic Data to convert to a waveform or DBL data type if needed. If you convert to a DBL array, you can then use a Butterworth Filter.vi to process it. When you say ‘real time processing’, do you mean that you will be programming in LabVIEW Real Time?
05-19-2014 04:03 PM
05-19-2014 04:11 PM
05-19-2014 04:14 PM
05-19-2014 05:02 PM
05-19-2014 05:03 PM
05-19-2014 06:26 PM