登录
首页 » matlab » lsm-rbf

lsm-rbf

于 2011-04-13 发布 文件大小:1KB
0 169
下载积分: 1 下载次数: 1

代码说明:

说明:  一种最小二乘法的RBF网络 ---------------------------------- radical basis function neural network ------------------------------------------ clear all close all global sp k w2 b2 unitcenters alldatanum=400 traindatanum=300 testdatanum=100 sp=8 errorlimit=0.1 u=rand(1,alldatanum+10) y=zeros(1,alldatanum+10) for i=4:alldatanum+3 y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+... y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network ------------------------------------------ clear all close all global sp k w2 b2 unitcenters alldatanum=400 traindatanum=300 testdatanum=100 sp=8 errorlimit=0.1 u=rand(1,alldatanum+10) y=zeros(1,alldatanum+10) for i=4:alldatanum+3 y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+... y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)

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

发表评论


0 个回复

  • judge_edge
    一种基于脉冲耦合神经网络的第三代人工神经网络的边缘检测算法,速度比较快(Based on Pulse Coupled Neural Network' s third-generation artificial neural network edge detection algorithm, the speed is faster)
    2009-12-18 10:22:12下载
    积分:1
  • 111186763ddqpsk
    说明:  这是一个关于OQPSK的Matlab程序 这是一个关于OQPSK的Matlab程序 (This is a OQPSK the Matlab program is a program of OQPSK in Matlab)
    2010-04-21 12:41:59下载
    积分:1
  • OFMDA44m-mimo
    Principal scheme of the MIMO toolbox is shown in Fig. 1. Desired pattern taken a discrete alphabet is used to generate testing data. The data are then encoded in the channel encoder and split into the multiple parallel streams. T
    2014-11-06 17:38:37下载
    积分:1
  • adaboost
    matable下编的一个算法!线性阈值分类器运用AdaBoost算法!(An Algorithm for under matable! The use of linear threshold classifier AdaBoost algorithm!)
    2010-12-27 22:40:27下载
    积分:1
  • PC-LINT
    代码检查的PC-lint工具源码,实现在Windows上图形化检测代码是否符合规范。(the source code of PC-lint on windows)
    2014-09-02 22:56:45下载
    积分:1
  • antColony
    basic ant colony algorithm
    2015-01-01 03:17:14下载
    积分:1
  • kpib
    kpib.m contains code for GPIB and serial port communication for a number of scientific instruments, organized so that a single common command syntax can operate them all. For example, the command: r = kpib(INSTRUMENT,GPIB, read ) will return the voltage and current reading from a number of different power supplies. The goal is to be able to write matlab code that can accommodate changing instruments and experimental setups with minimum hassle. If INSTRUMENT and GPIB are defined as constants at the beginning of your code, then they can be changed to accommodate new equipment, and the rest of the code is unchanged. In addition, kpib can test whether an instrument exists at an address and read and write arbitrary strings to instruments for testing.
    2010-06-11 15:54:33下载
    积分:1
  • testEKF
    EKF的效果需要有test来测验。test中给定了初值来验证EKF的滤波效果(EKF the test results need to test. Test were given to verify the initial value of the filtering effect of the EKF)
    2007-05-17 16:01:30下载
    积分:1
  • matlab
    Detect using the time-domain Autocorrelation algorithm.
    2013-04-05 20:19:02下载
    积分:1
  • Untitled3
    fp=0.2KHz,Rp=1dB, fs=0.3KHz,As=25dB,T=1ms;用脉冲响应不变法设计一Butterworth数字低通滤波器,观察所设计数字滤波器的幅频特性曲线,记录带宽和衰减量,检查是否满足要求。(fp=0.2KHz,Rp=1dB, fs=0.3KHz,As=25dB,T=1ms;The same method to design a digital low-pass Butterworth filter, observe the design of digital filter frequency characteristic curve, recording the amount of bandwidth and attenuation, check with the impulse response meets the requirements.)
    2015-04-16 10:20:33下载
    积分:1
  • 696518资源总数
  • 105327会员总数
  • 16今日下载