dit_pino_T.h
上传用户:jtjnyq9001
上传日期:2014-11-21
资源大小:3974k
文件大小:0k
源码类别:

3G开发

开发平台:

Visual C++

  1. //
  2. // File = dit_pino_T.h
  3. //
  4. #ifndef _DIT_PINO_T_H_
  5. #define _DIT_PINO_T_H_  
  6. #include <complex>
  7. //using namespace std;
  8. template< class T>
  9. void FftDitPino( std::complex<T>* array, int fft_size); 
  10. template <class T>
  11. void IfftDitPino( std::complex<T>* array, int fft_size); 
  12.  
  13. #endif // _DIT_PINO_T_H_