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

📄 gmsksimulation_acc_private.h

📁 基于GMSK调制方式的simulation仿真和误码率分析
💻 H
字号:
/*
 * GMSKsimulation_acc_private.h
 *
 * Real-Time Workshop code generation for Simulink model "GMSKsimulation_acc.mdl".
 *
 * Model Version              : 1.4
 * Real-Time Workshop version : 6.6  (R2007a)  01-Feb-2007
 * C source code generated on : Wed Mar 26 19:41:57 2008
 */
#ifndef _RTW_HEADER_GMSKsimulation_acc_private_h_
#define _RTW_HEADER_GMSKsimulation_acc_private_h_
#include "rtwtypes.h"
#ifndef _RTW_COMMON_DEFINES_
# define _RTW_COMMON_DEFINES_
#define rt_VALIDATE_MEMORY(S, ptr)     if(!(ptr)) {\
 ssSetErrorStatus(S, RT_MEMORY_ALLOCATION_ERROR);\
 return;\
 }
#if !defined(_WIN32)
#define rt_FREE(ptr)                   if((ptr) != NULL) {\
 free((ptr));\
 (ptr) = NULL;\
 }
#else

/* Visual and other windows compilers delcare free without const! */
#define rt_FREE(ptr)                   if((ptr) != NULL) {\
 free((void *)(ptr));\
 (ptr) = NULL;\
 }
#endif
#endif                                 /* _RTW_COMMON_DEFINES_ */

#include "dsp_rt.h"                    /* Signal Processing Blockset general run time support functions */
#include "dsprandsrc64bit_rt.h"        /* Signal Processing Blockset run time support library */
#ifndef __RTWTYPES_H__
#error This file requires rtwtypes.h to be included
#else
#ifdef TMWTYPES_PREVIOUSLY_INCLUDED
#error This file requires rtwtypes.h to be included before tmwtypes.h
#else

/* Check for inclusion of an incorrect version of rtwtypes.h */
#ifndef RTWTYPES_ID_C08S16I32L32N32F1
#error This code was generated with a different "rtwtypes.h" than the file included
#endif                                 /* RTWTYPES_ID_C08S16I32L32N32F1 */
#endif                                 /* TMWTYPES_PREVIOUSLY_INCLUDED */
#endif                                 /* __RTWTYPES_H__ */

#define MIN_METRIC                     -10000000
#define MAX_METRIC                     10000000
#endif                                 /* _RTW_HEADER_GMSKsimulation_acc_private_h_ */

⌨️ 快捷键说明

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