1
完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
首先建立一个简单的模型
进行一下设置 快捷键 ctrl+B ,编译 此时生成的代码: /* * File: untitled.c * * Code generated for Simulink model 'untitled'. * * Model version : 1.0 * Simulink Coder version : 9.3 (R2020a) 18-Nov-2019 * C/C++ source code generated on : Sun Jul 19 21:00:16 2020 * * Target selection: ert.tlc * Embedded hardware selection: Intel->x86-64 (Windows64) * Code generation objectives: Unspecified * Validation result: Not run */ #include "untitled.h" #include "untitled_private.h" /* External inputs (root inport signals with default storage) */ ExtU_untitled_T untitled_U; /* External outputs (root outports fed by signals with default storage) */ ExtY_untitled_T untitled_Y; /* Real-time model */ RT_MODEL_untitled_T untitled_M_; RT_MODEL_untitled_T *const untitled_M = &untitled_M_; /* Model step function */ void untitled_step(void) { /* Outport: ' * Inport: ' * Inport: ' * Sum: ' */ untitled_Y.Out1 = untitled_U.In2 + untitled_U.In1; } /* Model initialize function */ void untitled_initialize(void) { /* (no initialization code required) */ } /* Model terminate function */ void untitled_terminate(void) { /* (no terminate code required) */ } /* * File trailer for generated code. * * [EOF] */ 有用的: void untitled_step(void) { /* Outport: ' * Inport: ' * Inport: ' * Sum: ' */ untitled_Y.Out1 = untitled_U.In2 + untitled_U.In1; } 参数修改 参数配置
通过上方按钮添加向相应参数和信号 输出设置为: 参数k设置为: 注: 参数K要有初始值 参数关联 双击连线:更改为之前的,并右键设置property k直接填就行 编译完后,最终效果: /* * File: gen3.c * * Code generated for Simulink model 'gen3'. * * Model version : 1.1 * Simulink Coder version : 9.3 (R2020a) 18-Nov-2019 * C/C++ source code generated on : Sun Jul 19 21:47:19 2020 * * Target selection: ert.tlc * Embedded hardware selection: Intel->x86-64 (Windows64) * Code generation objectives: Unspecified * Validation result: Not run */ #include "gen3.h" #include "gen3_private.h" /* Exported block signals */ real_T z; /* ' /* Real-time model */ RT_MODEL_gen3_T gen3_M_; RT_MODEL_gen3_T *const gen3_M = &gen3_M_; /* Model step function */ void gen3_step(void) { /* Gain: ' * Inport: ' * Inport: ' * Sum: ' */ z = (x + y) * k; } /* Model initialize function */ void gen3_initialize(void) { /* (no initialization code required) */ } /* Model terminate function */ void gen3_terminate(void) { /* (no terminate code required) */ } /* * File trailer for generated code. * * [EOF] */ |
|
|
|
只有小组成员才能发言,加入小组>>
调试STM32H750的FMC总线读写PSRAM遇到的问题求解?
1771 浏览 1 评论
X-NUCLEO-IHM08M1板文档中输出电流为15Arms,15Arms是怎么得出来的呢?
1619 浏览 1 评论
1070 浏览 2 评论
STM32F030F4 HSI时钟温度测试过不去是怎么回事?
724 浏览 2 评论
ST25R3916能否对ISO15693的标签芯片进行分区域写密码?
1673 浏览 2 评论
1936浏览 9评论
STM32仿真器是选择ST-LINK还是选择J-LINK?各有什么优势啊?
729浏览 4评论
STM32F0_TIM2输出pwm2后OLED变暗或者系统重启是怎么回事?
569浏览 3评论
594浏览 3评论
stm32cubemx生成mdk-arm v4项目文件无法打开是什么原因导致的?
552浏览 3评论
小黑屋| 手机版| Archiver| 德赢Vwin官网 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-22 19:38 , Processed in 1.238576 second(s), Total 75, Slave 59 queries .
Powered by 德赢Vwin官网 网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
德赢Vwin官网 观察
版权所有 © 湖南华秋数字科技有限公司
德赢Vwin官网 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号