-
3GPP
3rd generation partnership project model
- 2011-06-15 00:37:37下载
- 积分:1
-
robot3
一种机器人滑模控制器设计,s函数和simulink结合编程实现(a sliding robot controller design, function and Simulink's combination of programming)
- 2007-06-07 21:42:47下载
- 积分:1
-
sun1
Imputation Report – HapMap 3 reference panel
- 2011-11-05 21:42:48下载
- 积分:1
-
bjp2008_1_68-77
ECG Signal Analysis Using Wavelet
Transforms using MatLab software and LabView for interfacing.
- 2010-12-16 20:39:23下载
- 积分:1
-
Lempel_Ziv_program
Lempel_Ziv信源编解码 含测试数据(Lempel_Ziv_Coder/Decoder
test_data included)
- 2012-04-02 11:05:45下载
- 积分:1
-
NRZ_DFE_PPG
在光接入网中采用DFE均衡的方法来降低误码率。(In optical access network, DFE equalization is used to reduce the bit error rate.)
- 2020-06-21 23:20:01下载
- 积分:1
-
Mie-Matlab-Maetzler
Mie散射 数值计算仿真,强度,散射角,散射系数等(Mie scattering numerical simulation, strength, scattering angle, scattering coefficient)
- 2021-01-24 12:38:38下载
- 积分:1
-
考虑到不平衡电网条件下,传统锁相环的局限性 SOGI
考虑到不平衡电网条件下,传统锁相环的局限性,这里比较了几种基于正负序分离的锁相环着重基于陷波器的提取方式(Taking into account the unbalanced grid conditions, the limitations of the traditional PLL, where positive and negative sequence based on comparison of several separate PLL trap of focusing on ways to extract)
- 2020-10-19 09:07:25下载
- 积分: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
-
SBSdoublebutongjiezhi
受激布里渊散射脉冲压缩的双池模拟程序,不同介质。(Stimulated Brillouin scattering pulse compression the double pool simulation program, different media.)
- 2013-01-23 13:02:12下载
- 积分:1