
快速傅立叶变换的计算框架
《快速傅立叶变换的计算框架》是2011年清华大学出版社出版的图书,作者是罗恩(CharlesVanLoan)。
基本介绍
- 书名:快速傅立叶变换的计算框架
- 作者:罗恩(CharlesVanLoan)
- ISBN:9787302244974
- 定价:39.00元
- 出版社:清华大学出版社
- 出版时间: 2011年2月1日
- 开本:16开
内容简介
《快速傅立叶变换的计算框架(影印版)》内容简介:The fast fourier transform (fft) family of algorithms has revolutionized many areas of scientific computation. the fft is one of the most widely used algorithms in science and engineering, with applications in almost every discipline. this volume is the most comprehensive treatment of ffts to date.
Van loan captures the interplay between mathematics and the design of effective numerical algorithms-a critical connection as more advanced machines become available. he uses a stylized matlab notation, which is familiar to those engaged in high-performance computing.
This volume is essential for professionals interested in linear algebra as well as those working with numerical methods. the fft is also a great vehicle for teaching key aspects of scientific computing.
作者简介
作者:(美国)罗恩(Charles Van Loan)
Charles Van Loan has been with the department of computer science at Cornell University since 1975 and is the author of other books on this subject.
图书目录
Preface ix
Preliminary Remarks xi
1 The Radix-2 Frameworks
1.1 Matrix Notation and Algorithms 2
1.2 The FFT Idea 11
1.3 The Cooley-Tukey Radix-2 Factorizstion 17
1.4 Weight and Butterfly Computations 22
1.5 Bit Reversal and Transposition 36
1.6 The Cooley-Tukey Framework 44
1.7 The Stockham Autosort Frameworks 49
1.8 The Pease Framework 60
1.9 Decimation in Frequency and Inverse FFTs 64
2 General Radix Frameworks
2.1 General Radix Ideas 76
2.2 Index Reversal and Transposition 84
2.3 Mixed-Radix Factorizations 95
2.4 Radix-4 and Radix-8 Frameworks I01
2.5 The Spllt-Radix Framework III
3 High-Performance Frameworks
3.1 The Multiple OFT Problem 122
3.2 Matrix Transposition 125
3.3 The Large Single-Vector FFT Problem 139
3.4 The Multidimensional FFT Problem 148
3.5 Distributed-Memory FFTs 156
3.6 Shared-Memory FFTs 176
4 Selected Topics
4.1 Prime Factor Frameworks 188
4.2 Convolution 205
4.3 FFTs of Real Data 215
4.4 Fast Trigonometric Transforms 229
4.5 Fast Poisson Solvers 247
Bibliography 259
Index 269
转载请注明出处海之美文 » 快速傅立叶变换的计算框架