-
2DLDA
人脸识别2DLDA程序,比LDA识别率跟高。(face recongnation 2D LDA program)
- 2010-08-14 10:58:45下载
- 积分:1
-
extraction
该算法功能是运动视频帧目标检测,实验效果较好,值得一看(The algorithm feature is motion video frame target detection experiment better, worth a visit)
- 2013-08-12 08:25:12下载
- 积分:1
-
audioAnalizer.m
Filtering a wav file
- 2012-09-06 03:59:27下载
- 积分:1
-
无人机PID控制
这是一个基于matlab的仿真程序,控制无人机,基于PID
- 2022-01-29 01:11:46下载
- 积分: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
-
FIR
FIR滤波器的设计——使用Matlab和CCS(FIR filter design- using Matlab and CCS)
- 2010-12-14 17:21:43下载
- 积分:1
-
som_network
基于SOM神经网络的基金业绩分类评价,内含PPT(SOM neural network based classification of fund performance evaluation, containing PPT)
- 2010-12-29 13:07:57下载
- 积分:1
-
Sparse-Representation-Library(BerkeleyPGatech)
Collection of Sparse Representation Library(Berkeley+Gatech)
- 2012-02-04 08:58:58下载
- 积分:1
-
Matlab的高精度GPS仿真_第五部分
Matlab的高精度GPS仿真,文中包括详尽的Matlab的高精度GPS仿真资料,包括高动态,抗干扰,载波定位等等。
- 2022-05-09 10:59:05下载
- 积分:1
-
chapter1
电力电子技术 课程讲解 晶闸管的介绍 过流保护 过压保护等等(Power Electronics Technology Course introduction explaining current protection thyristor overvoltage protection, etc.)
- 2010-12-16 12:37:05下载
- 积分:1