-
ycxtiming
这是通信中解调器重要的定时恢复部分的程序,我把它做成子程序,其中的算法原理,如想知道请link ne(This is the communication modems important part of the resumption of regular procedures, I see it causing subroutine, The algorithm principle, like to know please link ne)
- 2006-10-22 16:01:08下载
- 积分:1
-
ee477_fftlab_sp07
matlab code for fast fourier transform.
- 2014-08-20 18:23:03下载
- 积分:1
-
Decoupling
Direct Torque Control, Induction Motor
Vector Control Without an Encoder dtc
- 2013-09-01 18:47:36下载
- 积分: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
-
PID_C
Digital version of Fractional-Order PID Controller (DFOC) of the form:
C(s) = K + Ti/s^m + Td*s^d for given sampling period Ts [sec].
For more details and help write:
>> help DFOC
- 2015-02-14 21:53:45下载
- 积分:1
-
boshuxingcheng
波束形成中music和常规波束形成比较。常规波束形成方法、music方法。可直接运行,其中有详细的文字解释。(Beamforming music and conventional beamforming comparisons. Conventional beamforming method, music methods. Can be directly run, including a detailed explanation of the text.)
- 2015-03-30 21:23:14下载
- 积分:1
-
canny
说明: matlab基于canny算子进行图像的边缘检测(Canny edge detector algorithm matlab codes )
- 2011-03-23 17:32:33下载
- 积分:1
-
DVR
This project deals with modeling and simulation technique of a Dynamic Voltage Restore (DVR).The DVR is a dynamic solution for protection of critical loads from voltage sags / swells. The DVR restores constant load voltage and voltage wave form by injecting an appropriate voltage. Present novel structure improves power quality by
compensating voltage sag and voltage swells.
The transient response of any natural system is the way in which the response of the system behaves as a function of time. Electromagnetic transient studies have always played an essential behavior of the system in the event of different forms of transient phenomena, which can hardly be achieved by other means. This project addresses the transient studies of electrical networks with embedded, power electronics-based, FACTS and Custom Power (CP) controllers.
- 2014-08-16 21:49:59下载
- 积分:1
-
P27_randU1
用MATLAB语音实现产生线性同余伪随机数发生器(Generated using MATLAB voice to achieve a linear congruence pseudo-random number generator)
- 2009-09-16 21:08:15下载
- 积分:1
-
LTEchannel_models
说明: 该文件是LTE的信道模型(matlab),包括上行链路信道模型和下行链路信道模型(This file is LTE channel model (matlab), including uplink channel model and downlink channel model)
- 2011-03-10 15:40:42下载
- 积分:1