-
NLMS程序
提供了三个NLMS算法程序,结果良好,供大家参考(provide 3 NLMS algorithm program with good results. Please refer to it.)
- 2005-08-01 15:56:18下载
- 积分:1
-
car_segmentation
基于matlab的车牌图像分割,先用中值滤波去除噪声再进行分割(Based on matlab license plate image segmentation using median filter to remove noise and then split)
- 2013-03-20 17:14:37下载
- 积分:1
-
vertib-BPSK-QPSK
数字通信中经典的译码算法,维特比译码,BPSK,QPSK(viterb demod )
- 2012-05-12 12:40:47下载
- 积分:1
-
JM96A
1996年数学建模国赛matlab源程序,编写完整,解释详尽(Mathematical modeling of the country in 1996 race matlab source, write a complete, detailed explanation)
- 2011-08-29 10:14:21下载
- 积分:1
-
[muchong.com]结构可靠度分析:方法与程序
蒙特卡洛模拟的例子以及程序 关于结构可靠度分析的 有需要的可以下载看看(Examples and programs of Monte Carlo simulation)
- 2021-03-03 17:49:38下载
- 积分:1
-
IRIS
IRIS数据 供大家分析参考 此数据可以用于聚类分析(U.S. analysis of IRIS data for the reference of this data can be used to cluster analysis)
- 2008-05-09 18:13:28下载
- 积分:1
-
dianli-xitong--MATLAB-SIMULINK
电力系统的MATLAB仿真教程,很适合电力系统的仿真分析。(MATLAB power system simulation tutorial is suitable for power system simulation.)
- 2011-04-19 22:21:44下载
- 积分:1
-
bd-zhang
此程序主要是用来做一些摄像机标定用的,通过它可以测出摄像机的内外参数(The procedure is used to do something with the camera calibration, it can detect the camera's internal and external parameters)
- 2007-01-21 21:23:30下载
- 积分:1
-
sovadec
SOVA algorithm for turbo decoder
- 2012-01-19 15:18:52下载
- 积分:1
-
ZCR
autocov computes the autocovariance between two column vectors X and Y with same length N using the Fast Fourier Transform algorithm from 0 to N-2.
The resulting autocovariance column vector acv is given by the formula:
acv(p,1) = 1/(N-p) * sum_{i=1}^{N}(X_{i} - X_bar) * (Y_{i+p} - Y_bar)
where X_bar and Y_bar are the mean estimates:
X_bar = 1/N * sum_{i=1}^{N} X_{i} Y_bar = 1/N * sum_{i=1}^{N} Y_{i}
It satisfies the following identities:
1. variance consistency: if acv = autocov(X,X), then acv(1,1) = var(X)
2. covariance consistence: if acv = autocov(X,Y), then acv(1,1) = cov(X,Y)
- 2013-05-26 22:12:50下载
- 积分:1