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

3G开发

开发平台:

Visual C++

  1. //
  2. //  File = rayleigh_theory.h
  3. //
  4. #ifndef _RAYLEIGH_THEORY_H_ 
  5. #define _RAYLEIGH_THEORY_H_
  6. void RayleighPdf( double sigma,
  7.                int num_pts,
  8.                double pts_per_sigma,
  9.                char *out_filename);
  10. void RayleighCdf( double sigma,
  11.                int num_pts,
  12.                double pts_per_sigma,
  13.                char *out_filename);
  14. #endif