The R Project SVN R

Rev

Rev 72219 | Rev 88585 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72219 Rev 74265
Line 1... Line 1...
1
% File src/library/stats/man/fft.Rd
1
% File src/library/stats/man/fft.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2017 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{fft}
6
\name{fft}
7
\alias{fft}
7
\alias{fft}
8
\alias{mvfft}
8
\alias{mvfft}
Line 50... Line 50...
50
}
50
}
51
\source{
51
\source{
52
  Uses C translation of Fortran code in Singleton (1979).
52
  Uses C translation of Fortran code in Singleton (1979).
53
}
53
}
54
\references{
54
\references{
55
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
55
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988).
56
  \emph{The New S Language}.
56
  \emph{The New S Language}.
57
  Wadsworth & Brooks/Cole.
57
  Wadsworth & Brooks/Cole.
58
 
58
 
59
  Singleton, R. C. (1979)
59
  Singleton, R. C. (1979).
60
  Mixed Radix Fast Fourier Transforms,
60
  Mixed Radix Fast Fourier Transforms,
61
  in \emph{Programs for Digital Signal Processing},
61
  in \emph{Programs for Digital Signal Processing},
62
  IEEE Digital Signal Processing Committee eds.
62
  IEEE Digital Signal Processing Committee eds.
63
  IEEE Press.
63
  IEEE Press.
64
 
64
 
65
  Cooley, James W., and Tukey, John W. (1965)
65
  Cooley, James W., and Tukey, John W. (1965).
66
  An algorithm for the machine calculation of complex Fourier series,
66
  An algorithm for the machine calculation of complex Fourier series,
67
  \emph{Math. Comput.} \bold{19}(90), 297--301.
67
  \emph{Mathematics of Computation}, \bold{19}(90), 297--301.
68
  \url{https://dx.doi.org/10.1090/S0025-5718-1965-0178586-1}
68
  \doi{10.2307/2003354}.
69
}
69
}
70
\seealso{
70
\seealso{
71
  \code{\link{convolve}}, \code{\link{nextn}}.
71
  \code{\link{convolve}}, \code{\link{nextn}}.
72
}
72
}
73
\examples{
73
\examples{