-
VariableStepSizeLMSlms
说明: 基于变步长LMS在干扰抵消中的应用,其中key1,2,3为不同变步长的MATLAB程序,而pinyu则是LMS在频域中的应用,(Variable Step Size LMS-based interference cancellation in the application, which key1, 2,3 for different variable step size of MATLAB procedures pinyu is LMS in frequency domain applications,)
- 2008-11-11 12:26:56下载
- 积分:1
-
RFP
This is the rational fractional polynomial technique for extracting modal properties of a structure
- 2013-12-03 08:35:57下载
- 积分:1
-
ID3
实现ID3算法,在结果中以树表示出来。决策树是对数据进行分类,以此达到预测的目的。该决策树方法先根据训练集数据形成决策树,如果该树不能对所有对象给出正确的分类,那么选择一些例外加入到训练集数据中,重复该过程一直到形成正确的决策集。(ID3 algorithm to achieve, in the results that come out to the tree. Decision tree is to classify the data, thus achieving the purpose of prediction. The decision tree training set of data according to the formation of the first decision tree, if the tree can not give the correct classification of all objects, then select a number of exceptions to the training set data, repeat the process until the correct decision set.)
- 2010-07-25 16:30:11下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
my_fft
Fast Fourier Transmission in Matlab
- 2009-03-14 12:08:37下载
- 积分:1
-
ct
说明: 可根据所给参数绘制出头模型图形,并对其进行投影和反投影重建的算法,可正常运行,得到较为理想的结果。(Can be drawn according to the parameters of his early model of graphics, and its projection and back projection reconstruction algorithm, running, get more desirable results.)
- 2010-11-14 14:22:24下载
- 积分:1
-
lmstest_tien
This is Room Impulse Response.Everybody can download it to discuss.
- 2010-05-31 16:24:54下载
- 积分:1
-
kanong
用matlab编写的世界名曲---卡农!(Canon by matlab! enjoy!)
- 2013-08-19 17:16:57下载
- 积分:1
-
windpenetrationRE2
Simulation model report of Wind energy system used in modelling of renewable hybrid energy power system
- 2015-03-30 22:23:59下载
- 积分:1
-
MI
说明: 互相关法的实现。一般多用于图像配准之中,能够求两幅具有角度偏移图像的互相关值大小。互相关值能够应用于众多方面。(Implementation of Cross Correlation Method. Generally used for image registration, can be obtained with two angle offset image cross-correlation value size. The cross-correlation value can be applied to a number of aspects.)
- 2017-01-20 14:49:46下载
- 积分:1