-
readpgm
Matlab源代码读取PCM文件,路径需要修改下
(Matlab source code to read the pcm file, the path need to modify under
)
- 2012-04-01 12:09:36下载
- 积分:1
-
leach-improved
改进的leach协议算法,包含leach、leach-c、SEP等(The improved algorithm leach agreement, including leach, leach-c, SEP, etc
)
- 2020-09-09 11:08:02下载
- 积分:1
-
ParzenPNN
此文件为matlab程序仿真 所用工具为PNN(PNN simulation)
- 2009-11-21 21:47:11下载
- 积分:1
-
slm
降低ofdm中峰均比的方法slm的matlab源码 (PAPR reduction method in ofdm slm of matlab source)
- 2011-05-10 18:03:49下载
- 积分:1
-
EII1
通过ifft变换,实现美国六级轨道谱的不平顺时间域信号模拟( the simulation of track irregularity based on the ifft transform )
- 2021-03-14 14:49:23下载
- 积分:1
-
radarppisimu
雷达平面显示器仿真程序 by matlab(Radar Plan Position Indicator(PPI) Simulation)
- 2013-10-03 13:09:51下载
- 积分:1
-
DualContouring
We present a robust approach to creating 2.5D building models aerial LiDAR point clouds. The method is guaranteed to produce crack-free models composed of complex roofs and vertical walls connecting them
- 2015-02-26 12:33:09下载
- 积分:1
-
Algebra2013
Linear algebra problems!
- 2014-01-13 20:39:17下载
- 积分:1
-
paritycheckcode1
奇偶校验码的编码译码,可选择奇校验或者偶校验,多维度,人为选择行列式大小。(Parity check code coding decoding, can choose odd parity or parity, multidimensional, selective determinant size.)
- 2015-04-15 10:57:11下载
- 积分: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