MakeSignal {rwavelet} | R Documentation |
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
name <- 'Cusp'
n <- 2^5
sig <- MakeSignal(name,n)
[Package rwavelet version 0.4.1 Index]