-
matlab-ders
simpson method used in matlab
- 2011-05-30 19:41:45下载
- 积分:1
-
OFDM
经典的OFDM仿真程序,比较简单,适合初做仿真者用。(A symple program of OFDM)
- 2011-12-16 21:03:06下载
- 积分:1
-
Fuzzy-PID-report
模糊自适应PID控制的报告,后面带简单的程序,可以运行,就是抄的部分刘金琨的程序。不懂图的含义可以参考刘金琨的先进PID控制MATLAB仿真。(It s a simple report and simple simulink program about the Fuzzy-PID.)
- 2013-12-04 21:13:15下载
- 积分:1
-
TOPSIS
topsis matlab code for multi criteria decision
- 2015-03-11 22:47:39下载
- 积分:1
-
TP-ondelettes
des code de matlab de la transforméé des images en ondelettes
- 2013-06-23 22:28:25下载
- 积分:1
-
polyphase
Efficient polyphase filter implementation
- 2012-07-05 23:12:49下载
- 积分:1
-
06153042
plz give the matlabcode
- 2012-10-17 15:15:05下载
- 积分:1
-
allinone
fir filter design using mathlab
- 2009-11-04 01:11:09下载
- 积分: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
-
wiggle
地震资料处理,时频分析里的wiggle变换(Seismic data processing, time-frequency analysis in the transform wiggle)
- 2007-12-20 19:36:00下载
- 积分:1