-
BPSK_Sim
Binary Phase Shift Keying Simulation for BER v/s SNR of Additive White Gaussian Noise Channel
- 2014-10-09 11:28:30下载
- 积分:1
-
MATLABlanguage
MATLAB语言,包含有matlab的授课课件!(MATLAB language, contains the matlab instruction courseware!)
- 2009-12-12 10:52:16下载
- 积分:1
-
ronghe
说明: 多光谱图像、 全色图像的融合, 自己备图(Multi-spectral image, panchromatic image fusion)
- 2011-03-01 16:04:57下载
- 积分:1
-
4
说明: 5、绘制散点图。
对发射和接收信号利用scatterplot函数可显示信号星座图的样子及噪声对信号造成的失真程度。在该图中,横轴代表了信号的同相分量而纵轴代表了正交分量。下面的代码还利用了
对接收信号利用modem.deqammod对象的demodulate方法进行解调。解调结果为包含0到15之间整数的列向量。
(5, draw a scatter plot. The transmitted and received signals can be displayed using a function of the degree of distortion scatterplot like and noise signals caused by the signal constellation of FIG. In this figure, the horizontal axis represents the in-phase component signal and the vertical axis represents the quadrature component. The following code is also used to demodulate the received signal using the method of demodulating modem.deqammod object. Demodulation result is an integer from 0 to 15 comprising a column vector.)
- 2014-09-21 08:33:48下载
- 积分:1
-
Improved-AStar-on-3D-Terrain
应用matlab仿真改进A*算法在三维地形上的寻径过程(Application matlab simulation on improved A* algorithm in three-dimensional terrain routing process)
- 2021-02-02 00:40:00下载
- 积分:1
-
scme20060830
在未来B3G/4G系统中所采用的SCME信道模型是SCM信道模型的扩展。扩展保持简便性和向后兼容性(In the future B3G/4 g system adopted by the SCME channel model is an extension of the SCM channel model. Extension keep ease and backward compatibility)
- 2014-02-25 16:24:38下载
- 积分: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
-
CBeamNos
This is an example of unv file. This file you can see when it is possible to analyze the experiment, you create a unv file.
- 2013-03-12 19:33:40下载
- 积分:1
-
useGUI2
matlab下的GUI使用指导视频,让你快速掌握GUI的使用(GUI using matlab under the guidance of video, let you quickly master the use of GUI)
- 2009-04-09 10:34:27下载
- 积分:1
-
Shoot.tar
一个基于打靶法的最优控制求解软件
求解过程中采用参数延续算法
(A shooting method based on optimal control software to solve the process of solving the parameters used in the continuation algorithm)
- 2021-03-31 16:49:09下载
- 积分:1