-
matlab_programs
matlab programs of digital signal processing, useful for undergraduate engieers.
- 2011-08-20 15:19:33下载
- 积分:1
-
Real-time-dynamic-Kalman-tracking
用MATLAB实现卡尔曼滤波,达到对动目标的实时跟踪,程序调试无误,完美运行。(Kalman filter using MATLAB to achieve real-time tracking for moving target, program debugging and correct, perfect run.)
- 2013-12-16 14:45:10下载
- 积分:1
-
hierarchical
对于随机数据和Iris数据的层次聚类算法(For random data and Iris data hierarchical clustering algorithm)
- 2014-02-19 13:00:15下载
- 积分:1
-
simply
说明: 一个连接数据库的差别矩阵matlab源代码,我自己做的,希望对大家有帮助。(Connect to the database of the difference between a matrix matlab source code, I do want to help everyone.)
- 2010-03-18 16:07:07下载
- 积分:1
-
diguishenjing
递归算法 [1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 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)/6
ww1=zeros(5,10)/6
wwr=zeros(10,10)/6
wwobias=zeros(6,5)/5
wwbias=zeros(6,10)/4
g=[1 1 1 1 1]
f=[1 1 1 1 1 1 1 1 1 1] (Recursive algorithm)
- 2011-05-21 16:44:22下载
- 积分:1
-
MPC-fleet-control-master避障
用于解决多机器人编队的避障的MPC-fleet算法(MPC-fleet algorithm for solving obstacle avoidance of multi-robot formation)
- 2019-03-21 10:58:21下载
- 积分:1
-
matchingpursuit
matching pursuit 算法,matlab实现,信号稀疏分解方式的一种,适合与信号在超完备的原子库中稀疏分解。matchingpursuit.m(A matching pursuit algorithm. It fits data from a set of dictionary
elements by orthogonally projecting the data onto elements of the
dictionary of vectors such that the energy in each projection is
maximized. In constrast to G-S, the residual is orthogonalized, not
the basis vectors)
- 2021-03-08 09:59:28下载
- 积分:1
-
tiexianfunc
用来计算无风险利率三次样条贴现函数的程序(No risk-free interest rate used to calculate the cubic spline function discounting)
- 2011-09-18 19:36:10下载
- 积分:1
-
Image-de-noising-based-on-WT
基于Matlab,利用小波变换进行图像去噪(Image de-noising based on wavelet transform)
- 2013-11-25 22:07:22下载
- 积分:1
-
Pid-Rk4
自己做的pid调节,已知输入求输出过程用的是龙格库塔发的4阶程序,对了解rk4有很大帮助(Do the PID regulation, the known input process is the output of 4 order Runge Kutta procedure development, are of great help to understand RK4)
- 2016-06-14 20:54:43下载
- 积分:1