-
c80_SNR
this program estimate cumulant order (8,0) for mqam modulation classification and plot them
- 2013-12-26 21:18:07下载
- 积分:1
-
CSM_E
电磁场经典算法模拟电荷法CSM求解步骤详解(Electromagnetic charge simulation method CSM classical algorithm for solving steps explain)
- 2014-01-15 10:42:27下载
- 积分:1
-
QAM-modulation
通讯类matlab文件,包括简单的QAM调制,星座图的产生等的一些基本程序(Communications matlab files, including simple QAM modulation, such as the generation of FIG want some basic procedures)
- 2014-10-31 14:18:24下载
- 积分: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
-
functionEnergyEfficiency
this code is related to Energy efficiency in massive mimo system
- 2014-10-13 12:59:34下载
- 积分:1
-
Multiface
数字图像处理project4, 人脸检测,利用matlab自带工具箱(Digital image processing project4, face detection, built using matlab toolbox)
- 2014-01-07 13:44:35下载
- 积分:1
-
matlab_bcb
说明: matlab混合编程系列:matlab与bcb混合编程——使用MATCOM(Matlab mixed programming Series: matlab and bcb mixed programming-using MATCOM)
- 2019-03-05 20:23:20下载
- 积分:1
-
randinterval
利用随机序列进行间隔控制,选择消息隐藏位(Intervals using random sequence control, select the message hidden bits)
- 2009-09-16 21:17:18下载
- 积分:1
-
22
说明: matlab仿真例子源码,数字通信初始仿真,关于功率、升余弦等。采用matlab仿真(matlab simulation example source code, the initial simulation of digital communication, on the power, raised cosine and so on. Simulation using matlab)
- 2010-12-09 13:29:15下载
- 积分:1
-
LTE-Simulation
. The reference simulator can be used to measure and plot the network capacity performance and signal to interference ratio (SIR) performance of LTE networks with the integer frequency reuse scheme with reuse factor 1 (IFR-1). Frequency reuse scheme with reuse factor 1 means that the available frequency resource is used by all the cells in the LTE network. You are advised to refer to the relevant slides of lecture 5 to get more information on the method used to calculate the SIR and capacity performances.
The system level LTE is consisted of two Matlab script files (LTE_main.m, LTE_configuration.m), three Matlab function files (LTE_IFR_sim_dist.m, LTE_IFR_sim_netwide.m, LTE_IFR_plot.m) and one Matlab mat file (bs_user_position.mat).
- 2014-09-06 22:08:50下载
- 积分:1