makesig-internal: Internal RWT Functions and Variables

Internal FunctionsR 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

numeric scalar specifying length in samples of desired signal (512 by default)

t

numeric vector generated by (1:N) / N

sigName

character string specifying name of desired signal

Details

These are not to be called directly by the user.

Note

See source for details.

Author(s)

P. Roebuck proebuck1701@gmail.com


rwt documentation built on June 14, 2022, 5:07 p.m.

Related to makesig-internal in rwt...