-
Manchest
matlab Manchest编码实现的m 文件(matlab Manchest coding realize the m file)
- 2007-07-27 10:02:52下载
- 积分:1
-
ofdm-3
orthogonal frequency division multiplexing matlab code-3
- 2010-07-30 17:22:45下载
- 积分:1
-
ccf-of-pnsequnce-with-golad-code
PN-Chirp codes based on Multi-Correlation
Receiver in a bandlimited channel
- 2013-10-29 21:32:03下载
- 积分:1
-
signals-quick-blind-detection
介绍一种有关卫星通信信号的快速盲检测方法(satellite communication signals quick blind detection)
- 2014-01-19 20:13:16下载
- 积分: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
-
polyroots
polynomial rootfinding with Laguerre s method
- 2010-02-08 16:12:18下载
- 积分:1
-
DIF
一种基于《The Discrete Fractional Cosine and Sine Transforms》分数阶傅立叶变换程序(Fractional fourier transform based on <<The Discrete Fractional Cosine and Sine Transforms>>)
- 2012-04-04 21:49:59下载
- 积分:1
-
BER-with-FSK-modulation
BER with FSK modulation written in MATLAB.
- 2012-06-08 05:08:18下载
- 积分:1
-
LMS--matlab
LMS算法源程序,包括仿真,自适应陷滤波器,IIR滤波器等(LMS algorithm source, including simulation, adaptive notch filters, IIR filters, etc.)
- 2012-07-10 11:39:15下载
- 积分:1
-
ask_pe
一个用matlab实现的ask仿真程序,加入了高斯白噪声(Used to achieve a matlab simulation program ask to add a Gaussian white noise)
- 2009-05-15 07:47:00下载
- 积分:1