Analyzing Data in an Interactive Graph
- Updated2023-02-17
- 2 minute(s) read
Analyzing Data in an Interactive Graph
You can better understand your data by visualizing it in an interactive graph.
-
Capture data that your application generated using one of the following options:
- Right-click a panel object and select Capture data.
- Select .
- Double-click the data item in the Captured Data tab to visualize the data in the workspace.
- Use the workspace to explore and configure the data in the graph.
-
If you want to apply an analysis function to the data in the graph, select an analysis panel on the
Plots tab.
Note To use analysis panels, your data item must be an analog waveform of double-precision floating-point numbers or a 1D-array of double-precision floating-point numbers. If your data item does not meet the data type requirement, use a conversion node and capture the converted data to complete this step.
Analysis Function Description Amplitude Measurements Performs peak amplitude measurement. Curve Fit Finds the line that best represents an input signal or input data set using a specific fitting method. FFT Spectrum Computes the averaged FFT spectrum of a signal. Filter Applies a lowpass, highpass, bandpass, or bandstop filter to a signal. Histogram Finds the discrete histogram of a signal. Limit Testing Performs limit testing by comparing the signal to upper and lower limits that you define. Pulse and Transition Measurements Returns various measurements of a specific pulse in a periodic waveform or an array of periodic waveforms, such as the period, pulse duration, and duty cycle. Resample Resamples a signal according to a specific delay and sampling interval. Scaling and Mapping Scales a signal based on a straight line. Signal Correlation Computes the auto correlation of a signal or cross correlation of two signals. Statistics Performs statistical calculations on a signal. Tone Measurements Finds tones with specific amplitude and frequency parameters. Adjust the variables of the analysis function until it meets the requirements of your application. The graph updates in real time to show the resulting data on the same graph as the original data. You can click Capture & view data in the top right corner to view only the data that the function produces with the current configuration.Note To create a node that replicates the analysis function you configured, open the Configured Code pane at the bottom of the analysis panel, click Copy to Clipboard, and then paste the node onto the diagram in a VI.
Related Information
- Customizing Analysis Functions Using Interactive Graphs
Use visualized data to configure filters, frequency domain transfers, and statistical analysis functions and create a customized node that you can use in your code.
- Capturing and Analyzing Data