Learn R Programming

rwavelet (version 0.4.2)

MakeSignal: Make artificial signal

Description

Make artificial signal

Usage

MakeSignal(name, n)

Value

sig 1-d signal.

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.

See Also

FWT_PO, IWT_PO, FWT2_PO, IWT2_PO.

Examples

Run this code
name <- 'Cusp'
n <- 2^5
sig <- MakeSignal(name,n)

Run the code above in your browser using DataLab