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

3G开发

开发平台:

Visual C++

  1. //
  2. //  File = bilin_transf.h
  3. //
  4. #ifndef _BILIN_TRANSF_H_
  5. #define _BILIN_TRANSF_H_
  6. #include "denorm_proto.h"
  7. using std::complex;
  8. void BilinearTransf(
  9.                      DenormalizedPrototype* analog_filter,
  10.                      double samp_intvl,
  11.                      double **a_coef,
  12.                      double **b_coef); 
  13. #endif