-
matlabProgramm
说明: 经典程序例子,matlab语言编制的。
可供学习者参考(Classic example of the procedure, matlab languages. For learner reference)
- 2008-10-02 00:17:10下载
- 积分:1
-
gmm.pdf.tar
Gaussian mixture model to subtract background
- 2013-02-12 18:07:53下载
- 积分:1
-
789628239G.729coder
g711.1 code in matlab
- 2013-03-16 17:42:12下载
- 积分:1
-
apiextMATLAB6p1
You can call your own C or Fortran subroutines from MATLAB as if they were
built-in functions. MATLAB callable C and Fortran programs are referred to
as MEX-files. MEX-files are dynamically linked subroutines that the MATLAB
interpreter can automatically load and execute.
- 2013-11-19 14:28:02下载
- 积分:1
-
MATLABforDSP
MATLAB数字信号处理详解,让你从数字信号处理的角度一步步认识并掌握MATLAB!(MATLAB explain digital signal processing, so that you get from digital signal processing point of view one step by step understanding and mastery of MATLAB!)
- 2008-03-18 16:50:14下载
- 积分:1
-
INS_trace
生成惯性导航原始加计和陀螺数据的matlab仿真程序,位置和角度函数已知并按线性变化,自己可以改成其它函数(raw data of acceleration and angular rate ,INS )
- 2015-01-08 10:10:18下载
- 积分:1
-
123.rar
請設計一個8位元移位暫存器,規格如下:
當控制線S1,S2輸入為00時,平行載入;
當控制線S1,S2輸入為01時,在一時脈內向右shift 1位元;
當控制線S1,S2輸入為10時,在一時脈內向右shift 2位元;
當控制線S1,S2輸入為11時,在一時脈內向右shift 3位元
(Serial Adder)
- 2009-12-08 00:02:56下载
- 积分:1
-
Perceptron
感知机算法(内含测试数据tic-tac-toe(三连棋游戏))(Perceptron algorithm (containing test data tic-tac-toe (three with chess games)))
- 2013-11-14 18:31:42下载
- 积分:1
-
NonlinearObservabilityAnalysis
This implements Lie-derivative based complete observability analysis for relative localization using equabilent relative measurement model.
- 2014-01-18 07:21:22下载
- 积分:1
-
lda
对有类别监督的数据进行先行判别分析用于降维
数据为结构体类型,返回数据也是降维后的结构体类型。如(a.X a.y)a.X是带有类别的数据,a.y是类别信息(Synopsis:
model = lda(data)
model = lda(data,new_dim)
Description:
This function is implementation of Linear Discriminant Analysis.
The goal is to train the linear transform which maximizes ratio
between between-class and within-class scatter matrix of projected
data.)
- 2011-05-01 17:52:36下载
- 积分:1