-
motionEst4SS
search of FAD for motion estimnation
- 2010-11-18 01:57:10下载
- 积分:1
-
Iterative-Closest-Point-Method
icp(iterative closest point)的代码,本人已经使用过了,效果还行,总共就一个文件,所有的函数都写在这上面了(icp (iterative closest point) of the code, I have used, and the results were OK, total on a file, all of the functions are written in it.)
- 2013-07-16 19:14:03下载
- 积分:1
-
Matlab-basics
Matlab basics to know while writing matlab code.
- 2013-03-22 13:28:53下载
- 积分:1
-
iterative
rs 里查森迭代法求线性方程组
crs 里查森参数迭代法求线性方程组
grs 里查森迭代法求线性方程组
jacobi 雅可比迭代法求线性方程组
gauseidel 高斯-赛德尔迭代法求线性方程组
SOR 超松弛迭代法求线性方程组
SSOR 对称逐次超松弛迭代法求线性方程组
JOR 雅可比超松弛迭代法求线性方程组
twostep 两步迭代法求线性方程组
fastdown 最速下降法求线性方程组
conjgrad 共轭梯度法求线性方程组
preconjgrad 预处理共轭梯度法求线性方程组
BJ 块雅克比迭代法求线性方程组
BGS 块高斯-赛德尔迭代法求线性方程组
BSOR 块逐次超松弛迭代法求线性方程组
(iterative method of linear equation.)
- 2020-08-07 21:08:30下载
- 积分:1
-
KL-face-recgonition
基于KL的人脸识别算法,matlab版本(face recognition based on KL)
- 2014-11-17 10:30:39下载
- 积分:1
-
ekfukf
卡尔曼滤波,,,由于数据的滤波,,去波峰波谷(Kalman filter, and, as a result of the data filtering, and to the peaks and troughs)
- 2015-01-24 15:58:53下载
- 积分:1
-
snr
求去噪之后信号的信噪比,发给大家共同探讨(For denoising the signal to noise ratio after the signal, issued to everyone to explore)
- 2008-05-26 17:05:55下载
- 积分:1
-
MxianxintiaopA
基于MATLAB的线性调频信号产生和频谱分析,某雷达参数数下的模糊函数及自相关函数仿真分析。,已通过测试。
(MATLAB linear FM signal generator and spectrum analysis, the number of parameters of a radar ambiguity function and autocorrelation function of simulation analysis. , Has been tested.)
- 2012-07-20 08:59:19下载
- 积分:1
-
Matlab-project
roots -Polynomial roots
Syntax
r = roots(c)
Description
r = roots(c) returns a column vector whose elements are the roots of the polynomial c.
Row vector c contains the coefficients of a polynomial, ordered in descending powers. If c has n+1 components, the polynomial it represents is .
Tips
Note the relationship of this function to p = poly(r), which returns a row vector whose elements are the coefficients of the polynomial. For vectors,roots and poly are inverse functions of each other, up to ordering, scaling, and roundoff error.
- 2014-11-13 01:48:01下载
- 积分:1
-
EBMA
用MATLAB实现基于块匹配算法的运动估计,使用的算法是EBMA,能运行处结果的。(Using MATLAB to achieve block-matching algorithm based on motion estimation, using the algorithm is EBMA, can run office results.)
- 2010-07-08 22:13:55下载
- 积分:1