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

3G开发

开发平台:

Visual C++

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