-
dsp
dsp
例程,做一些界面,显示出来,并对该算法进行仿真分析(dsp routines, do some interface, display, and simulation analysis of the algorithm)
- 2011-04-30 10:10:53下载
- 积分: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
-
proj11-02
数字图像处理程序:付里叶描绘子方法的实现(Digital image processing: Fourier descriptors method implementation)
- 2010-10-19 17:26:19下载
- 积分:1
-
airProp
A matlab code for air properties
- 2011-07-22 17:17:44下载
- 积分:1
-
demo1
很不错的粒子滤波器入门程序,在一个外国网站下载的(Very good particle filter entry procedures, in a foreign Web site download)
- 2007-09-05 11:15:28下载
- 积分:1
-
ofdm_mfile
ofdm的.m文件,是ofdm仿真的m文件(ofdm of. m document file ofdm simulation m)
- 2009-05-12 21:15:41下载
- 积分:1
-
afd
实现主动频率偏移法的孤岛检测,利用matlab中的S-FUN编写(Frequency offset for active islanding detection method, using matlab written in S-FUN)
- 2011-07-13 10:18:31下载
- 积分:1
-
isodataPro
此程序为ISODATA聚类算法的改进,主要是优化了其初始化,其初始化为两类,一类质心为极值最大点,另一类质心为离该质心最远的质心(This procedure is a clustering algorithm for the ISODATA , The original method is improved by the initialization . let a maximum point
as the center of the first class,and let the centeris farthest that the first center as the center of the second class)
- 2014-10-20 15:48:38下载
- 积分:1
-
aniso
地震各向异性介质模拟,对地震工作者可以学习一下
(seismic tools)
- 2012-05-21 23:13:24下载
- 积分:1
-
chengxuyi
DEA编程用于分析决策单元是否是有效地,进而作进一步分析(DEA program for the analysis of decision-making unit is to be effective, then further analysis)
- 2010-11-23 22:41:46下载
- 积分:1