搜索资源列表
MATLABshishifanzhen
- 本文详细分析了MATLAB RTW下单机型模式(实时视窗目标)和双机型模式的 系统结构,确定了在MATLAB RTW下构建实时控制平台的方案。针对这两种模式, 本文提出对应驱动I/O板卡的方式,并将Simulink生成的仿真模型下载到实时内 核中运行,实现对控制系统的控制。
Masking example Matlab_smlk
- Example of using RTW toolbox to generate a S-Function/ C/C++ source code for a masked block in simulink
Matlab
- 系统实时仿真开发环境与应用,主要讲解matlab RTW技术分上下两部分。-Real-time simulation development environment and application, mainly on matlab RTW technology was divided into two parts.
dSPACE-ControlDesk_GUIDE
- dSPACE实时仿真系统是由德国dSPACE公司开发的一套基于MATLAB/Simulink的控制系统开发及半实物仿真的软硬件工作平台,实现了和MATLAB/Simulink/RTW的完全无缝连接。dSPACE实时系统拥有实时性强,可靠性高,扩充性好等优点。dSPACE硬件系统中的处理器具有高速的计算能力,并配备了丰富的I/O支持,用户可以根据需要进行组合;软件环境的功能强大且使用方便,包括实现代码自动生成/下载和试验/调试的整套工具。dSPACE软硬件目前已经成为进行快速控制原型验证和半实物仿
SIMULINK-tutorial
- SIMULINK教程,内含大量实例,由简入繁,轻松快捷掌握-SIMULINK Tutorial, containing a large number of examples, from simple to complex, quick and easy to master
MATLABCodeToCcode
- 介绍了如何利用Mathh的Realtime Workshop代码生成工具将Simulink模型自动转换成C代码的方法-This paper proposes a method of using the RTW (Real-Time Workshop)code generation tool to convert Matlab to the C code.
rtw
- RTW方面的文献,对vc和matlab混合编程有很好的借鉴意义-RTW literature
matlab_rtw_c
- (1)通过Simulink创建仿真模型;(2)配置相关RTW(Real-Time Workshop)参数;(3)通过RTW(Real-Time Workshop)自动生成C代码文件,并理解主要文件、接口函数和变量的意义;(4)在Visual C++中将生成的C代码作适当修改,编译运行并分析结果。-(1) created by Simulink simulation model (2) configuration related to RTW (Real-Time Workshop) param
rtwtipsandscripts
- RTW scr ipt for MATLAB
RTW
- 利用Matlab RTW实现控制系统的仿真,使用VC++6.0开发。-Achieved using Matlab RTW control system simulation, using VC++6.0 development.
matlab_rtw
- matlab-rtw实验例程 matlab-rtw实验例程-matlab real time
rtw
- CFD经典算例:RT不稳定性,采用五阶WENO格式,可作为测试算例,激波分辨率-CFD classic example: R-T instability,Fifth-order WENO scheme can be used as the test example。Shock resolution
simulinkartw
- 三个simulink相关文档,对simulink建模过程进行了详细描述,包括用指令设置simulink模型的参数。还有rtw使用介绍。-Three the simulink relevant documents on the simulink modeling process is described in detail, including the use of instruction set simulink model parameters. Rtw use introduction.
non-controlled--missile-Simulation
- 用matlab/simulink搭建的六自由度无控弹道导弹模型,用来仿真在不加控制力作用下弹道导弹的飞行轨迹,simulink模型用RTW很方便转换成c/c++,适合飞行控制专业的新手学习,有问题请留言。-Using matlab/simulink to build the six degrees of freedom without controlled ballistic missile model is used to simulate the flight trajectory, in
基于模型设计—自动代码生成之硬件驱动
- 基于模型设计—自动代码生成之硬件驱动: 分享RTW 工具箱做自动代码生成时,硬件驱动的编写方法;本文涉及两方面的技术难点CMEX S 函数和TLC 文件的编写,对这两方面不熟悉的童鞋可以先看看相关的Help 文档。 通过硬件驱动模块和上层控制模块的结合,可以实现嵌入式系统C 代码的一键式 生成,所生成的代码无需做任何修改就可以直接下载到单片机中。(Model design based on the hardware driver of automatic code generation)