aconv: Convolution tool for two-scale transform

View source: R/aconv.R

aconvR Documentation

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

qmf <- MakeONFilter('Haar')
x <- MakeSignal('HeaviSine',2^3)
aconv(qmf,x)

fabnavarro/rwavelet documentation built on Nov. 5, 2023, 1:01 p.m.