MakeSignal: Make artificial signal

Description Usage Arguments Value See Also Examples

View source: R/MakeSignal.R

Description

Make artificial signal

Usage

1

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

1
2
3
name <- 'Cusp'
n <- 2^5
sig <- MakeSignal(name,n)

rwavelet documentation built on Jan. 13, 2021, 10:38 a.m.