LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

butterworth filter increases the time

Mari3_0-1584640247801.png

I wrote this labview program, but I am wondering why the time of the filtered signal (graph 5) is so big, does anyone know?

Thanks in advance

0 Kudos
Message 1 of 2
(2,030 Views)

You're only graphing the data array which doesn't carry along any timing information.  So the X-scale of 'Graph 5' simply represents sample #.   You'd need to rebuild your waveform like this:

 

      Kevin_Price_0-1584645139388.png

Note that there are also waveform-based filter functions you can find under the Signal Processing function palette.

 

 

-Kevin P

ALERT! LabVIEW's subscription-only policy came to an end (finally!). Unfortunately, pricing favors the captured and committed over new adopters -- so tread carefully.
Message 2 of 2
(1,998 Views)