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

3G开发

开发平台:

Visual C++

  1. //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. //
  3. //  File = unwrap.h
  4. //
  5. //
  6. #ifndef _UNWRAP_H_
  7. #define _UNWRAP_H_
  8. void UnwrapPhase( int samp_num, double *phase);
  9. #endif