-
M-files for Neural Networks
说明: 《M-files for "Neural Networks"》神经网络的一些MATLAB源程序,M-files for demos, exercises, and implementations.
作者:Herve Abdi ("M-files for" Neural Networks "," some of the neural network MATLAB source, M-files for demos, exercises, and implementations. Author : Herve Abdi)
- 2005-11-11 09:36:51下载
- 积分:1
-
smoothing_reactor
自己编写的高压直流输电中平波电抗器的计算程序,在实际系统中做过验证,满足实际工程需要,只需要输入所需要的参数,自动计算平波电抗器的电感,并进行了优化处理(I have written HVDC Zhongping wave reactor calculation procedure done in the actual system validation, meet the actual project needs, only need to enter the required parameters, automatic calculation of smoothing reactor inductance and optimization of processing)
- 2013-10-17 20:01:17下载
- 积分:1
-
Articoli
Programmi che descrivono l utilizzo delle CNN
- 2014-01-26 02:16:31下载
- 积分:1
-
Matlab-Lecture-notes
matlab sourcecodes documents
- 2012-11-03 10:48:59下载
- 积分:1
-
Matlab直流潮流程序
可以计算IEEE118节点的直流潮流,也可以进行修改(Can analyze all kinds of standards for example, can also be simulated, a useful software)
- 2020-12-29 00:09:02下载
- 积分:1
-
MatlabProjects
for water mark tec. to know about it
- 2009-05-13 08:36:58下载
- 积分:1
-
SIMULINK
matlab/simulink模块的详细使用说明(Detailed instructions for use matlab/simulink module)
- 2015-03-30 10:09:53下载
- 积分: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
-
lane-detection-using-image-processing
Lane detection using image processing
- 2014-12-17 23:34:32下载
- 积分:1
-
image-processing
这是matlab的图像处理学习文件,自己花钱买来的资料,不是网上随便下载的。(This is a learning matlab image processing files, their own money to buy the information, not just downloaded online.)
- 2013-12-13 17:17:40下载
- 积分:1