-
TP_Ondelettes
Evaluate the multi-variate density with mean vector m and covariance
matrix C for the input vector x.
- 2012-03-22 05:56:20下载
- 积分:1
-
code
本代码主要实现了基于双字典交叉稀疏表示的SAR图像变化检测的功能。(This code mainly realize the function of SAR image change detection is based on the double cross dictionary sparse representation.)
- 2015-03-15 12:03:22下载
- 积分:1
-
some
matlab function file.m-sequence, gold-sequence, crosscorrelation, autocorrelation.
- 2010-10-02 19:43:47下载
- 积分:1
-
mann-kendall
,,,,,, mann-kendall(mann-kendall)
- 2010-12-11 02:28:26下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
pv_characteristic
this is simulink module of pv cell.
- 2011-02-08 23:39:17下载
- 积分:1
-
Marpl
说明: Цифровой спектральный анализ и его приложения
- 2011-04-04 06:10:01下载
- 积分:1
-
BS_MRVFilter_Code
MRV(磁共振静脉血管)滤波器程序源代码(MRV (magnetic resonance vein imaging) filter)
- 2013-03-22 12:18:51下载
- 积分:1
-
zunewton-dfpdfp
实用最优化方法中的经典题目,包含DFP算法、共轭梯度法、内点法、阻尼牛顿法、最速下降法,都要求在matlab软件下执行,有正确结果输出。(The classical topics practical optimization method, including the DFP algorithm, conjugate gradient method, interior point method, damped Newton method, the steepest descent method, are required to perform the MATLAB software, the correct output results.
)
- 2013-04-04 11:11:20下载
- 积分:1
-
DIA
基于matlab的彩色图像分割,方法是K-means聚类分割(Matlab-based color image segmentation method is K-means clustering segmentation)
- 2014-01-16 16:22:06下载
- 积分:1