-
HSUPA_System_Simulation
用matlab软件对HSUPA系统进行仿真,主要是调度算法之类(HSUPA systems using matlab software to simulate, mainly scheduling algorithm )
- 2009-11-26 09:14:03下载
- 积分:1
-
optim
说明: 最优控制的matlab例程,有需要的可以作为参考。(optimal control of Matlab routines that are needed can be taken as reference.)
- 2006-04-12 21:34:02下载
- 积分:1
-
simulink
这个程序是vc和simulink的混合编程,在vc中调用simulink,对初学者会有很大的帮助...(This program is a mix of programming of vc and simulink in vc call simulink, there will be a great help for beginners ...)
- 2012-05-22 11:14:12下载
- 积分:1
-
Multiobjectivesearchingalgorithm
压缩包内MATLAB程序演示多目标perota优化问题,从种群初始化,种群更新,更新个体最优粒子,非劣解筛选进行编程,最后给出了仿真结果,由图可知,算法搜索到的非劣解构成了Pareto面,算法搜索取得了很好的效果,谢谢 希望对大家有帮助。(Compressed package MATLAB program demonstrates perota multi-objective optimization problem, populations initialization, population update, update personal best particle filter Pareto programming. Finally, the simulation results, the figure shows the algorithm to search for Pareto constitute the Pareto surface, the search algorithm has achieved good results, thank you and I hope to help.)
- 2016-10-06 10:46:04下载
- 积分:1
-
chaestpilot
channel estimation of ofdm using pilot based
- 2009-04-28 18:58:27下载
- 积分:1
-
matlab
说明: matlab的代码关于fft的仿真程序,直接的出波(fft matlab code on the emulator, directly from the waveform)
- 2011-04-18 13:17:55下载
- 积分:1
-
z1test
用0-1test方法检测混沌的程序,程序完整,运行良好。(0-1Test)
- 2021-02-26 15:39:37下载
- 积分:1
-
m
说明: 该程序试图考察一组数据服从哪种分布(正态,指数或双边指数),并利用K-S检验对各种分布作了检验。(The program attempts to examine a set of data subject to which distribution (normal, exponential or bilateral index), and use KS test has been tested in a variety of distributions.)
- 2009-12-29 20:11:15下载
- 积分:1
-
MUSIC
阵列信号处理的MUSIC算法:经典MUSIC源程序,求根MUSIC算法源程序,波束空间MUSIC算法源程序,基于解相干的MUSIC源程序,基于四阶累积量的MUSIC算法。(MUSIC algorithm array signal processing: classical MUSIC source, Roots MUSIC algorithm source, beam-space MUSIC algorithm source code, source code based on decoherence of MUSIC, fourth-order cumulant based MUSIC algorithm.)
- 2021-02-05 20:59:56下载
- 积分: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