https://github.com/cran/spate
Raw File
Tip revision: 20b4d4bea90274d57f50b28b72478ce190dc4c34 authored by Fabio Sigrist on 25 January 2015, 00:00:00 UTC
version 1.4
Tip revision: 20b4d4b
index.complex.to.real.dft.Rd
\name{index.complex.to.real.dft}
\alias{index.complex.to.real.dft}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{
 Auxilary function for the real Fourier transform.
}
\description{
Auxilary function for the conversion between the complex FFT and the real Fourier transform.
}
\usage{
index.complex.to.real.dft(n)
}
\arguments{
  \item{n}{
 Number of points on each axis. n x n is the total number of spatial points.
}

}
\value{
  A a list of indices used for the conversion between the complex FFT and the real Fourier transform.

}
\author{
Fabio Sigrist
}
back to top