搜索资源列表
kftool_matlab10
- kalman滤波的MATLAB程序,递归算法的实现.详细请看介绍.
Taylor_Algorithm
- 泰勒级数展开算法是需要初始估计位置的递归算法,在每一次的递归中通过求解TDOA测量误差的局部最小二乘来改进估计的位置。 本程序基于MATLAB,对泰勒级数展开算法进行了仿真。初始位置的选取很重要,建议和其他简单的算法进行协同,对信号源位置进行定位。 希望对研究信号源定位的同志有所帮助。-Taylor series expansion algorithm is the need to estimate the location of the initial recursive algorithm,
count_K.N
- k个位子,n个元素填充,每个位置上数字可重复。例程为一简洁的递归算法,显示所有可能的组合-n to K problem
zijiaozheng
- 自适应里面的自校正算法,根据最小二乘递归算法实现自校正控制-Adaptive self-tuning algorithm which, according to the recursive least squares algorithm for adaptive control
1
- 一般最小二乘及其递归算法的例子及matlab代码-Least squares examples and matlab code
dij2_m
- 递归算法的全排列
kalman
- 自己编写的kalman最优化递归算法的滤波器实例程序,每一步都做了详细的标注,并且附上了与程序对应的kalman算法的介绍与讲解。-I have written to optimize recursive algorithm kalman filter example programs, each step in detail in the label, and attach the corresponding kalman algorithm and procedures are introd
diguishenjing
- 递归算法 [1 1 1 0 0 0 1 0 0 1 1 0 0 0 1 1 1 1 0] t=[0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1] 给权值赋初值 w1=eye(5,10) w2=eye(10,5) wr=eye(10,10)/3 wobias=eye(6,5)/4 wbias=eye(6,10)/3 x=ones(6,10)/3 ww2=zeros(10,5
TreeByLinking
- Matlab实现 递归算法生成3维分形树 此算法树根在侧面,需对坐标轴进行旋转便可得到上图效果-Matlab recursive algorithms to create the 3-d fractals tree
递归遗传算法优化神经网路
- 递归遗传算法,可以非常有效的对神经网络的结构和初始权值进行优化
fractal_matlab
- 常用分形算法的mablab实现,包括递归算法、L系统算法、IFS迭代和逃逸时间算法-Fractal algorithm mablab commonly realized, including recursive algorithm, L system algorithm, IFS iteration and escape time algorithm
cantor
- 一、Cantor三分集的递归算法 选取一个欧氏长度的直线段,将该线段三等分,去掉中间一段,剩下两段。将剩下的两段分别再三等分,各去掉中间一段,剩下四段。将这样的操作继续下去,直到无穷,则可得到一个离散的点集。点数趋于无穷多,而欧氏长度趋于零。经无限操作,达到极限时所得到的离散点集称之为Cantor集。-A recursive algorithm selection Cantor ternary set a Euclidean line segment length, the three eq
DIRR
- 递归算法,能够列出所有的文件类型及目录,非常简单实用-you can use it to list all files and directories with a specific path.
source_code_5le4v6
- 这是一个课设的题目,用MATLAB实现二叉树排序的递归算法,测试通过,希望大家下载。-This is the subject of a class-based, using MATLAB binary tree sort of recursive algorithm, test passed, I hope everyone download.
source_code_73c5ik
- 本代码通过MATLAB编程,实现了课设作业中的 aweda题目,用GUI界面仿真实现了的aweds递归算法以及sdjf二叉树,测试通过,希望大家下载。-The code through MATLAB programming, to achieve a class-based job aweda title, to achieve a simulation of aweds recursive algorithms and binary sdjf use GUI interface, test p
source_code_7wft8j
- 本代码通过MATLAB编程,实现了课设作业中的KYrBWHJ题目,用GUI界面仿真实现了的KYrBWHJ递归算法以及sdjf二叉树,测试通过,希望大家下载。 -The code through MATLAB programming, to achieve a class-based jobKYrBWHJ title, to achieve a simulation of aweds recursive algorithms and binaryKYrBWHJ use GUI interfac
source_code_7yzt1z
- 本代码通过MATLAB编程,实现了课设作业中的btdsOSo题目,用GUI界面仿真实现了的btdsOSo递归算法以及sdjf二叉树,测试通过,希望大家下载。 -The code through MATLAB programming, to achieve a class-based jobbtdsOSo title, to achieve a simulation of aweds recursive algorithms and binarybtdsOSo use GUI interfac
source_code_89rgww
- 本代码通过MATLAB编程,实现了课设作业中的qkGFyEr题目,用GUI界面仿真实现了的qkGFyEr递归算法以及sdjf二叉树,测试通过,希望大家下载。 -The code through MATLAB programming, to achieve a class-based jobqkGFyEr title, to achieve a simulation of aweds recursive algorithms and binaryqkGFyEr use GUI interfac
递推最小二乘法实现及推广
- 最小二乘递归算法仿真及其推广应用,很好地实现了最小二乘法(Least square recursive algorithm simulation and its popularization and application, the least square method is well realized.)
RLS与LMS算法matlab实现
- 经典的LMS与RLS递归最小二乘算法,有中文注释,很好理解(Classic LMS AND RLS recursive least squares algorithm, Chinese notes, very good understanding.)