rwavelet (version 0.4.1)

iconvv: Convolution tool for two-scale transform

Description

Filtering by periodic convolution of x with f.

Usage

iconvv(f, x)

Arguments

f

filter.

x

1-d signal.

Value

y filtered result.

See Also

aconv, UpDyadHi, UpDyadLo, DownDyadHi, DownDyadLo.

Examples

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

Run the code above in your browser using DataLab