-
LMS_1D
LMS predictive 1d matlab code
- 2010-07-21 01:24:38下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1
-
HFRSIM-dong20061210
高频地波雷达完整仿真matlab程序
网上找到的,很好很强大(HF ground wave radar matlab simulation program integrity found online, very good strong)
- 2021-01-21 20:08:45下载
- 积分:1
-
bicincrease.m
this is matlab code for bic (bayesian information criterion)
- 2010-06-24 21:20:43下载
- 积分:1
-
findpeaks
matlab新增寻找极值点程序,较老的版本中没有次函数(matlab find new extreme point of procedure, not the older version of the second function)
- 2010-07-26 10:58:49下载
- 积分:1
-
plane
提取目标图像,根据物体特点,嵌入背景图片中适当的位置处(put objects into the background picture)
- 2010-05-30 11:38:45下载
- 积分:1
-
kalman
描述了在跟踪物体运动的卡尔曼程序。以及绘制出图像。。(matlab kalman)
- 2013-04-09 10:09:26下载
- 积分:1
-
woundmotor
双馈异步发电机模型,SIMULINK建模仿真(Doubly-fed induction generator model, SIMULINK modeling and simulation)
- 2020-12-21 19:19:08下载
- 积分:1
-
morph
对图像进行二值化后,利用自己设计的膨胀和腐蚀算法对二值图像进行相应的操作(The binary image, the use of dilation and erosion of their own design algorithm corresponding binary image operations)
- 2010-06-08 21:47:30下载
- 积分:1
-
shuzhijisuan
该文档第一部分总结了matlab中的基本函数其表达式,编程以及范例。第二部分讲了如何插值拟合以及查表。里面有非常详细的解释,并且配有程序范例。(The first part of the document summarizes the basic function of matlab in its expression, programming, and example. The second part of the talk about how to fit and look-up table interpolation. There are very detailed explanation, and with a program example.)
- 2010-10-01 14:16:07下载
- 积分:1