Internal Functions {rwt}R Documentation

internal RWT functions and variables

Description

Internal functions used to create artificial test signal.

Usage

.makesig.heavi.sine(N, t);
.makesig.bumps(N, t);
.makesig.blocks(N, t);
.makesig.doppler(N, t);
.makesig.ramp(N, t);
.makesig.cusp(N, t);
.makesig.sing(N, t);
.makesig.hi.sine(N, t);
.makesig.lo.sine(N, t);
.makesig.lin.chirp(N, t);
.makesig.two.chirp(N, t);
.makesig.quad.chirp(N, t);
.makesig.mish.mash(N, t);
.makesig.werner.sorrows(N, t);
.makesig.leopold(N, t);
.isValidSignal(sigName);

Arguments

N Length in samples of desired signal (512 by default)
t Vector generated by (1:N) / N
sigName Name of desired signal.

Details

These are not to be called directly by the user.

Note

See source for details.

Author(s)

P. Roebuck, roebuck@mdanderson.org


[Package rwt version 0.9-0 Index]