LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

realtime filtration

I am going to do an acquisition of ECG signal. I need to perform continuous filtration of this signal. Do you have any Idea, how to perform filtration of continously sampled signal in LabVIEW?
0 Kudos
Message 1 of 2
(2,361 Views)
Hello,
 
Fundamentally I think you have two choices: hardware and software.  For hardware you'll be defining the filter circuit which will precede your acquisition.  Acquisition related questions with DAQ products will be better fielded in the Data Acquisition forum.  For software filtering, there are examples in the Example Finder (Help -> Find Examples...) to help you get started.  How fast you are acquiring data will in part determine whether or not your code will be able to keep up to give you the "real-time" filtering you seem to be looking for.
 
Best Regards,
 
JLS
Best,
JLS
Sixclear
0 Kudos
Message 2 of 2
(2,347 Views)