Dynamic Signal Acquisition

cancel
Showing results for 
Search instead for 
Did you mean: 

sample mode average peak detect。。。 for NI scope 5112(eg)

 how can I use the NI scope to acquire wave  as Normal oscilloscope  in  the average (or Peak detect  etc ) sample mode ?    

无标题.png

0 Kudos
Message 1 of 4
(4,455 Views)

Hi,

For capturing the waveform, I would like to suggest you install the NI SCOPE 18.1 version. It has the function for capturing waveform (just like screenshot) with a clicking of your mouse at the SAME ICON as you are clicking above.

 

For the compatibility, you can refer to: 

http://www.ni.com/pdf/manuals/375360m.html

 

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

  not just only use the front panel VI(exe),  but how can I write or use the sub vi  programing, and algorithm

0 Kudos
Message 3 of 4
(4,331 Views)

First, please review the example found here:

<LabVIEW>\examples\instr\niScope\niScope EX Windowing.vi

which shows how you can use the capabilities of the hardware and drivers to calculate averaged spectra. Refer to the documentation to review the default averaging mode and to see what averaging parameters may be set for your hardware.

 

If you are trying to implement spectrum averaging for post-processing FFT spectra, evaluate the averaging implementation in FFT Spectrum (Mag-Phase) for 1 Chan.vi

Dig into subVIs to find implementation of peak hold, rms averaging, and vector averaging.

Doug
Enthusiast for LabVIEW, DAQmx, and Sound and Vibration
0 Kudos
Message 4 of 4
(4,242 Views)