📄 aflibfft.3
字号:
.TH "aflibFFT" 3 "8 May 2002" "Open Source Audio Library Project" \" -*- nroff -*-.ad l.nh.SH NAMEaflibFFT \- Performs a forward or reverse FFT. .SH SYNOPSIS.br.PP\fC#include <aflibFFT.h>\fP.PP.SS "Public Methods".in +1c.ti -1c.RI "\fBaflibFFT\fP ()".br.RI "\fIConstructor.\fP".ti -1c.RI "\fB~aflibFFT\fP ()".br.RI "\fIDestructor.\fP".ti -1c.RI "void \fBfft_double\fP (unsigned NumSamples, int InverseTransform, const double *RealIn, const double *ImagIn, double *RealOut, double *ImagOut)".br.RI "\fIPerforms a forward or reverse FFT.\fP".in -1c.SH "DETAILED DESCRIPTION".PP Performs a forward or reverse FFT..PPThis class provides a FFT for other classes in this library to use. There is only one API for this class and it is fft_double. It will perform both a forward and reverse FFT. It operates on doubles. .PP.SH "CONSTRUCTOR & DESTRUCTOR DOCUMENTATION".PP .SS "aflibFFT::aflibFFT ()".PPConstructor..PP.SS "aflibFFT::~aflibFFT ()".PPDestructor..PP.SH "MEMBER FUNCTION DOCUMENTATION".PP .SS "void aflibFFT::fft_double (unsigned NumSamples, int InverseTransform, const double * RealIn, const double * ImagIn, double * RealOut, double * ImagOut)".PPPerforms a forward or reverse FFT..PPThis is the main API is this class. It will perform either a forward or inverse FFT depending how InverseTransform is set. If set to FALSE then forward FFT will be performed, TRUE and a inverse FFT will be performed. The number of samlpes (NumSamples) must be a power of 2. The ImagIn pointer can be NULL if there are no imaginary values. The user is responsable for passing in pointers for RealOut and ImagOut containing arrays of the proper size. .SH "AUTHOR".PP Generated automatically by Doxygen for Open Source Audio Library Project from the source code.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -