LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how do i create a list of frequencies +/- a peak output as ascii file?

I have an VI set up that reads in from a Spectrum Analyzer and searches for the peaks and outputs them along with there amplitudes as an ASCII file.

A Macro has been created in Excel that reads the ASCII file and creates a list of 5  frequencies +/- the peak frequencies above a threshold to be tested later.  The problem is that it has some frequencies

created more than once.

 

Is it possible to create this list in the VI that would filter the list and then output it to excel to be printed later?

0 Kudos
Message 1 of 4
(2,902 Views)
I am using Labview 5 right now.
0 Kudos
Message 2 of 4
(2,901 Views)

ChrisKalina wrote:

I have an VI set up that reads in from a Spectrum Analyzer and searches for the peaks and outputs them along with there amplitudes as an ASCII file.

A Macro has been created in Excel that reads the ASCII file and creates a list of 5  frequencies +/- the peak frequencies above a threshold to be tested later.  The problem is that it has some frequencies

created more than once.

 

Is it possible to create this list in the VI that would filter the list and then output it to excel to be printed later?


 

Of course it is possible to do this.  What have you tried so far?

 

One problem you will have, though, is that LV 5 is such an ancient version, many people on the forums will have trouble being able to open your file, and almost no one will have the means to save back that far.  So you may have a hard time getting help.

0 Kudos
Message 3 of 4
(2,888 Views)

I am relatively new to LabVIEW.  The VI was already in place when I got here, and no one knows how it works.  I am doing what I can to learn it.

 

LabVIEW 5 is the version we have on the computer were we do the testing.

 

I haven't done anything yet, just trying to find a starting point.

 

I am looking at different options, one is to just modify the VI we have already to create the list, second is to interface LabVIEW with MATLAB to create the list from the acquired data.

 

Which would be easier/cheaper to do?

 

I have MATLAB 2009a, with numerous toolboxes. 

0 Kudos
Message 4 of 4
(2,884 Views)