Internal Functions {rwt} | R Documentation |
Internal functions used to create artificial test signal.
.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)
N |
Length in samples of desired signal (512 by default) |
t |
Vector generated by (1:N) / N |
sigName |
Name of desired signal |
These are not to be called directly by the user.
See source for details.
P. Roebuck, roebuck@mdanderson.org