Signal\Sources
Domains: Discrete, Continuous. Size: 1-D. Allowed in: Block Diagrams.
This models yields a pulse signal:
output = 0; (time < start_time)
output = amplitude; (start_time <= time <= stop_time)
output = 0; (time >= stop_time)
Outputs |
Description |
output |
|
Parameters |
|
start_time stop_time amplitude |
The start time of the pulse. The stop time of the pulse. The amplitude of the step. |