-
adaboost
采用matlab实现了Adaboost分类器算法,有利于学生对分类器的学习!(The function of this code is to implement the Adaboost algorithm using matlab programming language,which is very useful to learn of all kinds of classifier for students, especially for beginners.)
- 2011-05-11 21:49:47下载
- 积分:1
-
filter
This contain code used to filter process
- 2015-03-18 20:57:47下载
- 积分: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
-
ProficientInMatlab
精通matlab综合辅导与指南,很经典的MATLAB学习资料。(Proficient in matlab comprehensive counseling and guidance, it is a classic learning materials MATLAB.)
- 2009-05-24 09:33:33下载
- 积分:1
-
publication_26
this code give a plot of Capacity of
transmission vs SNR
- 2013-03-09 23:14:48下载
- 积分:1
-
Matlab21
matlab tutorial for perfect beginners
- 2015-01-29 01:25:59下载
- 积分:1
-
工作空间
说明: 用于计算Delta机器人在三维空间中的工作区域(Calculating the Working Area of Delta Robot in Three-Dimensional Space)
- 2018-12-27 17:29:06下载
- 积分:1
-
chirp-stft
线性调频信号短时傅里叶变换 线性调频信号短时傅里叶变换 (chirp signal stft
chirp signal stft
chirp signal stft)
- 2012-05-04 12:41:00下载
- 积分:1
-
gall
lms echo cancellation
- 2011-10-02 22:51:01下载
- 积分:1
-
2
说明: 数字信号处理对于信号的基本matlab运算操作,有助于理解信号(The basic matlab operation of digital signal processing is helpful to understand the signal)
- 2020-04-13 14:07:13下载
- 积分:1