-
Mooreyuan
用于计算莫尔圆,只要输入相关数据,就可以轻松得到所要求的数据,采用MATLAB编写。(Used to calculate the Mohr circle, as long as the input data, you can easily get the required data, using MATLAB preparation.)
- 2021-04-21 20:28:49下载
- 积分:1
-
fuzzycmeans
fuzzy c means clustering
- 2009-10-13 11:15:18下载
- 积分: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
-
paper1000
用于压缩感知信号重建的正则化自适应匹配追踪算法.pdf(Regularized Adaptive Matching Pursuit Algorithm for
Signal Reconstruction Based on Compressive Sensing)
- 2012-07-29 13:10:29下载
- 积分:1
-
delay
Implementation of Borland-Pascal Delay function, encapsulated in a component. During this delay, all system messages are performed.
- 2015-02-03 14:36:53下载
- 积分:1
-
FIR
fir带通滤波器,可将不需要的频率成分的信号滤去(fir bandpass filter unwanted frequency components can be filtered signal)
- 2012-01-03 10:18:00下载
- 积分:1
-
123Bus
是电力系统的IEEE标准算例的OPENDSS编写好的额程序,里面包含有短路算法(Is the IEEE standard power system operator OPENDSS writing good example of the amount of the program, which contains the shortest path algorithm)
- 2013-12-16 23:18:59下载
- 积分:1
-
粒子群算法源代码
改进的粒子群算法,与遗传算法,神经网络,模拟退火等算法相结合(An improved particle swarm optimization algorithm combined with genetic algorithm, neural network, simulated annealing algorithm and so on)
- 2020-06-28 12:40:02下载
- 积分:1
-
hmkongzhilizi
老师教我的滑模变结构matlab仿真程序的几个例子,该程序易读,易移植(Teaching my sliding mode a few examples of matlab simulation program, the program to read, easy to transplant)
- 2010-10-08 16:56:35下载
- 积分:1
-
hough
这是一个关于hough变换的MATLAB源程序(hough change)
- 2010-05-06 20:07:57下载
- 积分:1