-
sharpening
图像空域锐化增强,用matlab分别实现Roberts、Sobel、Priwitt算子的锐化处理,以及实现拉普拉斯图像和原始图像叠加的增强处理(Image airspace sharpening, respectively, to achieve with matlab Roberts, Sobel, Priwitt operator sharpening, and achieve enhancement Laplace image and the original image overlay)
- 2013-11-28 12:35:57下载
- 积分:1
-
pianzuixiao
非常好的偏最小二乘分析的程序,包含了典型相关分析、主成分分析和多元线性回归。可以根据具体的需要更改代码变成非线性回归,建立多个自变量和多个因变量之间的关系应用很广。包含计算程序和画图表示结果的程序两个m文件(Very good partial least squares analysis of programs, including the canonical correlation analysis, principal component analysis and multiple linear regression. It can become a non-linear regression, depending on the need to change the code to establish relationships between multiple independent variables and multiple dependent variables very wide application. Program includes the calculation procedures and drawing showing the results of two m files)
- 2015-06-07 23:56:29下载
- 积分:1
-
gausszhuyuanxiaoqu
matlab数学原程序,自编,用于函数调用:高斯消元法(matlab gauss-xiaoyuanfa)
- 2012-08-26 15:05:04下载
- 积分:1
-
CNN
说明: 用于功率预测的CNN代码,以及一系列相关函数文件(CNN Code for Power Prediction)
- 2019-06-03 13:18:10下载
- 积分:1
-
ssb
你也matlab实现抑制载波单边带调幅的仿真,包括输出各个节点的信号频谱图。(You can also achieve the suppression matlab simulation carrier single sideband amplitude modulation, including the output of each node signal frequency spectrum.)
- 2007-12-26 11:03:05下载
- 积分: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
-
EOF
希尔伯特黄变换之模态经验正交分解matlab实现(Modal empirical orthogonal decomposition of the Hilbert-Huang Transform matlab implementation)
- 2014-12-15 02:14:23下载
- 积分:1
-
Buck-DC-DC-Converter
Buck DC DC Converter
- 2014-11-14 01:40:44下载
- 积分:1
-
histogram
在matlab中实现直方图均衡化操作及直方图匹配操作,自编代码实现运算(Histogram equalization and histogram match.)
- 2013-09-21 08:55:45下载
- 积分:1
-
Wavelet_OMP
小波稀疏分解和重构算法,适合通信信号和图像重构(Sparse wavelet decomposition and reconstruction algorithm for communications signal and image reconstruction)
- 2014-01-03 14:29:42下载
- 积分:1