rwavelet (version 0.4.0)

MirrorFilt: Apply (-1)^t modulation

Description

h(t) = (-1)^(t-1) * x(t), 1 <= t <= length(x)

Usage

MirrorFilt(x)

Arguments

x

1-d signal.

Value

h 1-d signal with DC frequency content shifted to Nyquist frequency

See Also

DownDyadHi.

Examples

Run this code
# NOT RUN {
x <- MakeSignal('HeaviSine',2^3)
h <- MirrorFilt(x)
# }

Run the code above in your browser using DataLab