-
PolInSAR_Filter_IDAN
PolInSAR滤波,采用IDAN(基于强度的自适应邻域)算法,matlab程序(PolInSAR filtering, using IDAN (based on strength of the adaptive neighborhood) algorithm, matlab program)
- 2010-11-01 13:11:14下载
- 积分:1
-
kohonen
kohoenn neural network
- 2011-08-30 03:16:47下载
- 积分:1
-
matlab
相控阵天线测试数据的模拟产生与稀疏分解,可用于故障诊断(Phased array antenna simulation test data generation and sparse decomposition can be used for fault diagnosis)
- 2013-08-06 21:41:04下载
- 积分:1
-
5HZ_Sin_Wave
Generates a 5hz sine wave signal on matlab
- 2014-10-03 00:33:21下载
- 积分:1
-
qiankui
利用MATLAB的SIMULINK进行仿真的前馈控制系统仿真源码(The simulation using MATLAB SIMULINK feedforward control system simulation source)
- 2013-08-26 08:25:44下载
- 积分:1
-
matlab
这个文件夹里是matlab求三对角矩阵的特征值的一个例子。(This folder is a tridiagonal matrix matlab find the eigenvalues of an example.)
- 2010-12-09 20:27:02下载
- 积分:1
-
src
Fingerprint Process in Matlab
- 2009-06-12 05:12:34下载
- 积分: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
-
0001
Book of C and ABC, A Very good book(Book of C and ABC)
- 2014-09-21 07:28:26下载
- 积分:1
-
xxfz
线性分组码的简单实现, 包括生成矩阵,最小码字,二-十进制转换等功能(Simple linear block code to achieve, including the generator matrix, the smallest code word, two- decimal conversion function)
- 2011-12-07 18:24:40下载
- 积分:1