-
modify_xLMs
自适应逆控制技术Simulink程序。可用于全频段振动隔离。需要离线对象辨识。可运行(Adaptive Inverse Control Technology Simulink program. Vibration isolation for the whole band. Require off-line object recognition. Can run)
- 2010-10-14 16:48:53下载
- 积分:1
-
Project
(信号与系统实验GUI)本软件针对信号与系统这门课的特点,以信号分析和系统分析作为展示课程内容的主线编写而。信号分析和系统分析两个模块包含了丰富的功能可供使用者参考。((Signal and System Experiment GUI) The software for signal and system characteristics of this course to signal analysis and system analysis as a showcase for the preparation and main course content. Signal analysis and system analysis two modules contain a wealth of features for users' reference.)
- 2013-10-19 17:14:52下载
- 积分: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
-
IECRS-reduce
变压器油中溶解气体的故障诊断方法,即IEC三比值法。用Matlab 程序运用的结果进行整理而得到的约简后的故障诊断决策表(Dissolved gases in transformer oil fault diagnosis method, that is, three-ratio method IEC. Matlab program used to collate the results of the application obtained after reduction of the fault diagnosis decision table)
- 2009-04-15 16:26:18下载
- 积分:1
-
lorenz
本程序用来做是基于matlab的洛伦兹仿真。(This program is based on the Lorentz matlab simulation.)
- 2020-07-04 03:20:02下载
- 积分:1
-
New WinRAR archive
optimal configuration of CHP and CCHP systems based on particle swarm optimization algorithm
- 2021-03-20 17:29:19下载
- 积分:1
-
MATLAB-control
一篇关于“MATLAB环境下控制系统实时仿真实验的研究”的大论文,很详细。(Essay on " MATLAB environment control system for real-time simulation of a" big paper in great detail.)
- 2009-09-25 20:52:39下载
- 积分:1
-
simulink
simulink此书对于初学者来说,比较适合,简单介绍了一些simulink的相关模块等(simulink)
- 2009-04-13 22:16:31下载
- 积分:1
-
TwoD_bar
matlab code for one beam
- 2012-04-30 23:52:41下载
- 积分:1
-
MATLABfacegaborprotected
Face Recognition Based on Local Features
- 2012-05-25 17:35:44下载
- 积分:1