LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save Power Spectrum from ni5660

I am using ni5660 to capture the power pectrum using "ni5660 Power in Band" example.
 
Is it possible to save the power spectrum for later use?  In which format can it be saved?  Is there a VI that will do it for me?
 
When I mean the spectrun data I mean the output of "ni5660 Read Averaged Power Spectrum".
 
Thanks.
0 Kudos
Message 1 of 6
(2,838 Views)
Hi,

Using any of the File I/O VIs within LabVIEW should work fine for this.  I have attached an example of how this could be implemented by writing to a binary file.  When streaming data in the way you intend to with this example, the binary file format is recommended because it is more efficient in terms of space than other file formats.  In addition to the modified example I have also attached a sample VI that shows how you can read back the data written to the file and confirm that the spectrum actually was saved.  Let me know if you have any questions.

Regards,
Andrew W
National Instruments
Download All
0 Kudos
Message 2 of 6
(2,822 Views)

Hi 

i have a similar question to this, it is possible to save power spectrum cluster as a tdsm file. is there any way to covert  the cluster to an array 

0 Kudos
Message 3 of 6
(2,310 Views)

Hi philip_97,

This forum post should answer your question: https://forums.ni.com/t5/LabVIEW/Power-Spectrum-to-TDMS/td-p/3056905

0 Kudos
Message 4 of 6
(2,292 Views)

Hi,

DO u know how to overlay power spectrum graph over each other as it is generated  in order to have all power spectrum graphs on one graph  

0 Kudos
Message 5 of 6
(2,282 Views)

Hi Philip,

 

create an array of plots for your graph…

(You don't have "several graphs in graph", you can have "multiple plots per graph"!)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 6
(2,278 Views)