-
materialparameter
Material parameter estimation from S-parameter
- 2014-08-25 11:25:47下载
- 积分:1
-
Gauss
背景建模 混合高斯模型 opencv代码和matlab代码(Background modeling Gaussian mixture model opencv code and matlab code)
- 2014-10-28 18:52:26下载
- 积分:1
-
CHAP_04
这是MAtlab与DSP应用中的第4掌的例子程序
(This is the Matlab and DSP applications 4th metacarpal examples of procedures)
- 2007-11-16 16:03:50下载
- 积分:1
-
mydspexp1_pujnifa
谱减法实例,已经做过实验,可以运行,只要载入数据即可(Spectral subtraction instance, has done the experiment, you can run, as long as the data can be loaded)
- 2011-06-28 12:27:57下载
- 积分:1
-
Edgedetection
在matlab环境下,结合c语言,给出了常用三种图像处理的代码:灰度图像边缘检测,K-L变换,图像的统计直方图。(In the matlab environment, the combination of c language, given the commonly used three types of image processing code: gray-scale image edge detection, KL transform, the image histogram statistics.)
- 2007-11-28 17:48:13下载
- 积分:1
-
Simulink
Simulink Dynamic System Simulation for MATLAB
- 2010-08-06 14:32:15下载
- 积分:1
-
MIMO-OFDM(channel_estimation)
MIMO_OFDM的信道估计,方法较多,性能很好,十分完整而强大的程序(MIMO_OFDM channel estimation methods are more good performance, very complete and powerful program)
- 2021-04-15 11:18:54下载
- 积分:1
-
yuv2rgb
本程序实现的功能是把yuv文件变为RGB,以便于matlab处理!(The implementation of the program function is to put the yuv file into RGB, in order to deal with matlab
)
- 2013-12-19 11:34:09下载
- 积分:1
-
Desktop
signal system
show BODE PLOT and step response of transfer function
EFFECT OF c2d command in matlab for continuous system
- 2013-05-19 22:43:22下载
- 积分: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