qrd_rls_AR_pred.m - use the QR decomposition-based RLS algorithm to predict complex-valued AR process.
标签: decomposition-based qrd_rls_AR_pred complex-valued algorithm
上传时间: 2015-12-27
上传用户:trepb001
rls_AR_pred.m - use basic RLS algorithm to predict real-valued AR proce
标签: rls_AR_pred real-valued algorithm predict
上传时间: 2015-12-27
上传用户:缥缈
Matlab源文件将矩阵m中所有a元素的替换为b元素。
上传时间: 2015-12-27
上传用户:Thuan
这是国外用的研究分岔的完整的M程序,很有用,属再版的
上传时间: 2013-12-18
上传用户:gtzj
随着这些年计算机硬件水平的发展, 计算速度的提高, 源自序列蒙特卡罗方法的蒙特卡罗粒子滤波方法的应用研究又重新活跃起来。本文的这种蒙特卡罗粒子滤波算法是利用序列重要性采样的概念, 用一系列离散的带权重随机样本近似相 应的概率密度函数。由于粒子滤波方法没有像广义卡尔曼滤波方法那样对非线性系统做线性化的近似, 所以在非线性状态估计方面比广义卡尔曼滤波更有优势。在很多方面的应用已经逐渐有替代广义卡尔曼滤波的趋势。
上传时间: 2014-09-10
上传用户:671145514
The data files included are .MAT or *.dat (ASCII)files. The m-files and the data may be distributed, provided that the source is acknowledged in any publication and the data are not sold. Since this software is being distributed free of charge, the authors are not offering any technical support. Students who have any questions or difficulties using this software, or require the additional functions from the Signal Processing Toolbox should contact their professor.
标签: files data distributed The
上传时间: 2014-12-06
上传用户:wuyuying
自动输入序列号,省去很多不必要的麻烦
上传时间: 2015-12-28
上传用户:xhz1993
本问题是计算最长有序子序列的一个动态规划算法,效率为31MS.
上传时间: 2015-12-29
上传用户:顶得柱
介绍了matlab中的M文件用C语言来实现的方法
上传时间: 2013-12-18
上传用户:asddsd
有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件约束条件:对每个工件而言,机器对它的加工路线是事先确定的;(2)表示机器约束条件:对每台机器而言,一次只能对一道工序进行加工。
标签: 机器
上传时间: 2014-01-03
上传用户:顶得柱