登录
首页 » PDF » Amouzesh_Matlab

Amouzesh_Matlab

于 2010-07-29 发布 文件大小:2828KB
0 251
下载积分: 1 下载次数: 1

代码说明:

  lerarning matlab simply with math

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

发表评论

0 个回复

  • lsm-rbf
    说明:  一种最小二乘法的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) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
    2011-04-13 10:26:06下载
    积分:1
  • Graphics-application-papers
    matlab编程应用100例中的图像应用(matlab Graphics application papers)
    2011-05-19 18:45:43下载
    积分:1
  • SVM_Multi_Classifier
    SVM multi classifier with diferent Kernels example
    2013-12-04 12:18:41下载
    积分:1
  • PSO
    说明:  一个简单的粒子群优化算法实例,用Matlab实现。(A simple example of particle swarm optimization algorithm)
    2020-01-14 09:35:48下载
    积分:1
  • Interpolation
    数值分析中几种常用的插值算法的matlab源程序。(Numerical analysis of several commonly used source matlab interpolation algorithm.)
    2009-04-02 10:08:05下载
    积分:1
  • black_SAD
    本代码为自己编写的SAD算法,通过blackcar序列验证了算法的正确性。(I have written the code for SAD algorithm, blackcar sequences show that the algorithm is correct.)
    2011-01-17 10:55:31下载
    积分:1
  • Craft_Inequality
    Craft不等式(中文介绍)。讨论识别抽象实体的信息能多快得传送到输出端。(Craft Inequality (English presentation). Recognition discussion of abstract entities more information can be quickly transmitted to the output terminal.)
    2006-10-30 06:35:53下载
    积分:1
  • DS-CDMA
    DS-CDMA通信系统的MATLAB源程序(DS-CDMA communication system MATLAB)
    2013-09-27 08:59:15下载
    积分:1
  • sins4357345637456375
    惯性导航解算程序,四阶龙格库塔发更新四元数,求姿态、速度和位置(Solver inertial navigation procedures, fourth-order Runge-Kutta issued to update the quaternion, seeking attitude, velocity and position)
    2013-11-20 16:18:40下载
    积分:1
  • matlab-Douglas-Peucker
    道格拉斯-普克算法(Douglas–Peucker algorithm,亦称为拉默-道格拉斯-普克算法、迭代适应点算法、分裂与合并算法)是将曲线近似表示为一系列点,并减少点的数量的一种算法。它的优点是具有平移和旋转不变性,给定曲线与阈值后,抽样结果一定。(Douglas Peucker algorithm is the curve approximated by a series of points, and reduce the number of points of an algorithm. It has the advantages of translation and rotation invariance, given the curve and the threshold, the sampling results must.)
    2021-04-27 16:08:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载