elementary signals

this is a zip file consisting of test functons used in demostrating the plotting of signals.
2.2K Downloads
Updated 4 Apr 2006

No License

The signals presented here can be used in demonstrating how the signal varies when the operation is made on either independent variable or dependent variable. The parameters can be varied to have a feel of the variation.

Example(1): rect(1,2) plots the rectangular signal of amplitude 1 and a width of 2.

Example(2): rect(1,2,3) plots the rectangular signal with amplitude 1 width 2 and shift of 3.

Example(3):rect(1,2,0,2) plots the rectangular signal amplitude 1 and width of 1 because of the scaling by a factor of 2.

Cite As

sri hari bhupala haribhakta (2024). elementary signals (https://www.mathworks.com/matlabcentral/fileexchange/10542-elementary-signals), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on ECG / EKG in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

(1)The previous files did not have examples
(2)The functions did not attend the scaling factor.