Main Content

Scopes and Data Logging

Display and record data

DSP Scopes visualize your streaming/real-time data using hardware-inspired interfaces. Use measurements, cursors, triggers, and masks to visually inspect and analyze streaming data. In MATLAB®, you can visualize streaming data using scope System objects. In Simulink®, you can visualize signals using scope blocks or apps, or you can save data to MATLAB with theTime ScopeorTo Workspaceblocks.

Blocks

expand all

Array Plot Display vectors or arrays
Display Show value of input
Spectrum Analyzer Display frequency spectrum
Time Scope Display and analyze signals generated during simulation and log signal data toMATLAB
To Workspace Log data to workspace from万博1manbetxmodel
Triggered To Workspace Write input sample toMATLABworkspace when triggered
Spectrum Analyzer Display frequency spectrum
Time Scope Display and analyze signals generated during simulation and log signal data toMATLAB

Functions

expand all

timescope Display time-domain signals
spectrumAnalyzer Display frequency spectrum of time-domain signals
dsp.ArrayPlot Display vectors or arrays
dsp.LogicAnalyzer Visualize, measure, and analyze transitions and states over time
dsp.DynamicFilterVisualizer Display time-varying magnitude response of digital filters
dsp.MatrixViewer Visualize matrix data
timescope Display time-domain signals
TimeScopeConfiguration Control Scope block appearance and behavior
generateScript GenerateMATLABscript to create scope with current settings
spectrumAnalyzer Display frequency spectrum of time-domain signals
SpectrumAnalyzerConfiguration Configure Spectrum Analyzer block
isNewDataReady Check spectrum analyzer for new data
generateScript GenerateMATLABscript to create scope with current settings
getSpectrumData Save spectrum data shown in spectrum analyzer
getSpectralMaskStatus Get test results of current spectral mask
getMeasurementsData Get the current measurement data displayed on the spectrum analyzer
dsp.LogicAnalyzer Visualize, measure, and analyze transitions and states over time
addCursor Add cursor to Logic Analyzer
addDivider Add divider to Logic Analyzer
addWave Add wave to Logic Analyzer
deleteCursor Delete Logic Analyzer cursor
deleteDisplayChannel Delete Logic Analyzer channel
getCursorInfo Return settings for Logic Analyzer cursor
getCursorTags Return all Logic Analyzer cursor tags
getDisplayChannelInfo Return settings for Logic Analyzer display channel
getDisplayChannelTags Return all Logic Analyzer display channel tags
modifyCursor Modify properties of Logic Analyzer cursor
modifyDisplayChannel Modify properties of Logic Analyzer display channel
moveDisplayChannel Move position of Logic Analyzer display channel
dsp.ArrayPlot Display vectors or arrays
generateScript GenerateMATLABscript to create scope with current settings
dsp.MatrixViewer Visualize matrix data
setCursorDataLabels Customize data labels for cursor measurements
dsp.DynamicFilterVisualizer Display time-varying magnitude response of digital filters
step Display time-varying magnitude response
dsp.SignalSink Log simulation data in buffer

Apps

Logic Analyzer Visualize, measure, and analyze transitions and states over time

Topics

Scope Configuration

Scope Workflows

Data Logging

Related Information