dit_pino_t.h
来自「终于找到了bpsk信号的调制」· C头文件 代码 · 共 16 行
H
16 行
//
// File = dit_pino_T.h
//
#ifndef _DIT_PINO_T_H_
#define _DIT_PINO_T_H_
#include <complex>
//using namespace std;
template< class T>
void FftDitPino( std::complex<T>* array, int fft_size);
template <class T>
void IfftDitPino( std::complex<T>* array, int fft_size);
#endif // _DIT_PINO_T_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?