MATLAB Simulink - Signals Processing



In this chapter, we will understand the signals generation in Simulink. To start with, select a blank model from Simulink page and open Simulink browser library as shown below −

SP

In sources library, you will get a signal generator symbol. It will help us to create different types of signals.

Signal Generator

Select the Signal Generator and drag it to get inside the blank model as shown below −

SG

To see the output of the signal generator, we need one more block called scope from sinks library as shown below −

Sinks Library

Select the block and drag it to get inside the model.

Model

Double click on signal generator or right click and select block parameters and it will display a screen as shown below −

Square

The signal generator can show waveforms like sine, square, sawtooth, random. We will select the square waveform. Let the amplitude and frequency be as 1. Click on OK to update the changes made.

Now, connect the lines between signal generator and scope block as shown below −

Waveform

Now click on Run button to see the square waveform as shown below −

Square Waveform

Let us now try the sawtooth wave form. Right click signal generator or double click and change the waveform to sawtooth.

Sawtooth

Let us change the frequency to 2. Click on OK to update the changes. Now run the model to see the changes as shown below −

Frequency

Let us now add some more signals to the above model. We will take the step signal from the sources library as shown below −

Step

We just have one input for the scope block. Let us increase it to 2 inputs. Right click and open the block parameters.

Configuration Properties

Click on OK button to update the changes. Now, the scope block has 2 inputs as shown below −

Block3

Connect the step input arrow with the scope arrow.

Input Arrow

Now click on Run button to run the model.

Runmodel

You can add some more signals and test the same.

Advertisements