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

3G开发

开发平台:

Visual C++

  1. //
  2. //  File = m_psk_theory.h
  3. //
  4. #ifndef _M_PSK_THEORY_H_ 
  5. #define _M_PSK_THEORY_H_
  6. void M_PskPsd( int big_m,
  7.                double carrier_freq,
  8.               double symb_energy,
  9.               double symb_rate,
  10.               double beg_freq,
  11.               double end_freq,
  12.               int num_pts,
  13.               bool plot_in_db,
  14.               char* out_filename);
  15. void M_PskBer( int big_m,
  16.                double beg_ebno,
  17.               double end_ebno,
  18.               int num_pts,
  19.               char* out_filename);
  20. #endif