-
matlabcodeofleida
说明: 这是数模比赛里面的多雷达多目标数据融合代码,希望对大家有用~~(This is the Multi-radar data fusion multi-target code of Mathematical Model Competition,Hope to be useful~)
- 2010-04-23 00:17:25下载
- 积分:1
-
Binary-GA
Gabinary code for matlab using plots and M-file
- 2014-08-17 17:14:18下载
- 积分:1
-
YANGLEI
层状压电圧磁结构中表面波的传播,表面波分SH表面波和瑞丽表面波(Layered magnetic structure of piezoelectric pressure wave propagation, wave and wave of SH wave Ruili)
- 2013-12-02 09:56:57下载
- 积分:1
-
TS_fuzzy
TS模糊,包括聚类数选取,输入选择,前件辨识,后件辨识等(TS Fuzzy Model)
- 2014-04-29 21:18:50下载
- 积分:1
-
dct
M=512 原图像长度
N=64
K=8
I=zeros(M,M)
J=zeros(N,N)
BLOCK=zeros(K,K)
显示原图像
I=imread( f:ceshiyuanshitu.bmp )
figure
imshow(I)
xlabel( 原始图像 )
显示水印图像
J=imread( f:ceshilogistic_nuaa64.bmp )
figure
imshow(J)
xlabel( 水印图像 )
嵌入水印
tem=1
for p=1:N
for q=1:N
x=(p-1)*K+1
y=(q-1)*K+1
BLOCK=I(x:x+K-1,y:y+K-1)
BLOCK=dct2(BLOCK)
if J(p,q)==0
a=-1
else
a=1
end
BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01)
BLOCK=idct2(BLOCK)
I(x:x+K-1,y:y+K-1)=BLOCK
end
end
显示嵌入水印后的图像
figure
imshow(I)
xlabel( 嵌入水印后的图像 )
imwrite(I, f:ceshiembedded.bmp )
- 2010-06-13 18:43:39下载
- 积分:1
-
ShadowDetection
shadow detection with matlab model color hsv
- 2010-11-27 13:09:03下载
- 积分:1
-
sxs_FDK
等距扇束CT重建,利用matlab自带pantom进行正向投影和逆向滤波反投影重建,恢复图像(CT fanbeam FDK reconstruction)
- 2014-08-20 21:08:38下载
- 积分:1
-
[first_author]_2013_Electric-Po787-Systems-Resear
matlab based on power electronics and development hj
- 2013-08-24 13:36:44下载
- 积分:1
-
wind_shuangkui
基于matlab的双馈风力发电系统仿真模型,在不同风速条件下,系统的响应仿真(Matlab double-fed wind power generation system simulation model under different wind conditions, the response of the system simulation)
- 2014-12-22 15:17:37下载
- 积分:1
-
CCD_noise_benke
激光光斑模拟 内含噪声,作为定位算法的前期处理(Laser spot simulation)
- 2013-05-15 21:57:21下载
- 积分:1