📄 fft4g.h
字号:
/* Copyright(C) 1996-1999 Takuya OOURA email: ooura@mmm.t.u-tokyo.ac.jp download: http://momonga.t.u-tokyo.ac.jp/~ooura/fft.html You may use, copy, modify this code for any purpose and without fee. You may distribute this ORIGINAL package.*/extern void cdft(int, int, float *, int *, float *);extern void rdft(int, int, float *, int *, float *);extern void ddct(int, int, float *, int *, float *);extern void ddst(int, int, float *, int *, float *);extern void dfct(int, float *, float *, int *, float *);extern void dfst(int, float *, float *, int *, float *);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -