-
图像镜像
Visual c++Matlab图像处理与实用案例精选:图像镜像(Visual c Matlab Image Processing and practical case Featured : Mirror Image)
- 2005-02-01 00:11:44下载
- 积分:1
-
steganography
A steganograghic usfull and incripted tool for hiding critical secret information -text files inside a bitmap images.(A steganograghic usfull and incripted tool for hiding critical secret information-text files inside a bitmap images.)
- 2009-11-12 16:57:10下载
- 积分:1
-
speech_analysis
说明: 一个外国大学用Matlab写的语音处理分析程序,GUI界面,功能强大。(A foreign university using Matlab written analysis of voice processing procedures, GUI interface and powerful.)
- 2008-11-08 14:04:47下载
- 积分:1
-
20060716203929133
matalab的书吧 我也没月仔细看 好东西啊(matalab the Shuba I have not had months of very good things ah)
- 2007-03-19 23:08:55下载
- 积分:1
-
MAT
实现信道估计算法的matlab仿真,非常有用(Achieve channel estimation algorithm matlab simulation, very useful)
- 2014-09-26 19:18:35下载
- 积分:1
-
3
编写程序:基类base,有一个私有数据成员n,派生类Derived公有继承基类base,Derived中新增加一个数据成员m(Programming: the base class base, there is a private data member n, the derived class Derived inherits the base class public base, Derived add a new data member m)
- 2013-12-17 13:38:33下载
- 积分:1
-
wodeTSP
利用蚁群算法通过matlab寻找旅行商问题的最优路径(The optimal path of ant colony algorithm for traveling salesman problem)
- 2014-12-30 20:48:10下载
- 积分:1
-
Matlabrumentojingtong
Matlab经典教程——从入门到精通详细的介绍了MATLAB的使用方法,是学习MATLAB必不可少的书籍(Classic Matlab Tutorial- from entry to the master detail the use of MATLAB is an essential book to learn MATLAB)
- 2011-05-29 21:18:35下载
- 积分:1
-
Untitled2
MIMO系统中采用16QAM调制的ZF、MMSE、ZF-SIC、MMSE-SIC检测(ZF、MMSE、ZF-SIC、MMSE-SIC detection with 16 QAM modulation in MIMO system)
- 2021-03-17 01:49:21下载
- 积分: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