-
Laguerre
Laguerre自适应滤波器源代码(Laguerre adaptive filter source code)
- 2009-03-31 17:08:02下载
- 积分:1
-
Mgd
This is a function with the programme to calculate the model Geometric of any robot
- 2012-10-05 05:58:41下载
- 积分:1
-
Arch_Corr2_nor
This code is face localization programme. It reads faces from yale database and localize the face in the image.
- 2010-11-11 16:35:51下载
- 积分:1
-
new2particle
matlab code for particle Filter
- 2012-04-18 03:21:01下载
- 积分:1
-
radarpulsegenPgui
雷达信号产生模拟器,包含一个简单的界面(a radar signal generation program with gui)
- 2013-10-03 13:14:38下载
- 积分:1
-
q3c.mdl
A muitistage tap filter in simulink. Phase dirtoin and phase sitortion shown in teh simulation results(A muitistage tap filter. Phase dirtoin and phase sitortion shown in teh simulation results)
- 2014-02-19 17:53:28下载
- 积分:1
-
templateMatcher
利用logGabor函数分别提取待匹配图和模板图的相位信息作为匹配基元,进行互相关运算,寻找最佳匹配位置(Use to be extracted separately logGabor function map and template matching of the phase diagram as an information matching primitives to carry out cross-correlation calculation, find the best match position)
- 2009-03-19 16:34:53下载
- 积分:1
-
AutomaticSpectra
Accurate estimates of the autocorrelation or power spectrum can be obtained with a parametric model (AR, MA or ARMA). With automatic inference, not only the model parameters but also the model structure are determined from the data. It is assumed that the ARMASA toolbox is presen
- 2008-05-23 08:31:56下载
- 积分:1
-
86410383im_denoise
小波去噪 解决图像噪声 便于后期图像的处理工作(Solve the image noise wavelet denoising image processing to facilitate the work of the late)
- 2011-05-28 23:36:46下载
- 积分:1
-
wavelift
暂时只支持jpeg2000支持的 cdf97 和spline53
可以这样来测试:
x=imread( E:studyjpeg2000imageslena.tif )
% see the decomposition coefficients
y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet
figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y))
% see the reconstruction precision
yy=wavelift(x, 5) using cdf 9/7 wavelet
ix=wavelift(yy,-5) inverse
sum(sum((double(x)-ix).^2))
(only temporary support jpeg2000 support cdf97 and spline53 this can be measured Examination : x = imread (E : study jpeg2000 images lena.tif)% see the d ecomposition coefficients wavelift y = (x, 1, spl53) using spline 5/3 wavelet figure subplot (1,2,1) imshow (x) subplot (1,2, 2) imshow (mat2gray (y))% see the reconstructi on precision wavelift yy = (x, 5) using cdf 9/7 wavelet ix = wavelift (yy.-5) inverse sum (sum ((double (x)- ix). ^ 2)
- 2006-08-08 23:51:30下载
- 积分:1