登录
首页 » matlab » bp

bp

于 2008-12-30 发布 文件大小:9KB
0 201
下载积分: 1 下载次数: 0

代码说明:

说明:  matlab中应用BP神经网络对模式识别的源码(matlab application of BP neural network for pattern recognition of the source)

文件列表:

bp.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Matlab-90-instances-(GUI)aquot.rar
    说明:  《matlab的90个实例(GUI)》是我学习GUI的宝贵资料,和大家分享(&quot Matlab 90 instances (GUI)&quot is the GUI I learn valuable information, and share)
    2011-03-01 13:26:00下载
    积分:1
  • 555
    说明:  MATLAB的300个应用实例,对初学者极有帮助,有益于掌握MATLAB的各种工具。(MATLAB Application of 300, very helpful for beginners, good for a variety of tools to master MATLAB.)
    2010-04-26 14:43:14下载
    积分:1
  • DE2
    实现差分进化算法,并通过了rastrigr函数的测试,在全局上搜索得到了正确的结果。(Achieve differential evolution algorithm, and passed the test rastrigr function in the global search to get the correct results.)
    2014-11-10 12:45:39下载
    积分:1
  • create_COE_file_from_vector
    Create COE for Xilinx FPGA
    2014-01-21 22:35:24下载
    积分:1
  • Specialfunction
    这个是matlab经典教程的一个关于特殊函数的计算的原代码,请大家赶快下载哦,谢谢,(This is a classic tutorial matlab a special function on the calculation of the original code, please download as soon as possible Oh, Thank you,)
    2009-05-16 20:07:14下载
    积分:1
  • diode
    常用二极管的七种用法,里面有详细的介绍和分析。(Seven kinds of usage about diode,there is a detailed introduction and analysis.)
    2013-10-31 20:21:13下载
    积分:1
  • 2
    说明:  实验2 离散信号的DFT的相关matlab 算法以及产生方法 有效的实现FFT功能(Experiment 2 discrete signals related to matlab DFT algorithm and the method of effective realization of FFT function)
    2010-08-14 22:01:17下载
    积分:1
  • kalman-(1)
    卡尔曼滤波算法,通过实例介绍其功能,目的更好地了解此滤波算法(Kalman filter algorithm, introduced through examples of its functions, to better understand the purpose of this filtering algorithm)
    2014-08-07 13:47:49下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • EdgeDetection
    MATLAB里的simulink的dspbuilder设计的图像边缘检测,可直接运行,并可通过matlab转化到quartus中并下载到FPGA运行(Edge Detection of MATLAB simulink where dspbuilder design can be directly run, and transformed by matlab to quartus and downloaded to the FPGA run)
    2015-04-16 22:47:42下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载