⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aflibfft.cc.3

📁 一个共享源码的音频库5(doc 文档)
💻 3
字号:
.TH "aflibFFT.cc" 3 "8 May 2002" "Open Source Audio Library Project" \" -*- nroff -*-.ad l.nh.SH NAMEaflibFFT.cc \- .SH SYNOPSIS.br.PP\fC#include <stdio.h>\fP.br\fC#include <stdlib.h>\fP.br\fC#include <math.h>\fP.br\fC#include 'aflibFFT.h'\fP.br.SS "Defines".in +1c.ti -1c.RI "#define \fBpi\fP   3.1415926535897932384626434".br.ti -1c.RI "#define \fBc_re\fP(c)   ((c).re)".br.ti -1c.RI "#define \fBc_im\fP(c)   ((c).im)".br.ti -1c.RI "#define \fBc_add_mul\fP(c, c1, c2)".br.ti -1c.RI "#define \fBc_conj\fP(c)   { c_im (c) = -c_im (c); }".br.ti -1c.RI "#define \fBc_realdiv\fP(c, real)   { c_re (c) /= (real); c_im (c) /= (real); }".br.ti -1c.RI "#define \fBW\fP(n, k)   (W_factors [((k) * (Nfactors / (n))) % Nfactors])".br.in -1c.SH "DEFINE DOCUMENTATION".PP .SS "#define c_add_mul(c, c1, c2)".PP\fBValue:\fP.PP.nf{ COMPLEX C1, C2; C1 = (c1); C2 = (c2); \                  c_re (c) += C1.re * C2.re - C1.im * C2.im; \                  c_im (c) += C1.re * C2.im + C1.im * C2.re; }.fi.SS "#define c_conj(c)   { c_im (c) = -c_im (c); }".PP.SS "#define c_im(c)   ((c).im)".PP.SS "#define c_re(c)   ((c).re)".PP.SS "#define c_realdiv(c, real)   { c_re (c) /= (real); c_im (c) /= (real); }".PP.SS "#define pi   3.1415926535897932384626434".PP.SS "#define W(n, k)   (W_factors [((k) * (Nfactors / (n))) % Nfactors])".PP.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 + -