亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? chirp0.h

?? chirp信號仿真,用于超寬帶通信系統中,編碼簡單易懂
?? H
?? 第 1 頁 / 共 2 頁
字號:
/*
 * Chirp0.h
 *
 * Real-Time Workshop code generation for Simulink model "Chirp0.mdl".
 *
 * Model Version                        : 1.0
 * Real-Time Workshop file version      : 5.0 $Date: 2002/05/30 19:21:33 $
 * Real-Time Workshop file generated on : Tue Dec 05 16:37:42 2006
 * TLC version                          : 5.0 (Jun 18 2002)
 * C source code generated on           : Tue Dec 05 16:37:42 2006
 */

#ifndef _RTW_HEADER_Chirp0_h_
# define _RTW_HEADER_Chirp0_h_

#include <limits.h>
#include "tmwtypes.h"
#ifndef _Chirp0_COMMON_INCLUDES_
# define _Chirp0_COMMON_INCLUDES_
#include <math.h>
#include <string.h>

#include "simstruc_types.h"
#include "rt_logging.h"
#include "rtlibsrc.h"

#endif                                  /* _Chirp0_COMMON_INCLUDES_ */

#include "Chirp0_types.h"

#define MODEL_NAME                      Chirp0
#define NSAMPLE_TIMES                   (2)                      /* Number of sample times */
#define NINPUTS                         (0)                      /* Number of model inputs */
#define NOUTPUTS                        (1)                      /* Number of model outputs */
#define NBLOCKIO                        (1)                      /* Number of data output port signals */
#define NUM_ZC_EVENTS                   (0)                      /* Number of zero-crossing events */

#ifndef NCSTATES
# define NCSTATES (0)                   /* Number of continuous states */
#elif NCSTATES != 0
# error Invalid specification of NCSTATES defined in compiler command
#endif

/* Intrinsic types */
#ifndef POINTER_T
# define POINTER_T
typedef void * pointer_T;
#endif

/* Block signals (auto storage) */
typedef struct _BlockIO {
  real_T Gain;                          /* '<S1>/Gain' */
} BlockIO;

/* Parameters (auto storage) */
struct _Parameters {
  real_T deltaFreq_Value;               /* Expression: 2*pi*(f2-f1)
                                         * '<S1>/deltaFreq'
                                         */
  real_T targetTime_Value;              /* Expression: T
                                         * '<S1>/targetTime'
                                         */
  real_T Gain_Gain;                     /* Expression: 0.5
                                         * '<S1>/Gain'
                                         */
  real_T initialFreq_Value;             /* Expression: 2*pi*f1
                                         * '<S1>/initialFreq'
                                         */
};

/* External outputs (root outports fed by signals with auto storage) */
typedef struct _ExternalOutputs_tag {
  real_T Out2;                          /* '<Root>/Out2' */
} ExternalOutputs;

/* Real-time Model Data Structure */
struct _rtModel_Chirp0_Tag {
  const char *path;
  const char *modelName;
  struct SimStruct_tag * *childSfunctions;
  const char *errorStatus;
  SS_SimMode simMode;
  RTWLogInfo *rtwLogInfo;
  RTWExtModeInfo *extModeInfo;
  RTWSolverInfo *solverInfo;
  void *sfcnInfo;

  /*
   * ModelData:
   * The following substructure contains information regarding
   * the data used in the model.
   */
  struct {
    void *blockIO;
    const void *constBlockIO;
    real_T *defaultParam;
    ZCSigState *prevZCSigState;
    real_T *contStates;
    real_T *discStates;
    real_T *derivs;
    real_T *nonsampledZCs;
    void *inputs;
    void *outputs;
    boolean_T contStateDisabled;
    boolean_T zCCacheNeedsReset;
    boolean_T derivCacheNeedsReset;
    boolean_T blkStateChange;
  } ModelData;

  /*
   * Sizes:
   * The following substructure contains sizes information
   * for many of the model attributes such as inputs, outputs,
   * dwork, sample times, etc.
   */
  struct {
    uint32_T checksums[4];
    uint32_T options;
    int_T numContStates;
    int_T numU;
    int_T numY;
    int_T numSampTimes;
    int_T numBlocks;
    int_T numBlockIO;
    int_T numBlockPrms;
    int_T numDwork;
    int_T numSFcnPrms;
    int_T numSFcns;
    int_T numIports;
    int_T numOports;
    int_T numNonSampZCs;
    int_T sysDirFeedThru;
    int_T rtwGenSfcn;
  } Sizes;

  /*
   * SpecialInfo:
   * The following substructure contains special information
   * related to other components that are dependent on RTW.
   */
  struct {
    const void *mappingInfo;
    void *xpcData;
  } SpecialInfo;

  /*
   * Timing:
   * The following substructure contains information regarding
   * the timing information for the model.
   */
  struct {
    time_T *t;
    time_T tStart;
    time_T tFinal;
    time_T stepSize;
    time_T timeOfLastOutput;
    void *timingData;
    real_T *varNextHitTimesList;
    SimTimeStep simTimeStep;
    int_T *sampleHits;
    int_T *perTaskSampleHits;
    boolean_T stopRequestedFlag;
    time_T *sampleTimes;
    time_T *offsetTimes;
    int_T *sampleTimeTaskIDPtr;
  } Timing;

  /*
   * Work:
   * The following substructure contains information regarding
   * the work vectors in the model.
   */
  struct {
    struct _ssDWorkRecord *dwork;
  } Work;
};

/* Simulation structure */
extern rtModel_Chirp0 *const rtM_Chirp0;

/* Macros for accessing real-time model data structure  */
#ifndef rtmGetBlkStateChangeFlag
# define rtmGetBlkStateChangeFlag(rtm) ((rtm)->ModelData.blkStateChange)
#endif

#ifndef rtmSetBlkStateChangeFlag
# define rtmSetBlkStateChangeFlag(rtm, val) ((rtm)->ModelData.blkStateChange = (val))
#endif

#ifndef rtmGetBlockIO
# define rtmGetBlockIO(rtm) ((rtm)->ModelData.blockIO)
#endif

#ifndef rtmSetBlockIO
# define rtmSetBlockIO(rtm, val) ((rtm)->ModelData.blockIO = (val))
#endif

#ifndef rtmGetCTaskTicks
# define rtmGetCTaskTicks(rtm) ((rtm)->Timing.cTaskTicks)
#endif

#ifndef rtmSetCTaskTicks
# define rtmSetCTaskTicks(rtm, val) ((rtm)->Timing.cTaskTicks = (val))
#endif

#ifndef rtmGetChecksums
# define rtmGetChecksums(rtm) ((rtm)->Sizes.checksums)
#endif

#ifndef rtmSetChecksums
# define rtmSetChecksums(rtm, val) ((rtm)->Sizes.checksums = (val))
#endif

#ifndef rtmGetClockTick
# define rtmGetClockTick(rtm) ((rtm)->Timing.clockTick)
#endif

#ifndef rtmSetClockTick
# define rtmSetClockTick(rtm, val) ((rtm)->Timing.clockTick = (val))
#endif

#ifndef rtmGetConstBlockIO
# define rtmGetConstBlockIO(rtm) ((rtm)->ModelData.constBlockIO)
#endif

#ifndef rtmSetConstBlockIO
# define rtmSetConstBlockIO(rtm, val) ((rtm)->ModelData.constBlockIO = (val))
#endif

#ifndef rtmGetContStateDisabled
# define rtmGetContStateDisabled(rtm) ((rtm)->ModelData.contStateDisabled)
#endif

#ifndef rtmSetContStateDisabled
# define rtmSetContStateDisabled(rtm, val) ((rtm)->ModelData.contStateDisabled = (val))
#endif

#ifndef rtmGetContStates
# define rtmGetContStates(rtm) ((rtm)->ModelData.contStates)
#endif

#ifndef rtmSetContStates
# define rtmSetContStates(rtm, val) ((rtm)->ModelData.contStates = (val))
#endif

#ifndef rtmGetDefaultParam
# define rtmGetDefaultParam(rtm) ((rtm)->ModelData.defaultParam)
#endif

#ifndef rtmSetDefaultParam
# define rtmSetDefaultParam(rtm, val) ((rtm)->ModelData.defaultParam = (val))
#endif

#ifndef rtmGetDerivCacheNeedsReset
# define rtmGetDerivCacheNeedsReset(rtm) ((rtm)->ModelData.derivCacheNeedsReset)
#endif

#ifndef rtmSetDerivCacheNeedsReset
# define rtmSetDerivCacheNeedsReset(rtm, val) ((rtm)->ModelData.derivCacheNeedsReset = (val))
#endif

#ifndef rtmGetDirectFeedThrough
# define rtmGetDirectFeedThrough(rtm) ((rtm)->Sizes.sysDirFeedThru)
#endif

#ifndef rtmSetDirectFeedThrough
# define rtmSetDirectFeedThrough(rtm, val) ((rtm)->Sizes.sysDirFeedThru = (val))
#endif

#ifndef rtmGetDiscStates
# define rtmGetDiscStates(rtm) ((rtm)->ModelData.discStates)
#endif

#ifndef rtmSetDiscStates
# define rtmSetDiscStates(rtm, val) ((rtm)->ModelData.discStates = (val))
#endif

#ifndef rtmGetErrorStatusFlag
# define rtmGetErrorStatusFlag(rtm) ((rtm)->errorStatus)
#endif

#ifndef rtmSetErrorStatusFlag
# define rtmSetErrorStatusFlag(rtm, val) ((rtm)->errorStatus = (val))
#endif

#ifndef rtmGetFirstInitCondFlag
# define rtmGetFirstInitCondFlag(rtm) ((rtm)->Timing.firstInitCondFlag)
#endif

#ifndef rtmSetFirstInitCondFlag
# define rtmSetFirstInitCondFlag(rtm, val) ((rtm)->Timing.firstInitCondFlag = (val))
#endif

#ifndef rtmGetModelMappingInfo
# define rtmGetModelMappingInfo(rtm) ((rtm)->SpecialInfo.mappingInfo)
#endif

#ifndef rtmSetModelMappingInfo
# define rtmSetModelMappingInfo(rtm, val) ((rtm)->SpecialInfo.mappingInfo = (val))
#endif

#ifndef rtmGetModelName
# define rtmGetModelName(rtm) ((rtm)->modelName)
#endif

#ifndef rtmSetModelName
# define rtmSetModelName(rtm, val) ((rtm)->modelName = (val))
#endif

#ifndef rtmGetNTaskTicks
# define rtmGetNTaskTicks(rtm) ((rtm)->Timing.nTaskTicks)
#endif

#ifndef rtmSetNTaskTicks
# define rtmSetNTaskTicks(rtm, val) ((rtm)->Timing.nTaskTicks = (val))
#endif

#ifndef rtmGetNonsampledZCs
# define rtmGetNonsampledZCs(rtm) ((rtm)->ModelData.nonsampledZCs)
#endif

#ifndef rtmSetNonsampledZCs
# define rtmSetNonsampledZCs(rtm, val) ((rtm)->ModelData.nonsampledZCs = (val))
#endif

#ifndef rtmGetNumBlockIO
# define rtmGetNumBlockIO(rtm) ((rtm)->Sizes.numBlockIO)
#endif

#ifndef rtmSetNumBlockIO
# define rtmSetNumBlockIO(rtm, val) ((rtm)->Sizes.numBlockIO = (val))
#endif

#ifndef rtmGetNumBlockParams
# define rtmGetNumBlockParams(rtm) ((rtm)->Sizes.numBlockPrms)
#endif

#ifndef rtmSetNumBlockParams
# define rtmSetNumBlockParams(rtm, val) ((rtm)->Sizes.numBlockPrms = (val))
#endif

#ifndef rtmGetNumBlocks
# define rtmGetNumBlocks(rtm) ((rtm)->Sizes.numBlocks)
#endif

#ifndef rtmSetNumBlocks
# define rtmSetNumBlocks(rtm, val) ((rtm)->Sizes.numBlocks = (val))
#endif

#ifndef rtmGetNumContStates
# define rtmGetNumContStates(rtm) ((rtm)->Sizes.numContStates)
#endif

#ifndef rtmSetNumContStates
# define rtmSetNumContStates(rtm, val) ((rtm)->Sizes.numContStates = (val))
#endif

#ifndef rtmGetNumDWork
# define rtmGetNumDWork(rtm) ((rtm)->Sizes.numDwork)
#endif

#ifndef rtmSetNumDWork
# define rtmSetNumDWork(rtm, val) ((rtm)->Sizes.numDwork = (val))
#endif

#ifndef rtmGetNumInputPorts
# define rtmGetNumInputPorts(rtm) ((rtm)->Sizes.numIports)
#endif

#ifndef rtmSetNumInputPorts
# define rtmSetNumInputPorts(rtm, val) ((rtm)->Sizes.numIports = (val))
#endif

#ifndef rtmGetNumNonSampledZCs
# define rtmGetNumNonSampledZCs(rtm) ((rtm)->Sizes.numNonSampZCs)
#endif

#ifndef rtmSetNumNonSampledZCs
# define rtmSetNumNonSampledZCs(rtm, val) ((rtm)->Sizes.numNonSampZCs = (val))
#endif

#ifndef rtmGetNumOutputPorts
# define rtmGetNumOutputPorts(rtm) ((rtm)->Sizes.numOports)
#endif

#ifndef rtmSetNumOutputPorts
# define rtmSetNumOutputPorts(rtm, val) ((rtm)->Sizes.numOports = (val))
#endif

#ifndef rtmGetNumSFcnParams
# define rtmGetNumSFcnParams(rtm) ((rtm)->Sizes.numSFcnPrms)
#endif

#ifndef rtmSetNumSFcnParams
# define rtmSetNumSFcnParams(rtm, val) ((rtm)->Sizes.numSFcnPrms = (val))
#endif

#ifndef rtmGetNumSFunctions
# define rtmGetNumSFunctions(rtm) ((rtm)->Sizes.numSFcns)
#endif

#ifndef rtmSetNumSFunctions
# define rtmSetNumSFunctions(rtm, val) ((rtm)->Sizes.numSFcns = (val))
#endif

#ifndef rtmGetNumSampleTimes
# define rtmGetNumSampleTimes(rtm) ((rtm)->Sizes.numSampTimes)
#endif

#ifndef rtmSetNumSampleTimes
# define rtmSetNumSampleTimes(rtm, val) ((rtm)->Sizes.numSampTimes = (val))
#endif

#ifndef rtmGetNumU
# define rtmGetNumU(rtm) ((rtm)->Sizes.numU)
#endif

#ifndef rtmSetNumU
# define rtmSetNumU(rtm, val) ((rtm)->Sizes.numU = (val))
#endif

#ifndef rtmGetNumY
# define rtmGetNumY(rtm) ((rtm)->Sizes.numY)

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产一区二区三区四| 午夜精品福利久久久| 欧美一区二区三区在线看| 日本高清不卡视频| 91同城在线观看| 色丁香久综合在线久综合在线观看 | 日本韩国一区二区三区视频| 99视频一区二区三区| av不卡免费电影| 91丝袜高跟美女视频| 色网站国产精品| 欧美日韩黄色一区二区| 欧美一区二区网站| 精品裸体舞一区二区三区| 久久嫩草精品久久久精品一| 欧美极品少妇xxxxⅹ高跟鞋| 亚洲丝袜美腿综合| 亚洲一区在线观看免费观看电影高清 | 欧美日韩小视频| 日韩一区二区三区在线观看| 亚洲精品在线电影| 中文字幕亚洲不卡| 日韩精品一二三| 国产精品影视网| 色噜噜狠狠色综合欧洲selulu| 欧美日韩在线播放三区四区| 精品国精品国产| 亚洲色图在线播放| 日韩成人精品视频| 国产91对白在线观看九色| 欧美性一级生活| 亚洲一区二区偷拍精品| 日韩专区一卡二卡| 成人午夜av在线| 欧美日韩高清不卡| 中文字幕av一区二区三区| 亚洲午夜羞羞片| 国产.欧美.日韩| 7777精品伊人久久久大香线蕉经典版下载 | 99久久婷婷国产精品综合| 欧美日韩一级二级| 国产区在线观看成人精品| 亚洲高清久久久| 成人在线视频一区二区| 日韩一区二区三区在线| 亚洲人成精品久久久久| 国内一区二区在线| 欧美日韩精品欧美日韩精品一综合| 精品国产乱码久久久久久浪潮| 亚洲精品中文在线观看| 激情综合色播激情啊| 8x8x8国产精品| 玉足女爽爽91| av电影在线观看一区| 久久欧美一区二区| 美日韩黄色大片| 欧美日韩国产综合久久| 亚洲人成亚洲人成在线观看图片 | 99久久久无码国产精品| 精品99久久久久久| 免费日本视频一区| 欧美高清视频www夜色资源网| 亚洲人成网站影音先锋播放| 国产成人综合在线| 欧美精品一区二区高清在线观看 | 国产精品女人毛片| 国产乱对白刺激视频不卡| 欧美一二三区精品| 日本女优在线视频一区二区| 欧美日韩中文字幕一区二区| 亚洲综合视频网| 91福利资源站| 亚洲一级片在线观看| 欧美日韩在线精品一区二区三区激情 | 成人性生交大片免费| 国产三级一区二区| 懂色一区二区三区免费观看 | 99riav久久精品riav| 国产精品家庭影院| 99国产欧美另类久久久精品 | 精品91自产拍在线观看一区| 久热成人在线视频| 亚洲精品一区二区三区在线观看| 久久国内精品自在自线400部| 精品久久久久久亚洲综合网| 韩国av一区二区| 中国色在线观看另类| 91网址在线看| 亚洲一区二区影院| 日韩欧美在线影院| 国产高清不卡一区| 中文字幕一区在线观看视频| 色视频成人在线观看免| 三级精品在线观看| 2欧美一区二区三区在线观看视频| 狠狠色丁香婷婷综合久久片| 日本一二三不卡| 欧美性色aⅴ视频一区日韩精品| 日韩av电影免费观看高清完整版在线观看| 在线不卡中文字幕| 国产精选一区二区三区| 亚洲日本免费电影| 制服视频三区第一页精品| 国产一区二区0| 玉足女爽爽91| 精品国产91亚洲一区二区三区婷婷 | 亚洲风情在线资源站| 日韩久久免费av| 91蜜桃在线免费视频| 蜜臀av国产精品久久久久| 国产精品毛片大码女人| 制服丝袜日韩国产| 不卡的av在线播放| 琪琪久久久久日韩精品| 综合色天天鬼久久鬼色| 欧美一区二区三区四区高清| 国产成人福利片| 丝袜国产日韩另类美女| 国产精品看片你懂得| 欧美一区二区三区在线观看视频| 丁香啪啪综合成人亚洲小说| 偷拍亚洲欧洲综合| 国产精品网站在线播放| 欧美大片一区二区三区| 欧美又粗又大又爽| 不卡电影免费在线播放一区| 久久se精品一区精品二区| 一区二区三区不卡视频在线观看| 国产午夜亚洲精品午夜鲁丝片 | 国产一区二区三区久久久| 亚洲午夜电影网| 日韩美女啊v在线免费观看| 精品国精品国产| 555www色欧美视频| 色综合久久88色综合天天6| 国产999精品久久久久久| 精品在线免费视频| 天堂va蜜桃一区二区三区漫画版| 亚洲欧美欧美一区二区三区| 国产欧美一区二区在线| 精品国产乱码91久久久久久网站| 欧美中文字幕亚洲一区二区va在线 | 国内精品写真在线观看| 视频一区视频二区中文| 一区二区高清在线| 亚洲男帅同性gay1069| 国产精品乱人伦中文| 国产精品视频看| 中文字幕精品一区| 国产精品婷婷午夜在线观看| 久久久久国产精品免费免费搜索| 精品卡一卡二卡三卡四在线| 欧美成人a在线| 久久综合久久久久88| 久久亚洲精品小早川怜子| 久久网站最新地址| 国产日产精品一区| 国产欧美精品一区二区三区四区| 国产亚洲欧美一区在线观看| 日本一区免费视频| 成人欧美一区二区三区白人 | 婷婷中文字幕一区三区| 天堂一区二区在线免费观看| 日本欧美在线观看| 久久国内精品视频| 国产91对白在线观看九色| 波多野结衣中文字幕一区| 99热精品一区二区| 欧美体内she精高潮| 欧美一区二区三区免费| 久久亚洲欧美国产精品乐播| 国产精品色一区二区三区| 一区二区三区视频在线看| 五月开心婷婷久久| 狠狠色综合日日| 成人高清免费在线播放| 欧美色图在线观看| 欧美成人猛片aaaaaaa| 欧美激情自拍偷拍| 亚洲自拍另类综合| 激情久久五月天| 色综合色综合色综合| 日韩三级伦理片妻子的秘密按摩| 国产午夜一区二区三区| 亚洲国产精品久久久久婷婷884| 麻豆成人久久精品二区三区小说| 成人一级视频在线观看| 欧美精品一二三| 国产日韩欧美精品一区| 午夜精品爽啪视频| 国产伦精品一区二区三区免费迷| 91丨porny丨中文| 日韩免费视频线观看| 夜夜揉揉日日人人青青一国产精品| 美女mm1313爽爽久久久蜜臀| 91在线一区二区| 久久亚洲一级片| 亚洲成av人影院| 99久久精品免费| 久久久久99精品一区|