how to add a sinusoidal signal and rectangular pulse in matlab
Show older comments
Answers (1)
Harish Saranathan
on 27 Jul 2017
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
1 Comment
Zach Anderson
on 1 Feb 2020
Could RectangularWaveform work similarly?
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!