-
judger
最小错误率和最小风险贝叶斯分类器,附带示例数据(Minimum error rate and minimum risk Bayes classifier, with sample data)
- 2010-03-12 10:45:24下载
- 积分:1
-
fdtd3D
FDTD方法是把 Maxwell 方程式在时间和空间领域上进行差分化。利用蛙跳式(Leap frog algorithm)--空间领域内的电场和磁场进行交替计算,通过时间领域上更新来模仿电磁场的变化,达到数值计算的目的(FDTD method Maxwell s equations in the field of time and space differencing. Leapfrog (of Leap frog algorithm)- the electric and magnetic fields within the field of space alternating the update time field to mimic the changes in the electromagnetic field to reach the numerical calculation purposes)
- 2012-05-30 09:02:42下载
- 积分:1
-
minconSimpSearch2
在做复合形法优化时,用到《精通MATLAB最优化设计》一书中的复合形法程序,发现做其他例题时运行不了。去掉bug后,改进如下,如果你遇到同样问题,不妨下来试试。如果你没有Funval.m,可以将程序中的Funval函数换成subs(In doing complex method optimization, use the " Mastering MATLAB Optimization Design," a book of complex method program, found other examples can not do when running. After removing the bug, improvements are as follows, if you encounter the same problem, we might try it. If you do not Funval.m, the program can be replaced by a function of Funval subs)
- 2014-01-16 11:13:46下载
- 积分:1
-
16qam
16QAM调制的Matlab程序,通过仿真(16QAM modulation of the Matlab program, the simulation)
- 2010-11-18 23:28:40下载
- 积分:1
-
bandpass_butterworth
巴特沃斯带通滤波器,简单实用,matlab(Butterworth bandpass filter, simple and practical, matlab)
- 2014-10-26 15:58:22下载
- 积分: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
-
superresolution_v_2.0
超分辨率重建的一些相关应用程序,包括POCS、IBP、运动估计等(super-resolution)
- 2010-09-21 20:11:25下载
- 积分:1
-
Lp
说明: Algorithms for non-convex sparsity promoting analysis and synthesis priors
- 2011-05-13 02:12:09下载
- 积分:1
-
dlfun
倒立摆matlab仿真参数可以自行变动,这是源代码格式 配合其他代码可完整的编写完整个仿真。注意这是源代码,不是simulink仿真(Inverted pendulum the matlab simulation parameters can change in source code format with other code can complete the preparation of a complete simulation. Note that this is the source code, not simulink simulation)
- 2013-05-14 10:45:11下载
- 积分:1
-
svmMATLAB
说明: matlab里支持向量机工具箱,好用(matlab in Support Vector Machine Toolbox, easy to use)
- 2008-09-17 15:19:17下载
- 积分:1