登录
首页 » Others » Matlab_general_neural_network

Matlab_general_neural_network

于 2009-04-26 发布 文件大小:3KB
0 82
下载积分: 1 下载次数: 2

代码说明:

  Matlab 通用神经网络代码;介绍说明以及源代码(General Matlab neural network code introductory notes, and source code)

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

发表评论

0 个回复

  • shiyan1
    这是我在学习DTC时用到的模型,希望对大家有帮助(This is what I used when I learning DTC model, I hpoe to help the people who want to learn.)
    2010-01-05 21:29:34下载
    积分:1
  • Numerical-Methods-for-Physics-Matlab
    matlab 子程序集:The routines supplement the book, "Numerical Methods for Physics", 2nd Ed. (Prentice Hall).(matlab subroutine sets: The routines supplement the book, " Numerical Methods for Physics" , 2nd Ed. (Prentice Hall).)
    2011-09-05 22:23:17下载
    积分:1
  • IVA
    独立向量分析(IVA)是对独立成分分析(ICA)算法的一种扩展,将ICA中的单变量成分扩展为多维变量成分,可有效避免卷积盲源分离过程中的排序模糊性问题。(Independent vector analysis (IVA), a multivariate extension of independent component analysis, tackles the convolutedly mixed blind source separation (BSS) problem in a way to avoid the permutation problem by employing a multivariate source prior of the short-time Fourier transform (STFT) components. )
    2020-12-05 09:29:26下载
    积分:1
  • 3L_inverter_PV
    3电平光伏并网逆变器matlab/simulink仿真模型,仿真测试通过,可以正常使用。(3-level photovoltaic grid inverters matlab/simulink simulation model, simulation test can be used normally.)
    2014-02-26 22:34:32下载
    积分:1
  • ICA_Simulation_Audio
    This source code simulates the separating the mixed audio to two source audio by Independent Component Analysis (ICA) algorithm. This program has GUI to display the mixed audio signal spectrum and the two source audio spectrums.
    2010-05-26 00:15:16下载
    积分: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
  • PV_MPPT_PSO
    Modelling of solar photovoltaic cell-panel-array
    2020-06-29 02:00:01下载
    积分:1
  • TeagerKaiser
    TeagerKaiser Energy operator method has been explained with help of Matlab 2007a version. This method can be used in case of speech and voice processing as well as any kind of signal processing activities. This has been explained with multiple input signals. A noise has been added in order to explain the method s efficiency at last.
    2021-01-25 13:28:38下载
    积分:1
  • localequalisedwindowshift
    This code applies local histogram equalization on an input image with a view to improve its contrast ratio. The image is read, converted to grayscale and resized with the inbuilt function of MATLAB. The window size may be changed, however, the window shift is as per size of the window. The output is definitely a better contrast image as compared to the input but checkerboard effect is evident.
    2010-12-29 06:05:16下载
    积分:1
  • fwhm
    采用傅里叶快速变换编写的光场强度的半宽度MATLAB源代码(Fast Fourier Transform written half the width of the light field intensity MATLAB source code)
    2015-02-10 12:04:36下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载