-
master_matlab
大家看看吧,很好的Matlab学习资料(Let everyone take a look at, very good learning materials Matlab)
- 2008-04-20 10:22:07下载
- 积分: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
-
RQEF
This file can help to find roots of polynomial equation in simple way using matlab
- 2011-02-12 19:36:39下载
- 积分:1
-
pic_dc-ac_01
hex file for 16f509 microcontroller for dc ac inverter
- 2013-12-24 03:38:03下载
- 积分:1
-
xinhao
此程序适合对数字基带信号的仿真,并对两径信道传递函数曲线分析(This program suitable for digital base-band signal simulation, and the two-path channel transfer function curve analysis)
- 2009-03-13 23:11:04下载
- 积分:1
-
Laguerre
Laguerre自适应滤波器源代码(Laguerre adaptive filter source code)
- 2009-03-31 17:08:02下载
- 积分:1
-
rayleigh_channel
產生頻率選擇性衰落的雷利通道,參數由天線結構、OFDM系統的結構與功率延時結構來決定。(Have a frequency selective fading channel of Raleigh, parameters from the antenna structure, OFDM system, the structure and power structure to delay the decision.)
- 2008-05-13 15:14:02下载
- 积分:1
-
filters
ALMOTIIIII FILE IN AWGN
- 2012-03-21 15:44:35下载
- 积分:1
-
PL_logdist_or_norm
描述对数距离/正态阴影衰落路径损耗模型的MATLAB程序(A description of the number of distance/normal shadow fading MATLAB program path loss model)
- 2021-04-19 20:38:50下载
- 积分:1
-
ARMA2D
主程序arma2Ddemo是对模拟图像的2DAR和ARMA参数估计。(arma2Ddemo: See and run the demo arma2Ddemo for an example of 2D AR and ARMA parameters estimation from simulated images.
- sim_ar2d: generation of simulated 2D AR process.
- sim_arma2d: generation of simulated 2D ARMA process.
- ar2d: solves 2D yule walker to estimate AR parameters
- arma2d: estimation of 2D ARMA parameters. First step: estimation of the gaussian input by inv_ar2d, Second step: linear system solution to estimates simultaneously AR and MA parameters, as explained in [1].
- inv_ar2d: first step in arma2d. Filters through inverse filter 1/AR an AR process, to generate its innovation Gaussian signal. It is used here to estimate the Gaussian noise input to the ARMA 2D process, approximating the ARMA model to a high order AR model.
- poles2coeff: converts poles chosen by user to AR or MA coefficients (support function)
)
- 2010-11-15 21:38:56下载
- 积分:1