搜索结果
找到约 30 项符合
Recursive 的查询结果
按分类筛选
书籍源码 Generate trellis of a rate-1/n recursive convolutional code
Generate trellis of a rate-1/n recursive convolutional code,生成网格图(对码率为1/n的递归卷积码)
matlab例程 Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne
Train a two layer neural network with a recursive prediction error
% algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully
% connected) networks can be trained.
%
% The activation functions can either be linear or tanh. The network
% architecture is defined by the matrix NetDef , w ...
数学计算 盲自适应算法--递推最小二乘恒模算法Recursive Least Squares Constant Modulus Algorithm for Blind Adaptive Array
盲自适应算法--递推最小二乘恒模算法Recursive Least Squares Constant Modulus Algorithm for Blind Adaptive Array
数学计算 这是RA(recursive algorism)的一个实现程序。
这是RA(recursive algorism)的一个实现程序。
数值算法/人工智能 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题
卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识 ...
通讯编程文档 contains documents about new insights into the recursive least squares algorithm and a sample matlab
contains documents about new insights into the recursive least squares algorithm and a sample matlab code for rls algorithm
驱动编程 递归法生成2D迷宫,Recursive method generating 2D maze
递归法生成2D迷宫,Recursive method generating 2D maze
数值算法/人工智能 Recursive quick sort
Recursive quick sort
数学计算 The Kalman filter is an efficient recursive filter that estimates the state of a linear dynamic syst
The Kalman filter is an efficient recursive filter that estimates the state of a linear dynamic system from a series of noisy measurements. It is used in a wide range of engineering applications from radar to computer vision, and is an important topic in control theory and control systems engineerin ...
数据结构 Fibonacci recursive code
Fibonacci recursive code