Signal Processing Toolbox Help Desk

tripuls

Purpose

Sampled aperiodic triangle generator.

Syntax

Description

y = tripuls(T) returns a continuous, aperiodic, symmetric, unity-height triangular pulse at the times indicated in array T, centered about T=0 and with a default width of 1.

y = tripuls(T,w) generates a triangle of width w.

y = tripuls(T,w,s) generates a triangle with skew s, where
-1 < s < 1. When s is 0, a symmetric triangle is generated.

See Also

chirp

Swept-frequency cosine generator.

cos

Cosine of vector/matrix elements (see MATLAB Function Reference).

diric

Dirichlet or periodic sinc function.

gauspuls

Gaussian-modulated sinusoidal pulse generator.

pulstran

Pulse train generator.

rectpuls

Sampled aperiodic rectangle generator.

sawtooth

Sawtooth or triangle wave generator.

sin

Sine of vector/matrix elements (see MATLAB Function Reference).

sinc

Sinc or sin(t)/t function.

square

Square wave generator.



[ Previous | Help Desk | Next ]