
- MATLAB Simulink Tutorial
- MATLAB Simulink - Home
- MATLAB Simulink - Introduction
- MATLAB Simulink - Environment Setup
- MATLAB Simulink - Starting Simulink
- MATLAB Simulink - Blocks
- MATLAB Simulink - Lines
- MATLAB Simulink - Build & Simulate Model
- MATLAB Simulink - Signals Processing
- MATLAB Simulink - Adding Delay To Signals
- MATLAB Simulink - Mathematical Library
- Build Model & Apply If-else Logic
- MATLAB Simulink - Logic Gates Model
- MATLAB Simulink - Sinewave
- MATLAB Simulink - Function
- MATLAB Simulink - Create Subsystem
- MATLAB Simulink - For Loop
- MATLAB Simulink - Export Data
- MATLAB Simulink - Script
- Solving Mathematical Equation
- First Order Differential Equation
- MATLAB Simulink Useful Resources
- MATLAB Simulink - Quick Guide
- MATLAB Simulink - Useful Resources
- MATLAB Simulink - Discussion
MATLAB Simulink - Mathematical Library
In this chapter, we will learn how to sum the two given signals and get the output.
Select the blank model and open Simulink library browser as shown below −

We are going to combine chirp signal and sine wave blocks by using add block from Mathoperation and see the final display.
Let us pick the block we want. Select chirp signal and sine wave from sources library, add block from math operations, scope block from sinks library.

Join the lines to each block.

Double click chirp signal and change the initial frequency from 0.1 to 0.05 and click on Ok button.

The other blocks are kept as the default values. Now, click on run to see the output in scope as shown below.

Advertisements