-
bpsk_awgn
BPSK的AWGN分析归一化,对初学者会有所帮助(BPSK Analysis of the AWGN normalized, it would be helpful for beginners)
- 2007-10-28 16:28:29下载
- 积分:1
-
encode
Matlab for speech coding encode
- 2014-09-12 12:26:03下载
- 积分:1
-
segy
地球物理领域基于matlab开发的地震数据读写程序。(Geophysical seismic data based on matlab developed in the field of reading and writing program.)
- 2013-02-28 19:53:49下载
- 积分: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
-
dipole_example
dipole antenna simulation
- 2012-04-20 23:17:30下载
- 积分:1
-
MATLAB
this program test certain system is timevariant or not. linear or not, causal or not
- 2009-10-17 19:19:06下载
- 积分:1
-
formulaCurl
Derive for the element stiffness with symbol calculation in Matlab
- 2010-01-07 07:05:32下载
- 积分:1
-
tabu-search-for-tsp
说明: 利用禁忌搜索算法解决50个城市的tsp问题,简单易懂,适合初学者(The use of tabu search algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners)
- 2008-11-12 21:58:55下载
- 积分:1
-
整数倍频偏估计算的PDF格式的文档,以及算法实现程序,S&C算法的研究
SaCAlgorithmmatlab
整数倍频偏估计算的PDF格式的文档,以及算法实现程序,S&C算法的研究!(S&C Algorithm)
- 2014-04-27 10:45:34下载
- 积分:1
-
2
说明: Advanced Engineering Mathematics using MATLAB by Harman, Dabney, Richert,书中全部源码(Advanced Engineering Mathematics using MATLAB by Harman, Dabney, Richert, book all the source code)
- 2007-10-20 08:49:21下载
- 积分:1