Dynamic Signal Acquisition

cancel
Showing results for 
Search instead for 
Did you mean: 

POST PROCESSING

Hi,

 

 

LabVIEW cannot read a .xls file using the Read from Spreadsheet File VI- it will output an array of zeros, as yours is.  I would make a copy of the file and change the file extension to .lvm.  This type of file can be read into LabVIEW using the Read From Measurement File Express VI.  

 

Take a look at this KB:

Reading Microsoft Excel Numeric Data Into LabVIEW

 

0 Kudos
Message 11 of 15
(4,488 Views)
Hi, please see this one. here i need to get the mean value at the base but peaks should remain same
0 Kudos
Message 12 of 15
(4,468 Views)

This entire thread is very reminiscent of a recent thread in the LabVIEW board where he was told the same things.

 

http://forums.ni.com/ni/board/message?board.id=170&thread.id=480183

0 Kudos
Message 13 of 15
(4,459 Views)
Please tell me clearly wat componenys should i need to use for this... I just want to get the positive peaks and base distortion should be a constant line ,...... please be active in helping me!! It's really urgent for me..
0 Kudos
Message 14 of 15
(4,429 Views)

Avinash,

 

If you want to get peaks, use Waveform Peak Detection or one of the other similar VIs.

 

If you want to find the base average, parse through the data you get from Excel and if it's below a certain range, add it to the total and divide by number of points.

Jeff | LabVIEW Software Engineer
0 Kudos
Message 15 of 15
(4,399 Views)