-
MUSIC
空间谱估计基本原理
MUSIC,ESPRIT算法(MUSIC,ESPRIT)
- 2010-12-17 23:08:08下载
- 积分:1
-
compex
基于 matlab 平台下的 约束非线性方程的解法的复合形法源程序()(matlab program compex)
- 2011-09-29 21:51:56下载
- 积分: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
-
Integration-Separat
先进PID控制中的积分分离PID算法源程序(Advanced PID control integral separate PID algorithm source code)
- 2012-06-06 14:07:57下载
- 积分:1
-
barrier
part3 schrodinger solve...
- 2012-08-22 21:46:20下载
- 积分:1
-
test_1
利用matlab程序,以及小波函数,实现两个图像的小波融合(Using matlab procedures, and wavelet function, wavelet fusion of the two images)
- 2014-11-30 16:18:27下载
- 积分:1
-
FineSyn
chu序列的同步应用,用于帧同步,提取数据起点(Application of Chu sequence for synchronization, frame synchronization, data extraction point)
- 2015-01-04 16:18:58下载
- 积分:1
-
RADAR simulation code
说明: 雷达模拟程序,图像界面,在不同版本的MATLAB运行时需要调试。(Radar simulation program, image interface, need to be debugged in different versions of MATLAB.)
- 2019-06-17 06:23:46下载
- 积分:1
-
ILC_iterativelearningcontrol
迭代学习控制:闭环以及开环控制器间切换,具有PI,D型等多型控制器,具有初态学习模块。(Iterative learning control: Closed-loop and open-loop controller to switch between, with PI, D-type and other type of controller with initial state learning modules.)
- 2013-07-15 16:24:18下载
- 积分:1
-
matlab-csp
document about matlab code solar power
- 2014-09-22 18:37:26下载
- 积分:1