LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I reverse a signal from a measurement file (*.lvm)

Hello,

I have a signal obtained from a NI aquisition device.

The signal length in 131072 samples, and the sampling frequency is 15KHz.

I need to reverse this signal so that sample 1 becomes sample 131072, and sample 131072 becomes sample 1.

In matlab I can do this with the "fliplr" function, but I would like to save the reversed file as a *.lvm file.

Can you help me please?

Thank you and have a nice day.
0 Kudos
Message 1 of 3
(2,735 Views)
Hi raul,

there's a "reverse 1d array" functiuon in the array palette. Try this on your sampled data!
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,734 Views)
Yep, Reverse 1D Array should do the trick, but if you're dealing with LVMs and measurement data initially, you might need to do a little conversion of data first.  This might be closer to what you're looking for.  Good luck!


Message Edited by Jeff B on 03-13-2008 08:56 AM
0 Kudos
Message 3 of 3
(2,726 Views)