-
qrxjq
天线方向图可以看出此算法的性能,该程序把静态方向图与加了旁瓣电平-30db的切比雪夫权方向图相比较(Antenna pattern can be seen the performance of this algorithm, the program direction of the static map with the addition of side lobe level of-30db Chebyshev right direction compared to Figure)
- 2007-10-15 15:56:14下载
- 积分:1
-
mainvehicle
emergency vehicle detection using rf communication. the emergency vehicle sends the information to the traffic signal using wireless communication using the rf communications.
- 2015-02-25 02:03:47下载
- 积分:1
-
main
关于极限学习机在脑电信号中的应用的主程序表示说明(About extreme learning machine in the application of brain electrical signal of the main program said
)
- 2014-06-30 11:36:07下载
- 积分: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
-
image-sequence---matlab-simulation-
说明: 用于图像拼接,图像序列的柱面全景拼接算法,matlab仿真程序(For image mosaic, image sequence cylindrical panorama stitching algorithm, matlab simulation program)
- 2011-04-17 18:41:33下载
- 积分:1
-
timex_64
sparc64 architecture timex specifications.
- 2014-08-25 15:03:08下载
- 积分:1
-
KNNC
提出基于优化K-最近邻域分类器(K-Nearest Neighbor Classifier,KNNC)的轴承故障模式识别方(proposed K-Nearest Neighbor Classifier(KNNC), diagnosing method)
- 2015-02-06 10:17:03下载
- 积分:1
-
MIMOSignalsAndSystems
经典书籍MIMO Signals And Systems的源代码(Classic books MIMO Signals And Systems source code)
- 2007-11-14 15:04:09下载
- 积分:1
-
CamputeNeffLP01_test
光纤Bragg光栅的基模(LP01)的测试程序,欢迎拍砖
- 2010-01-02 12:00:33下载
- 积分:1
-
lizi
卡尔曼滤波 扩展卡尔曼滤波 以及经典粒子滤波(the source code of PF&EKF&KF)
- 2020-10-15 00:07:30下载
- 积分:1