-
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) parameters (3) RTW (Real-Time Workshop) automatically generate C code files, and understand the main document, interface functions and variables significance (4) Visual C++ generated C code will be modified as appropriate, compile, run and analyze the results.)
- 2011-01-09 23:00:25下载
- 积分:1
-
lmsbianshi
LMS算法用于系统辨识的MATLAB源码(LMS algorithm for system identification MATLAB source)
- 2007-06-18 08:22:01下载
- 积分:1
-
aerospace
航天工程仿真,包括实际情况参数的选取,模型选择!(aerospace toolbox
)
- 2012-01-09 19:07:45下载
- 积分:1
-
XMLlToolbox2
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_format(project, off )
"<project>
<name>MyProject</name>
<id>1234</id>
<param>
<a>3.1415</a>
<b>42</b>
</param>
</project>"
On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
- 2007-11-27 00:35:05下载
- 积分:1
-
butterworth
butterworth高通滤波,里面有两个巴特沃斯高通滤波函数,我试过了,都可以用。(butterworth high-pass filtering, there are two high-pass Butterworth filter function, I tried, you can use.)
- 2009-04-12 15:49:57下载
- 积分:1
-
MATLABnumericalcode
matlab常用的程序算法集,对学习matlab数值计算有很大的帮助(set of commonly used program algorithm matlab, matlab numerical learning a great help)
- 2010-11-04 17:59:14下载
- 积分:1
-
demodulate
OFDM simulation, demodulation
- 2009-05-28 17:59:56下载
- 积分:1
-
DPCM
说明: 差分脉冲编码:通信工程中经常用到的一个实用算法。这里是matlab的实现。(Differential pulse code: Communications Engineering frequently used for a practical algorithm. Here is the realization of matlab.)
- 2008-10-15 18:09:16下载
- 积分:1
-
DigitalSignal
Digital Signal and Image Processing using MATLAB
- 2010-01-04 12:24:37下载
- 积分:1
-
G.723.1
G723.1语音压缩编码功能的matlab实现(G723.1 speech compression coding function matlab implementation)
- 2010-05-21 13:27:35下载
- 积分:1