High-Speed Digitizers

cancel
Showing results for 
Search instead for 
Did you mean: 

Display in frequency domain

Is it possible to display data in frequency domain instead of time domain for NI-Scope soft front panel?
George Zou
0 Kudos
Message 1 of 6
(7,586 Views)
Zou,

The Scope Soft front panel is for time-domain display only. You could not use it for Frequency Domain simply because you require some processing to display data in the frequency domain.

Ayman K
0 Kudos
Message 2 of 6
(7,577 Views)
While you cannot currently display frequency domain data in the NI-SCOPE Soft Front Panel, you can get some useful scalar information.  Try CTRL-M, which will bring up the Measurements Window.  You can add measurements like Frequency, Average Frequency, and FFT Frequency (these will be a single, scalar value rather than a spectrum).

NI Signal Express provides simple ways to see frequency domain data in an interactive environment.

If you are a LabVIEW user, you can use the NI-Scope Express Block and the Spectral Measurements Express Block to configure the digitizer and display frequency domain data in two interactive steps.

If you are a C/C++, CVI, LabVIEW, or Visual Basic user, the NI-SCOPE driver provides programmatic access to frequency domain data (and much more) through the built-in Measurement Library.  Using Fetch Array Measurements, you can get an array of data representing the FFT Amplitude or Phase spectrum.  See the following examples for a demonstration:

   niScope EX Advanced Measurement Library.vi (LabVIEW)
   AdvancedMeasurementLibrary.prj (LabWindows/CVI)
   MeasurementLibrary.c (C)
   AdvancedMeasurementLibrary.frm (Visual Basic)
Message 3 of 6
(7,570 Views)
Hi, I have been reading this post It is very interesting and also I need help. I am doing a project involving scattering matrix (S parameter) using frequency and time domain analysis. In order to make use of S parameter in frequency domain from Vector Network Analyzer, I need to convert S parameters from frequency domain (sweep from 8.2 GHz to 12.4 GHz) to time domain using inverse chirp z transform or any. I have no idea how to implement it. Could you please help or guide me how to implement them. I am using Labview 8.0 and matlab. Please see the attached file for the data in frequency domain both linear , dB magnitude and phase.
Thank you so much for any help.
Tantong
0 Kudos
Message 4 of 6
(7,209 Views)
You have posted the same question in numerous different threads and different forums. Stop it. Now.
0 Kudos
Message 5 of 6
(7,202 Views)
Sorry, I won't do that again. I just try to get some advice from different group.
Thanks
0 Kudos
Message 6 of 6
(7,198 Views)