-
ImageWienerFilter
维纳滤波程序,图像复原中的维纳滤波复原程序,很有用的
(ImageWienerFilter)
- 2020-12-12 11:39:17下载
- 积分: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
-
dijkstra2
求到达顶点的最短路径,matlab程序,著名的dijkstra算法(The shortest path to reach peak demand, matlab program, known dijkstra algorithm)
- 2010-08-27 14:05:42下载
- 积分:1
-
boxcount
说明: 用matlab程序编写,计算分形图像的计盒维数。(Programming using matlab to calculate the fractal box dimension image.)
- 2011-03-22 11:28:35下载
- 积分:1
-
smp
用smp算法实现基于压缩感知的磁共振图像重构(Smp algorithm for image reconstruction based on compressed sensing)
- 2012-05-29 17:32:49下载
- 积分:1
-
LTE-Simulation
. The reference simulator can be used to measure and plot the network capacity performance and signal to interference ratio (SIR) performance of LTE networks with the integer frequency reuse scheme with reuse factor 1 (IFR-1). Frequency reuse scheme with reuse factor 1 means that the available frequency resource is used by all the cells in the LTE network. You are advised to refer to the relevant slides of lecture 5 to get more information on the method used to calculate the SIR and capacity performances.
The system level LTE is consisted of two Matlab script files (LTE_main.m, LTE_configuration.m), three Matlab function files (LTE_IFR_sim_dist.m, LTE_IFR_sim_netwide.m, LTE_IFR_plot.m) and one Matlab mat file (bs_user_position.mat).
- 2014-09-06 22:08:50下载
- 积分:1
-
man_made_seismic
人工地震波生成程序
可根据输入的设计谱,来生成人工地震波,为matlab程序,应用方便(Artificial seismic waves generated program according to the design of the input spectrum afterlife waves adult site, matlab program, easy application)
- 2021-03-16 16:39:22下载
- 积分:1
-
decbin
decimal to binary decimal to binary
- 2011-12-22 08:21:20下载
- 积分:1
-
Normal distribution
正态分布程序例程,可以画双峰、三峰、四峰(Normal Distribution Program Routine,Can draw two peaks, three peaks, four peaks)
- 2020-12-17 13:49:12下载
- 积分:1
-
TIchinese_A1445
数学建模算法大全,十分实用,包括概率算法,计算机算法等等(Mathematical modeling algorithm Daquan, very practical, including the probability algorithms, computer algorithms, etc.)
- 2010-08-01 20:31:06下载
- 积分:1