-
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
-
shiyuboshuxc
频域波束形成频域波束形成频域波束形成频域波束形成(Frequency domain beamforming frequency domain beamforming frequency domain beamforming)
- 2021-03-09 19:59:27下载
- 积分:1
-
AudioReadTestFinal.m
Audio Input test bench for matlab
- 2015-03-06 04:28:54下载
- 积分:1
-
matlab
matlab滤波器,里面有三个方法滤波,用来滤波音频文件的(matlab filter, there are three ways to filter, for filtering the audio file)
- 2010-11-26 15:11:12下载
- 积分:1
-
aa
说明: 自己翻译的一篇外文文献《一种基于认知无线电压缩传感技术的频谱感知新算法》,绝对首发。(Own translation of a foreign language literature ' perception of a new algorithm based on compressed sensing cognitive radio technology spectrum, the absolute starting.)
- 2013-03-27 17:12:03下载
- 积分:1
-
multipath_test
该程序是自己编写的,是基于matlab的多径信道的建立。该多径信道是基于电力线信道特性而构建的,其中的衰落系数是通过阅读大量文献而得到的。该程序能够顺利运行,并画出了信道的各个参数图。(The program is written by myself,which is to build a multi-path channel matlab based. The multi-path channel is based on the characteristics of the power line channel constructed, which is fading coefficients obtained by reading a lot of literature. The program can run smoothly, and draw a diagram of each parameter channel.)
- 2013-12-18 17:34:55下载
- 积分:1
-
FFT-code
频域信号分析,bode图,相位图,幅频图(Frequency domain signal analysis , bode diagram, phase diagram , the amplitude-frequency diagram
)
- 2012-03-27 12:54:55下载
- 积分:1
-
source-code-id3-matlab
convert numbers into words in excel
- 2012-05-09 10:02:50下载
- 积分:1
-
addddd
一个add文件,里面有matlab和vc接口实例。
用vc打开使用(Add a file, there are instances of matlab and vc interfaces. Open to use with vc)
- 2010-05-12 15:24:13下载
- 积分:1
-
basicsDWT
Basics of wavelet function
- 2010-06-11 14:39:32下载
- 积分:1