c2_snr_estimation.h

来自「FFH, pre-hopping anti-jamming system」· C头文件 代码 · 共 36 行

H
36
字号
#ifndef __c2_SNR_ESTIMATION_h__
#define __c2_SNR_ESTIMATION_h__

/* Include files */
#include "sfc_sf.h"
#include "sfc_mex.h"

/* Type Definitions */

typedef struct {
  SimStruct *S;
  uint32_T chartNumber;
  uint32_T instanceNumber;
  boolean_T c2_doneDoubleBufferReInit;
  uint8_T c2_is_active_c2_SNR_ESTIMATION;
  ChartInfoStruct chartInfo;
} SFc2_SNR_ESTIMATIONInstanceStruct;

/* Named Constants */

/* Variable Declarations */

/* Variable Definitions */

/* Function Declarations */
const mxArray *sf_c2_SNR_ESTIMATION_get_eml_resolved_functions_info(void);

/* Function Definitions */

extern void sf_c2_SNR_ESTIMATION_get_check_sum(mxArray *plhs[]);
extern void c2_SNR_ESTIMATION_method_dispatcher(SimStruct *S, int_T method, void
 *data);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?