登录
首页 » matlab » lsm-rbf

lsm-rbf

于 2011-04-13 发布 文件大小:1KB
0 157
下载积分: 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 个回复

  • MIMO
    一个详细的MIMO编程,包含各种衰落模型,运用空时网格码实现。(MIMO a detailed program includes a variety of fading model, the use of space-time trellis code to achieve.)
    2008-04-24 17:33:00下载
    积分:1
  • OFDMTransmission
    DVB-T 2K Transmission,DVB-T 2K的发送机matlab源代码(DVB-T 2K Transmission, DVB-T 2K)
    2008-05-15 13:56:48下载
    积分:1
  • contowat
    example process image watermarking
    2010-12-02 15:11:51下载
    积分:1
  • rbf_atrifical_neual_networks
    说明:  ① 样本数据从MATLAB命令窗口或新建一M文件作为数据输入文件,样本输入变量名为samin,样本输出变量名samout 样本个数和每个样本的维数可任意,样本输出的个数与样本个数应一致,即保证每个样本都对应一个期望输出,但每个输出的维数不要求与输入的维数相同,可任意; ② 聚类中心的个数(即基函数的个数)可根据实际情况调整;同样可调整参数的还有重叠系数、聚类中心最大更新次数、聚类中心更新终止误差; ③ 训练结束后进行测试时,要求输入的测试数据与样本具有相同的维数,测试数据的个数可任意; ④ 如果训练样本是二维的,则数据中心聚类的结果可用一平面图显示出来;同样测试数据的输出是一维的话也可显示出来; (RBF artifical neual networks)
    2010-04-22 21:25:46下载
    积分:1
  • MIMO
    这是matlab关于 mimo通信仿真代码(matlab mimo simulator)
    2010-05-31 11:07:40下载
    积分:1
  • RAMF
    自适应中值滤波器算法RAMf在图像降噪方面的应用,实现参数适时改变,算法及代码(Adaptive Median Filters: New Algorithms and Results)
    2015-01-30 16:09:15下载
    积分:1
  • jihejibian
    大楼图像可以通用的几何畸变校正程序代码,不错。(The building images can be common geometric distortion correction code, yes.)
    2013-04-18 20:50:34下载
    积分:1
  • Prewitt
    Prewitt is a method of edge detection, matlabcode
    2011-01-19 05:27:09下载
    积分:1
  • LPC-speech-signal-technology
    这个文档是基于MATLAB的语音信号LPC技术分析研究,文档详细介绍了关于语间信号的LPC技术分析(This document is based on MATLAB LPC Speech Signal Analysis and Research, the document details the language between the signals on the LPC Technical Analysis)
    2011-05-04 22:26:01下载
    积分:1
  • Codes-of-BSA-and-CSO
    Chicken Swarm Optimization(CSO)鸡群优化算法,2014年提出的群智能优化算法。 Bird Swarm Algorithm(BSA)鸟群算法,2015年最新的群智能优化算法。 作为两种全新的群智能优化算法,CSO和BSA都具有简单,良好扩展性的特点,是天然的多种群算法! http://cn.mathworks.com/matlabcentral/profile/authors/3317597-xian-bing-meng 有关算法信息,可在上述网站查询。 希望对大家有用! (Attachment is a file containing two demos for the nature-inspired algorithms, Chicken Swarm Optimization (CSO) and Bird Swarm Algorithm (BSA), which are proposed in 2014 and 2015, respectively. With the merits of innate multi-swarm and self-adaptive algorithms, the two new metaheuristic algorithms may show their superiorities over some other metaheuristic algorithms.)
    2015-06-24 12:17:45下载
    积分:1
  • 696518资源总数
  • 105018会员总数
  • 5今日下载