-
hiperlan2
一个用Simulink做的基于OFDM的Hiperlan/2程序(Using Simulink to do an OFDM-based Hiperlan/2 procedures)
- 2009-05-02 21:26:55下载
- 积分:1
-
qsnr8
这是求信噪比的程序,就是信息噪声功率比上噪声功率(This is the signal to noise ratio for the procedure is, the information on the noise power ratio noise power)
- 2006-05-29 21:32:54下载
- 积分:1
-
matlab-odev
fuuzy logic examle matlab sı vı seviyesi
kontrolu
- 2012-03-25 20:56:11下载
- 积分:1
-
jin
有关matlan中 双曲抛物面 的源代码,此代码较别的代码更假简单(Related matlan hyperbolic paraboloid source code, this code is more false than the other code and simple)
- 2012-05-14 16:45:30下载
- 积分:1
-
High-Speed-modem
说明: 高速数据传输解调关键技术研究,大家可以好好学习一下(Modem high-speed data transfer key technologies, we can learn about)
- 2011-04-01 00:01:25下载
- 积分:1
-
QPSKAWGN-RAILEY-
QPSK信号在高斯和瑞利信道下的调制解调,并画出误码率曲线和星座图(QPSK Modulation and demodulation)
- 2020-06-29 14:40:02下载
- 积分: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
-
BCH_malab
说明: 用于生成BCH码的生成多项式和最小多项式的malab代码,以及伴随式的计算表达式(BCH code used to generate the generation polynomial and minimal polynomial of malab code, as well as the calculation with the expression)
- 2009-07-29 11:29:29下载
- 积分:1
-
mimo-bcjr_prepro
说明: 用matlab对多天线技术(MIMO)进行仿真,其中检测用KBEST算法。对信道H进行MMSEQSORT分解。后接BCJR解码器(Using matlab language to simulate the multi-input multi-output system. KBEST algorithm is used for detection, then followed by BCJR decoder)
- 2011-03-23 19:22:38下载
- 积分:1
-
CompandingEffectOnOFDMBer
关于压扩算法对系统误码率影响的理论推导,一篇比较有用的文献,推导过程很详细(On the theoretical derivation of the bit error rate of the system influence the companding algorithm, a useful comparison of the literature, the derivation process is very detailed
)
- 2015-01-25 16:52:58下载
- 积分:1