dit_nipo_t.h
来自「《无线通信系统仿真——c++使用模型》这本书的源代码」· C头文件 代码 · 共 16 行
H
16 行
//
// File = dit_nipo_T.h
//
#ifndef _DIT_NIPO_T_H_
#define _DIT_NIPO_T_H_
#include <complex>
//using namespace std;
template <class T>
void FftDitNipo( std::complex<T>* array, int fft_size);
template <class T>
void IfftDitNipo( std::complex<T>* array, int fft_size);
#endif // _DIT_NIPO_T_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?