Owning Class: waveform generation
Requires: MathScript RT Module
d = tripulse(a)
d = tripulse(a, b)
d = tripulse(a, b, c)
Legacy Name: tripuls
Generates a sampled aperiodic triangle.
| Name | Description |
|---|---|
| a | Specifies the sampling time. a is a real array. |
| b | Specifies the width of the triangle. b is a positive number. The default is 1. |
| c | Specifies the skew parameter. c must fall in the range [-1, 1]. The default is 0. |
| Name | Description |
|---|---|
| d | Returns the sampled triangle. |
X = -1:0.02:1;
Y = tripulse(X, 1, 0.2);
plot(X, Y)
chirp
dirichlet
gaussmonopulse
gausspulse
pulsetrain
rectpulse
sawtooth
sinc
square
vco