登录
首页 » matlab » Neural-network-matlab-code-complete

Neural-network-matlab-code-complete

于 2014-11-16 发布 文件大小:24KB
0 244
下载积分: 1 下载次数: 6

代码说明:

  小波神经网络MATLAB源程序,很多,很全, 值得一看!!! (Neural network matlab code complete )

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

发表评论

0 个回复

  • BPNeuralNetwork2
    BP神经网络解决异或问题,用VC可以打开浏览!也可与MATLAB接口使用.(BP neural network solutions differences or problems, with VC can open here! Also with the use of MATLAB interface.)
    2006-06-02 19:54:24下载
    积分:1
  • fractal-use
    分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -0.1 0.8]) ②Sierpinski三角形 A=[0 1 0.5 0 0 1] 初始化A n=3 迭代次数 for i=1:n A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2 A=[A A+[c b] A+[c/2 c]] end for i=1:3^n patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数 end (Fractal Exercise One The ① Koch curve Plural iteration Koch curve clear i to prevent i is reassigned A = [0 1] initial A is a connection (0,0) and (1,0) of the segments t = exp (i* pi/3) n = 2 n is the number of iterations for j = 0: n A = A/3 a = ones (1,2* 4 ^ j) A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a] end plot (real (A), imag (A)) axis ([0 1-0.1 0.8])   ② Sierpinski triangle A = [0 1 0.5 0 0 1] initialized A n = 3 the number of iterations. for i = 1: n A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2 A = [A A+ [c b] A+ [c/2 c]] end for i = 1:3 ^ n patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function end)
    2013-03-02 10:03:09下载
    积分:1
  • lvbo
    实现用LMS算法进行自适应滤波的仿真,基于GUI实现(Implementation using LMS algorithm for the simulation of adaptive filter, based on the GUI implementation )
    2013-11-29 10:44:41下载
    积分:1
  • DEA
    常用的DEA交叉模型,是目前广泛使用的效率评价模型之一(DEA crossover model, which is commonly used in DEA crossover model, is one of the most widely used efficiency evaluation models at present.)
    2020-10-30 19:29:57下载
    积分:1
  • znhyzung
    考虑雨衰 阴影 和多径影响,基于互功率谱的时延估计,三相光伏逆变并网的仿真,重要参数的提取,车牌识别定位程序的部分功能,分析了该信号的时域、频域、倒谱,循环谱等,快速扩展随机生成树算法。( Consider shadow rain attenuation and multipath effects Based on the time delay estimation of power spectrum, Three-phase photovoltaic inverter and network simulation, Extract important parameters, Part of the license plate recognition locator feature, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. Rapid expansion of random spanning tree algorithm.)
    2016-04-14 12:58:22下载
    积分:1
  • avi_dec_single_pigure
    将视频分解为图片,及将图片合成为指定帧的视频文件(Video is broken down into images, and image synthesis for a specific frame of video files)
    2009-04-20 19:01:05下载
    积分:1
  • Moment1D.m
    this is file transport neutron
    2011-05-17 19:49:53下载
    积分:1
  • cos2MP
    利用稀疏分解中MP算法实现在强噪声背景下微弱正弦信号的检测,已调试,正确无误.(MP using sparse decomposition algorithm in the strong noise in the context of weak sinusoidal signal detection, has been testing, correct.)
    2009-07-12 18:42:48下载
    积分:1
  • DPD
    功放预失真模型,基于数字预失真的功放模型设计(Predistortion power amplifier model, based on the model of digital pre-distortion power amplifier design)
    2020-12-05 10:29:23下载
    积分:1
  • VNS
    VNS algorithm matlab powerful source code
    2013-04-24 23:53:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载