how to add a sinusoidal signal and rectangular pulse in matlab

Answers (1)

Hello Shashi,
You can directly use the "sin" and "heaviside" functions for the sinusoid and step respectively. The documentation for these functions can be found here:
Accordingly, the line of code will look like this:
sin(t) + (heaviside(t) - heaviside(t-3))
Harish

Categories

Find more on Mathematics in Help Center and File Exchange

Asked:

on 27 Jul 2017

Commented:

on 1 Feb 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!