rwavelet (version 0.4.0)

MakeSignal: Make artificial signal.

Description

Make artificial signal.

Usage

MakeSignal(name, n)

Arguments

name

string, 'HeaviSine', 'Bumps', 'Blocks', 'Doppler', 'Ramp','Cusp', 'Sing', 'HiSine', 'LoSine', 'LinChirp', 'TwoChirp', 'QuadChirp', 'MishMash', 'WernerSorrows' (Heisenberg), 'Leopold' (Kronecker), 'Riemann', 'HypChirps', 'LinChirps', 'Chirps', 'Gabor', 'sineoneoverx', 'Cusp2', 'SmoothCusp', 'Piece-Regular' (Piece-Wise Smooth), 'Piece-Polynomial' (Piece-Wise 3rd degree polynomial).

n

desired signal length.

Value

sig 1-d signal.

See Also

FWT_PO, IWT_PO, FWT2_PO, IWT2_PO.

Examples

Run this code
# NOT RUN {
name <- 'Cusp'
n <- 2^5
sig <- MakeSignal(name,n)
# }

Run the code above in your browser using DataLab