-
ofdm
说明: 基于matlab的OFDM系统仿真,包括调制解调的源程序。。(The OFDM system based on matlab simulation, including the modulation and demodulation of the source. .)
- 2010-04-21 18:34:07下载
- 积分:1
-
filter_LPF4
filter use for signal
- 2011-06-18 11:43:47下载
- 积分: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
-
finger1
用MATLAB对指纹进行分割,二值化,特征提取以及匹配。希望对大家有用。(Using MATLAB on the fingerprint segmentation, binarization, feature extraction and matching. Hope to be useful.)
- 2010-05-06 17:22:20下载
- 积分:1
-
dip3
经典的边缘检测算法Sobel matlab源码(classic edge detection algorithm Sobel Matlab FOSS)
- 2007-03-14 02:39:52下载
- 积分:1
-
CIC滤波器设计
说明: 用MATLAB语言实现单级CIC滤波器,以及一些CIC滤波器介绍网站推荐(Use MATLAB language to realize the first-order CIC filter, and some CIC filter introduction website recommendation)
- 2020-04-17 20:11:47下载
- 积分:1
-
CAN
pic单片机CAN通信程序
CAN自测试收发编程,CAN发送邮箱0以一定的时间间隔发送数据,接收到数据后,将接收数据加1作为下一次的发送数据(pic 18f4580 can code,void canint() )
- 2010-01-12 11:41:37下载
- 积分:1
-
MI_Optimization
说明: 用matlab实现的图像配准的小程序,一个缩放图像,一个配准(Using matlab to achieve a small image registration procedure)
- 2010-04-30 10:10:49下载
- 积分:1
-
median~PSNR
例举了中值滤波,均值滤波等方法,以及用MSE和PSNR来判断图像质量。(Cites median filtering, average filtering method and the use of MSE and PSNR to judge image quality.)
- 2010-05-28 10:31:06下载
- 积分:1
-
fenleiqi
基于Matlab的分类器程序,采用最小误差判别准则(Classification program which based on Matlab, minimum error criterion)
- 2012-10-23 18:21:07下载
- 积分:1