-
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
-
fzcx
heaviside函数,用于关联维数计算,三线法计算关联维数中的斜率(heaviside function, calculated for the correlation dimension, three-line method to calculate the slope of the correlation dimension)
- 2011-09-13 10:08:27下载
- 积分:1
-
wnoise
在matlab中很适用,很经典的产生几种测试噪声的程序。(In matlab it is applicable, it is the classic noise generated several test procedures.)
- 2013-08-14 11:06:45下载
- 积分:1
-
localiaztion2010
为IEEE TRANSACTIONS ON SIGNAL PROCESSING 的信号源被动定位与跟踪领域的经典文章“Alleviating Sensor Position Error in Source Localization Using Calibration Emitters at Inaccurate Locations”的实现程序。(For the IEEE TRANSACTIONS ON SIGNAL PROCESSING passive source localization and tracking areas of classic article " Alleviating Sensor Position Error in Source Localization Using Calibration Emitters at Inaccurate Locations" implementation process.)
- 2011-11-28 09:59:36下载
- 积分:1
-
IA_MU_MIMO_OFDM_Version_1
基于ofdm-mimo系统,认知无线电干扰对准的两种算法对比。 MMSE和minimized leakage interference.(interderence alignment algorithms of cognitiv radiao,based on OFDM MIMO system.)
- 2013-12-03 00:16:06下载
- 积分:1
-
合成权值的补偿相位估计性能 sumple
研究了合成权值的补偿相位估计性能,分析了天线数对算法性能的影响,适合于低信噪比(Studied the synthetic weight to compensate the phase estimation performance, analyzed the antenna effect the performance of the algorithm, is suitable for low signal-to-noise ratio
)
- 2020-06-30 06:20:02下载
- 积分:1
-
DownUpSampling_ByFactor2
该代码实现了以2为因子的图像升采样和降采样功能。
降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。
升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。
降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和四个结果图片。
图片1.原始图片。
图片2.平滑滤波器降采样&像素点直接复制升采样。
图片3.平滑滤波器降采样&线性插值升采样。
图片4.不使用平滑滤波器降采样&像素点直接复制升采样。
图片5.不使用平滑滤波器降采样&线性插值升采样。
(The code to achieve a 2-factor image upsampling and downsampling function. Down-sampling (with using the averaging filter) and do not use smoothing filter (without using the averaging filter) are two ways to use the smoothing filter. Upsampling including the pixels copied directly (pixel replication method) and linear interpolation (bilinear interpolatoin method) two methods. Down-sampling method and liters a total of four combinations of sampling methods. The program is running, it shows a picture of an original picture and four results. Picture 1 original picture. Photo 2. Smoothing filter downsampling & the pixel directly copied liter sample. Photo 3. Smoothing filter downsampling & the linear interpolation liter sampling. Picture 4. Smoothing filter down-sampling & the pixels directly copied liter sampling. Picture 5. Use smoothing filter down-sampling & the linear interpolation liter sampling.)
- 2012-11-25 16:01:48下载
- 积分:1
-
functionFairnessProfile_cvx
说明: Running test programming
- 2019-04-24 12:07:19下载
- 积分:1
-
GPS
GPS/INS组合导航,可以提高系统精度,很实用(integrated navigation)
- 2018-12-24 13:29:28下载
- 积分:1
-
SPATIAL-SMOOTH-MUSIC
空间平滑多信号分类角度估计算法MATLAB实现(Multiple signal classification spatial smoothing angle estimation algorithm based on MATLAB realization)
- 2013-09-11 09:33:20下载
- 积分:1