powered by
Compute Fourier transform of a given Time Domain Operator
fourier.transform(A, freq = NULL)
time domain operator series
frequencies on which the transfom should be computed
invfourier
# 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