-
winstartup
Manage Startup Programs in Windows
- 2014-10-26 22:21:17下载
- 积分:1
-
FDTD-code
基于MATLAB的麦克斯韦方程转换为时域有限差分方程的三维代码(Based on three-dimensional Maxwell' s equations to convert MATLAB code is a time-domain finite difference equation)
- 2015-08-10 17:34:34下载
- 积分:1
-
算法eg
说明: 模拟退火算法及禁忌搜索算法的matlab源程序(Matlab source program of simulated annealing algorithm and tabu search algorithm)
- 2020-03-09 18:07:22下载
- 积分:1
-
8two-channel-filtervanishing-
8与定向消失moments.pdf双通道滤波器(8On two-channel filter banks with directional vanishing moments.pdf)
- 2014-08-17 17:19:52下载
- 积分:1
-
样本熵近似熵LZC
说明: 样本熵、近似熵、lempel-ziv函数代码。lempel-ziv复杂度是一种表征时间序列里出现新模式的速率的方法(the codes of approximate entropy, sample entropy and lempel-ziv function)
- 2021-01-27 16:25:08下载
- 积分:1
-
Adaptive-Equalization-for-Digital-Communications
Adaptive Equalization for Digital Communications
- 2013-05-10 17:39:11下载
- 积分:1
-
滑模控制算法matlab
说明: 滑模控制算法, matlab仿真,采用m脚本的形式。(The sliding mode control algorithm is simulated by MATLAB in the form of M script.)
- 2020-12-09 22:14:39下载
- 积分:1
-
iterative-method
基于MATLAB的,求解线性方程组的雅可比迭代法和高斯-赛德尔迭代法的比较 (Than the iteration method and Gauss- Seidel iterative method based on MATLAB, solving linear equations of Jacques)
- 2012-04-25 23:00:19下载
- 积分:1
-
LDA
LDA是一种常见的降维算法,这个算法是完整的算法,可以正常运行(LDA is a common method of Dimension reduction)
- 2015-04-02 15:57:59下载
- 积分: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