wavelet_coefs: Compute Wavelet Coefficients

View source: R/RcppExports.R

wavelet_coefsR Documentation

Compute Wavelet Coefficients

Description

Compute the wavelet coefficients.

Usage

wavelet_coefs(X, wavelet, j)

Arguments

X

An (N x 1) matrix or a vector

wavelet

A character string indicating the scaling filter

j

The decomposition level [integer]

Value

(N x 1) matrix of wavelet coefficients

References

Percival, D. B. and A. T. Walden (2000) Wavelet Methods for Time Series Analysis, Cambridge University Press.


fastWavelets documentation built on Nov. 18, 2022, 5:12 p.m.