-
The-simulation-design
和MATLAB的其他组件相比,Simulink的一个突出特点就是它完全支持图形用户界面,这样就极大地方便了用户的操作方法。在MATLAB2009中,可以直接在Simulink环境中运行时的工具包很多,包括通信、控制、信号、电力等各个领域,所涉及的内容也比较广泛和专业。(And MATLAB other components, compared to a prominent characteristics of Simulink is it fully supports the graphical user interface, this great show where the user operation methods. In MATLAB2009, can be directly in Simulink environment operation toolkit many, including the communication, control, signal, electric power and other areas, involved the content is more extensive and professional.)
- 2012-04-17 17:10:36下载
- 积分:1
-
edge
EDGE DETECTION MATLAB PROGRAMMMM
- 2013-04-21 00:10:49下载
- 积分:1
-
MATLAB--source-code
MATLAB高效编程程序 源代码 书籍《MATLAB高效编程技巧与应用_25个案例分析》(Efficient MATLAB programming source code books " MATLAB efficient programming techniques and application _25 case studies" )
- 2013-05-21 20:38:24下载
- 积分:1
-
ofdm_channel_estimation
OFDM信道估计程序。
该程序包可生成OFDM信号,可显示经衰落信道变化后的OFDM信号波形,且给出了LS,LMMSE多种信道估计算法。(OFDM channel estimation procedure. The package can generate OFDM signals can be displayed by the fading channel changes of OFDM signal waveforms, and gives the LS, LMMSE channel estimation algorithm for a wide range.)
- 2020-07-10 14:38:56下载
- 积分:1
-
GVF
利用GVF算法实现医学图像的分割,十分有用处(Using GVF algorithm to realize medical image segmentation
Very useful
)
- 2010-10-30 21:25:32下载
- 积分:1
-
finger
图像识别利用MATLAB或VC编写一个系统,使得该系统能满足信息处理、频域处理、语音增强、识别等内容。(Image recognition using MATLAB or VC write a system so that the system can meet the information processing, frequency domain processing, speech enhancement, recognition and so on.)
- 2013-12-14 19:10:29下载
- 积分:1
-
PSO
PSO算法的matlab实现,简单易懂。适合初学者(PSO algorithm matlab realize, easy to understand. Suitable for beginners)
- 2013-05-16 17:22:06下载
- 积分:1
-
可变遗忘因子
本程序为遗忘因子最小二乘法,可以拷贝至matlab的M文件中适应(Matlab for ] least square method)
- 2018-07-31 17:19:26下载
- 积分: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
-
cross-correlation-operation
通过此函数能实现两个序列的互相关运算,应用比较广泛(Used widely by the cross-correlation operation of this function to achieve the two sequences)
- 2012-05-30 22:41:05下载
- 积分:1