搜索资源列表

  1. mzxec

    0下载:
  2. 递推格式的最小二乘法参数辨识算法matlab语言设计与实现-Recursive least squares format parameter identification algorithm matlab language design and implementation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:simba
  1. Treetraversalfolderrecursivealgorithm

    0下载:
  2. MFC实现,树型递归算法遍历文件夹。列出文件的大小,类型等属性-MFC implementation, recursive algorithm for tree traversal folder. Documents listed in the size, type and other property
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:25600
    • 提供者:陨石
  1. xitongbianshi

    0下载:
  2. 系统辨识的最小二乘递推算法、辅助变量法、增广最小二乘法及偏差补偿法的matlab程序设计实例。-Recursive least squares system identification algorithm, auxiliary variables, the least square method and the augmented error compensation law matlab programming examples.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:刘悠
  1. Matlab_update_RLS

    0下载:
  2. System identification with adaptive filter using full and partial-update Recursive-Least-Squares -System identification with adaptive filter using full and partial-update Recursive-Least-Squares
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:Peter Tiong
  1. myproject

    0下载:
  2. 应用DFS,递归调用完成的图中环查找算法过程-Application of DFS, recursive calls to complete the plan process in Central search algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:zoyag
  1. 9927392rlscompare

    0下载:
  2. this program is very useful for the comparison of lms and recursive least square method for beamforming in the application of wireless communication
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:273408
    • 提供者:khan
  1. pudn

    0下载:
  2. 将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。 测试数据:由读者指定。可自行指定一个马的初始位置(i,j),0<=i,j<=7。 -Ma was on the chess board 8 × 8 of the Bo
  3. 所属分类:J2ME

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:张斌
  1. RLS

    0下载:
  2. 递推最小二乘法c语言程序,大家可以试试,在自动控制中很有用-Recursive least squares method c language program, we can try, in very useful in the automatic control
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:liuxin
  1. rls_ident

    0下载:
  2. 在matlab/simulink下用S-function实现了用递推最小二乘法的系统在线辨识,对象是开关磁阻电动机,在转矩和转速可测的前提下,得出转动惯量,摩擦系数和负载转矩的在线辨识。-In the matlab/simulink using S-function realization of the recursive least squares method using the system online identificati
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:范卫东
  1. rls_identifikation

    0下载:
  2. RLS identification algorithm. RLS is used to identify a discrete time model of a plant operating in open-loop based on the recursive least squares method and the UD factorization for updating the adaption gain matrix
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:Milan
  1. recursivegaborprot7

    0下载:
  2. Recursive gabor filter implemntation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:amol
  1. f_lms

    0下载:
  2. 均衡技术是克服码间干扰(Inter-Symbol Interference,ISI)的有效措施,由于信道特性的随机性与时变性,实际中消除码间干扰最常用的是自适应均衡器。本文对基于最小均方(Least Mean Squares,LMS)算法和递推最小二乘(Recursive Least Squares,RLS)算法的自适应均衡器进行仿真研究,分析了信道特性与设计参数对自适应均衡器的收敛速度与稳态性能的影响。 -Equalization
  3. 所属分类:书籍源码

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:xieliwei
  1. cifa

    0下载:
  2. 词法分析器与递归下降的语法分析器的结合,含有实验报告,用c语言编写-Lexical analyzer and recursive-descent parser combination, containing experimental report, using c language
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:155648
    • 提供者:yanjie
  1. matlab

    0下载:
  2. 【1】随机序列产生程序 【2】白噪声产生程序 【3】M序列产生程序 【4】二阶系统一次性完成最小二乘辨识程序 【5】实际压力系统的最小二乘辨识程序 【6】递推的最小二乘辨识程序 【7】增广的最小二乘辨识程序 【8】梯度校正的最小二乘辨识程序 【9】递推的极大似然辨识程序 【10】Bayes辨识程序 【11】改进的神经网络MBP算法对噪声系统辨识程序 【12】多维非线性函数辨识程序的Matlab
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:jshuska
  1. parserC

    0下载:
  2. 编译原理,递归下降语法分析程序C,可接可编译-Compiler theory, recursive descent parser C, which can be accessed can be compiled
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:chaihuo
  1. MY_DFS

    0下载:
  2. DFS is an uninformed search that progresses by expanding the first child node of the search tree that appears and thus going deeper and deeper until a goal node is found, or until it hits a node that has no children. The
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:synthia
  1. Rec-Sys-Conv-Code.cpp

    0下载:
  2. brief Recursive Systematic Convolutional Codes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:Jawahar
  1. rls2

    0下载:
  2. recursive least square method for training neuro fuzzy system
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:mbaghaee
  1. RXYC.tar

    1下载:
  2. image segmentation using recursive XY cut algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:27648
    • 提供者:codehacker
  1. quicksort

    0下载:
  2. 通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Trip will be sorted by sorting the data is separated into two independent parts, a part of all of the data than another
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:马值
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org