⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tpc9_sfun.h

📁 CDMA移动通信系统功率控制算法的MATLAB仿真实现
💻 H
字号:
/*
 *
 * Stateflow code generation for machine:
 *    tpc9
 * 
 * Target Name                          : sfun
 * Model Version                        : 1.188
 * Stateflow Version                    : 5.0.0.13.00.1.000001
 * Date of code generation              : 16-May-2006 19:18:55
 *
 */
	
#ifndef __tpc9_sfun_h__
#define __tpc9_sfun_h__
#include <string.h>
#include <stdlib.h>
#include <math.h>
#ifndef min
#define min(a,b)    (((a) < (b)) ? (a) : (b))
#endif
#ifndef max
#define max(a,b)    (((a) > (b)) ? (a) : (b))
#endif
#define S_FUNCTION_NAME sf_sfun
#include "sfc_sf.h"
#include "sfc_mex.h"
#include "sfcdebug.h"
#include "tmwtypes.h"



#define CALL_EVENT (255) /* Enumeration of all events for machine */
#ifndef _sfTime_
/* Stateflow time variable */
extern real_T _sfTime_;
#endif


extern uint8_T _sfEvent_;
#endif


⌨️ 快捷键说明

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