-
psbpmmotor
模糊控制永磁同步电机,在模糊控制器作用下,控制电机转速。(Fuzzy control of permanent magnet synchronous motor, in the fuzzy controller under the control of motor speed.)
- 2007-10-14 19:04:35下载
- 积分:1
-
MIMO
可以实现MIMO系统在锐利满衰落和高四百噪声信道下的几种天线结构的容量。(MIMO system can be achieved over a sharp decline and high noise channel 400 under the capacity of several antenna structure.)
- 2008-03-10 23:46:04下载
- 积分:1
-
FOC
Direct Torque Control, Induction Motor
Vector Control Without
- 2013-09-01 18:45:19下载
- 积分:1
-
block
matlab图像处理下的特定图像的识别与距离的测量(matlab image processing of the specific image recognition and distance measurement)
- 2013-08-04 11:52:04下载
- 积分:1
-
Geneticmethod
It is a package of document and code for genetic algorithem optimization.
- 2011-01-02 14:31:24下载
- 积分:1
-
Wavelet
wavelet algorithm for video compression
- 2011-05-12 01:53:43下载
- 积分:1
-
majun
fo-li迭代算法求解条形腔的模场,利用matlab编程实现(iterative algorithm fo-li strip cavity mode field, the use of matlab programming)
- 2011-05-24 10:26:04下载
- 积分: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
-
Voicerecog
this code contain function and simple program for voice pattern recognition using MELCEPST
- 2010-01-01 11:25:29下载
- 积分:1
-
LDPC_Fading_AWGN
LDPC code simulacation
- 2015-01-03 22:30:21下载
- 积分:1