fourier.transform: Compute fourier transform of given series of operators

Description Usage Arguments See Also Examples

Description

Compute Fourier transform of a given Time Domain Operator

Usage

1

Arguments

A

time domain operator series

freq

frequencies on which the transfom should be computed

See Also

invfourier

Examples

1
2
3
4
X = rar(100,d=2)
C = cov.structure(X)
F = fourier.transform(C) # a simple spectral density estimator
Cinv = invfourier(F)

freqdom documentation built on May 2, 2019, 5:55 p.m.