- 
                        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
 
- 
                        GA
                        
                          说明:  遗传算法的MATLAB程序                                        (MATLAB Genetic Algorithm procedure)                         
                            - 2009-03-12 17:15:37下载
- 积分:1
 
- 
                        Tm-doped
                        
                          计算一定功率抽运光作用下单掺Tm光纤激光器稳态时沿光纤方向粒子数分布(Calculation of a certain pump power under a single Tm-doped fiber laser at steady state along the fiber direction of particle number distribution)                         
                            - 2009-05-07 21:45:03下载
- 积分:1
 
- 
                        adaptgettingstarted3fd
                        
                          基于LMS自适应时延估计算法,可以进行时间延迟估计。(Delay estimation algorithm based on LMS adaptive research based on the fractional lower order time delay estimation algorithm, including: covariation-based time delay estimation, based on the fractional lower order covariance delay estimation method, as well as the minimum norm when the average P delay estimation method.)                         
                            - 2013-05-25 17:07:43下载
- 积分:1
 
- 
                        weatherwax_DHS_solutions
                        
                          weatherwax_DHS_solutions duda & hart                         
                            - 2011-02-11 05:34:06下载
- 积分:1
 
- 
                        Desktop
                        
                          通过提取不变量特征来实现两幅图像之间的匹配(matching by two pointwhich are sift)                         
                            - 2010-05-27 17:26:49下载
- 积分:1
 
- 
                        SpiralWaves
                        
                          reaction-diffusion spiral matlab                         
                            - 2010-06-06 21:28:19下载
- 积分:1
 
- 
                        lms
                        
                          matlab code for reduction of ISI in digital communications                         
                            - 2014-03-11 17:37:16下载
- 积分:1
 
- 
                        SDR
                        
                          一个DQPSK信号接收与发送部分的软硬件设计。其中IF=70MHZ,信息速率=10MBS,采用带通信号采样技术,数字正交解调和调制技术。NCO频率分辨率为32位,相位分辨率为10位(A DQPSK signal reception and transmission part of the software and hardware design. Which IF = 70MHZ, information rate = 10MBS, the use of bandpass sampling technique, the digital quadrature demodulation and modulation techniques. NCO frequency resolution of 32, phase resolution of 10)                         
                            - 2007-09-27 15:13:41下载
- 积分:1
 
- 
                        trapsezoid
                        
                          This creates a trapezoid wave, similar to the built-in square function but with no duty cycle option                         
                            - 2010-10-11 07:07:16下载
- 积分:1