rwavelet (version 0.4.0)

aconv: Convolution Tool for Two-Scale Transform.

Description

Filtering by periodic convolution of x with the time-reverse of f.

Usage

aconv(f, x)

Arguments

f

filter.

x

1-d signal.

Value

y filtered result.

See Also

iconvv, UpDyadHi, UpDyadLo, DownDyadHi, DownDyadLo.

Examples

Run this code
# NOT RUN {
qmf <- MakeONFilter('Haar')
x <- MakeSignal('HeaviSine',2^3)
aconv(qmf,x)
# }

Run the code above in your browser using DataLab