-
pcmread
这个matlab代码用来读取PCM文件。PCM文件是真实光流场的存储文件。代码是我自己写的,我已经用到实验里了。(This matlab code is used to read PCM files. Ground truth optical flow is saved in PCM file.The code is written by myself,it has used in my experiment.)
- 2010-07-14 13:23:14下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
RadarUKF
apllication of ukf in radar tracking
- 2013-03-04 15:05:32下载
- 积分:1
-
Solution
VNOI code
primepath.pas
dagiac.pas
tour.pas
qbbishop.pas
- 2014-10-08 15:55:43下载
- 积分:1
-
HC_CHARACTERDATADELETEDATAMIDDLE
DOMTestIncompatibleException Thrown if test is not compatible with parser configuration.
- 2014-01-13 18:03:35下载
- 积分:1
-
coheMSK
coerente MSK modulation matlab code
- 2017-05-16 04:14:12下载
- 积分:1
-
mc_test
demonstrates the Monte Carlo method
- 2010-02-08 16:55:28下载
- 积分:1
-
GPC-for-matlab
这是一个从书本上敲打上去的关于GPC的程序。非最小相位系统采用RLS辨识参数,输入为方波信号(This is a beat up books on the GPC program. Non-minimum phase system uses the the RLS identification parameters input square wave signal)
- 2013-05-14 21:08:17下载
- 积分:1
-
IECRS-reduce
变压器油中溶解气体的故障诊断方法,即IEC三比值法。用Matlab 程序运用的结果进行整理而得到的约简后的故障诊断决策表(Dissolved gases in transformer oil fault diagnosis method, that is, three-ratio method IEC. Matlab program used to collate the results of the application obtained after reduction of the fault diagnosis decision table)
- 2009-04-15 16:26:18下载
- 积分:1
-
Digital
用于修改图像的对比度 内含程序所需的素材图片 (Used to modify the image contrast)
- 2010-01-27 22:56:36下载
- 积分:1