A scope for Simulink and MATLAB
Do you know about the Time Scope available with the DSP System Toolbox?
This visualization tool was introduced in release R2010a and has been improved upon every release thereafter.
The novelty of this tool is that it ships as both a Simulink block and a System object (dsp.TimeScope) and therefore offers the same graphical user interface, parameters, and tools in both the MATLAB and Simulink environments.
A Scope for Simulink
To use it in a model, just drag the block from the Library Browser and connect the signal you want to visualize.
As you can see, when used in Simulink, the Time Scope allows you to control the simulation directly on the scopes, for example, it has Start, Pause and Stop buttons. In addition, there is a button to highlight and quickly find the block corresponding to the Scope within the model.
A Scope for MATLAB
For MATLAB-based simulations, the Time Scope System object offers the standard System object methods, for example:
So, what is unique about the Time Scope?
Both the block and System object offer many common features, for example, both include integrated measurement panels, which display Signal Statistics, peak detection and Bi-level measurements:
The Time Scope has a configurable layout that lets you select the number of rows and columns used to display multiple axes:
Unique to this scope is its ability to accept input data as both sample-based and frame-based signals. Also, both block and System object accept complex data and automatically display the data as Magnitude and Phase, or real and imaginary parts.
Look at the demos
Many of the Simulink and MATLAB based examples of the DSP System Toolbox have been updated to take advantage of the Time Scope features. From the Help Browser, look in the demo section of the DSP System Toolbox:
For MATLAB users, you will find demos like:
- Envelope Detection
- GSM Digital Down Converter
and for Simulink:
- Audio Sample Rate Conversion
- Autoscaling and Curve Fitting
Moreover, I strongly recommend going through the block documentation to see everything the Time Scope can do.
Now it's your turn
What do you think of the Time Scope? Let us know by leaving a comment here
댓글
댓글을 남기려면 링크 를 클릭하여 MathWorks 계정에 로그인하거나 계정을 새로 만드십시오.