1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
|
@string{jcp = {Journal of Computational Physics}}
@string{assp = {IEEE Transactions on Acoustics, Speech, and Signal Processing}}
@Article{mehalic85,
author = {Mehalic and Rustan and Route},
title = {Effects of Architecture Implementation on {DFT} Algorithm
Performance},
journal = assp,
year = 1985,
volume = {ASP-33},
pages = {684-693}
}
@Article{temperton83,
author = {Clive Temperton},
title = {Self-Sorting Mixed-Radix Fast Fourier Transforms},
journal = {Journal of Computational Physics},
year = 1983,
volume = 52,
number = 1,
pages = {1-23}
}
@Article{symfft,
title= {Symmetric {FFT}s},
author= {Paul N. Swarztrauber},
journal= {Mathematics of Computation},
volume= {47},
number= {185},
pages = {323-346},
year = {1986}
}
@Article{temperton83real,
author = {Clive Temperton},
title = {Fast Mixed-Radix Real Fourier Transforms},
journal = {Journal of Computational Physics},
year = 1983,
volume = 52,
pages = {340-350}
}
@Article{temperton85,
author = {Clive Temperton},
title = {Implementation of a Self-Sorting In-Place Prime Factor {FFT}
Algorithm},
journal = {Journal of Computational Physics},
year = 1985,
volume = 58,
pages = {283-299}
}
@Article{temperton83pfa,
author = {Clive Temperton},
title = {A Note on Prime Factor {FFT} Algorithms},
journal = {Journal of Computational Physics},
year = 1983,
volume = 58,
pages = {198-204}
}
@Article{burrus87real,
author = {Henrik V. Sorenson and Douglas L. Jones and Michael T. Heideman and C. Sidney Burrus},
title = {Real-Valued Fast Fourier Transform Algorithms},
journal = assp,
year = 1987,
volume = {ASSP-35},
number = 6,
pages = {849-863}
}
@Article{sorenson86,
author = {Henrik V. Sorenson and Michael T. Heideman and C. Sidney Burrus},
title = {On Computing the Split-Radix {FFT} },
journal = assp,
year = 1986,
volume = {ASSP-34},
number = 1,
pages = {152-156}
}
@Article{duhamel86,
author = {Pierre Duhamel},
title = {Implementation of Split-Radix {FFT} Algorithms for Complex, Real, and Real-Symmetric Data},
journal = assp,
year = 1986,
volume = {ASSP-34},
number = 2,
pages = {285-295}
}
@Article{visscher96,
author = {P. B. Visscher},
title = {The {FFT}: Fourier Transforming One Bit at a Time},
journal = {Computers in Physics},
year = 1996,
volume = 10,
number = 5,
month = {Sep/Oct},
pages = {438-443}
}
@Article{uniyal94:_trans_real_value_sequen,
author = {P. R. Uniyal},
title = {Transforming Real-Value Sequences: Fast Fourier versus Fast Hartley Tranform Algorithms},
journal = {IEEE Transactions on Signal Processing},
year = 1994,
volume = 42,
number = 11,
pages = {3249-3254 }
}
@Article{duhamel90,
author = {P. Duhamel and M. Vetterli},
title = {Fast Fourier Transforms: A Tutorial Review and A State of the Art},
journal = {Signal Processing},
year = 1990,
volume = 19,
pages = {259-299}
}
@Article{rodriguez89,
author = {Jeffrey J. Rodriguez},
title = {An Improved {FFT} Digit-Reversal Algorithm},
journal = assp,
year = 1989,
volume = 37,
number = 8,
pages = {1298-1300}
}
@Article{rosel89,
author = {Petr R\"osel},
title = {Timing of some bit reversal algorithms},
journal = {Signal Processing},
year = 1989,
volume = 18,
pages = {425-433}
}
@Book{brigham74,
author = {E. Oran Brigham},
title = {The Fast Fourier Transform},
publisher = {Prentice Hall},
year = 1974,
isbn = {0-13-307496-X}
}
@Book{elliott82,
author = {Douglas F. Elliott and K. Ramamohan Rao},
title = {Fast transforms: algorithms, analyses, applications},
publisher = {Academic Press},
year = 1982,
note = {This book does not contain actual code, but covers the
more advanced mathematics and number theory needed in the derivation
of fast transforms.},
isbn = {0-12-237080-5}
}
@Article{raderprimes,
author = {Charles M. Rader},
title = {Discrete Fourier Transform when the number of data
samples is prime},
journal = {IEEE Proceedings},
year = 1968,
volume = 56,
number = 6,
pages = {1107-1108}
}
@Book{mcclellan79,
author = {James H. McClellan and Charles M. Rader},
title = {Number Theory in Digital Signal Processing},
publisher = {Prentice-Hall},
year = 1979,
isbn = {ISBN 0-13-627349-1}
}
@Book{burrus84,
author = {C. S. Burrus and T. W. Parks},
title = {DFT/FFT and Convolution Algorithms},
publisher = {Wiley},
year = 1984,
isbn = {0-471-81932-8}
}
@Book{smith95,
author = {Winthrop W. Smith and Joanne M. Smith},
title = {Handbook of Real-Time Fast Fourier Transforms},
publisher = {IEEE Press},
year = 1995,
isbn = {0-7803-1091-8}
}
@Book{committee79,
title = {Programs for Digital Signal Processing},
publisher = {IEEE Press},
year = 1979,
editor = {Digital Signal Processing Committee and {IEEE Acoustics,
Speech, and Signal Processing Committee}},
isbn = {0-87942-127-4 (pb) 0-87942-128-2 (hb)}
}
@Book{blahut,
author = {Richard E. Blahut},
title = {Fast Algorithms for Digital Signal Processing},
publisher = {Addison-Wesley},
year = 1984,
isbn = {0-201-10155-6}
}
@Unpublished{burrus-note,
author = {C. S. Burrus},
title = {Notes on the {FFT}},
note = {Available from http://www-dsp.rice.edu/res/fft/fftnote.asc}
}
@Article{singleton,
author = {Richard C. Singleton},
title = {An Algorithm for Computing the Mixed Radix Fast
Fourier Transform},
journal = {IEEE Transactions on Audio and Electroacoustics},
year = 1969,
volume = {AU-17},
number = 2,
month = {June},
pages = {93-103}
}
|