Learn R Programming

freqdom (version 1.0.4)

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

Description

Compute Fourier transform of a given Time Domain Operator

Usage

fourier.transform(A, freq = NULL)

Arguments

A

time domain operator series

freq

frequencies on which the transfom should be computed

See Also

invfourier

Examples

Run this code
# NOT RUN {
X = rar(100,d=2)
C = cov.structure(X)
F = fourier.transform(C) # a simple spectral density estimator
Cinv = invfourier(F)
# }

Run the code above in your browser using DataLab