The R Project SVN R

Rev

Rev 88598 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88598 Rev 88646
Line 47... Line 47...
47
  is highly composite (i.e., has many factors).  If this is not the
47
  is highly composite (i.e., has many factors).  If this is not the
48
  case, the transform may take a long time to compute and will use a
48
  case, the transform may take a long time to compute and will use a
49
  large amount of memory.
49
  large amount of memory.
50
}
50
}
51
\source{
51
\source{
52
  Uses C translation of Fortran code in Singleton (1979).
52
  Uses C translation of Fortran code in \bibcitet{R:Singleton:1979}.
53
}
53
}
54
\references{
54
\references{
-
 
55
  \bibshow{*,
55
  \bibshow{R:Becker+Chambers+Wilks:1988,
56
    R:Becker+Chambers+Wilks:1988,
56
    R:Cooley+Tukey:1965}
57
    R:Cooley+Tukey:1965}
57
 
-
 
58
  Singleton, R. C. (1979).
-
 
59
  Mixed Radix Fast Fourier Transforms,
-
 
60
  in \emph{Programs for Digital Signal Processing},
-
 
61
  IEEE Digital Signal Processing Committee eds.
-
 
62
  IEEE Press.
-
 
63
}
58
}
64
\seealso{
59
\seealso{
65
  \code{\link{convolve}}, \code{\link{nextn}}.
60
  \code{\link{convolve}}, \code{\link{nextn}}.
66
}
61
}
67
\examples{
62
\examples{