-
mycorr1
说明: matlab图像相关性计算,根据相关性系数计算公式编写(matlab image correlation calculated correlation coefficients according to formula preparation)
- 2010-04-13 11:24:30下载
- 积分:1
-
datasimu
R-D算法 产生数据的m文件 是最简单的情况 不弯曲不走动(R-D algorithm to generate m file data)
- 2013-12-04 22:01:33下载
- 积分:1
-
Time-SeriesModelforWirelessFadingChannelsinisotrop
这篇文章为随即和非随机的散射环境中造成的信封衰落提供了一个AR模型。它展示了至少需要一个二阶AR过程去建立一个伏在接收信封内在的阻尼正弦自动/交叉相关函数的模型。通过对模拟值的比较得到使用模型可以得到与理论值近似的值。模型基于的仿真过程被用来与JACK仿真器在随机分散事件中作比较。(his work presents an autoregressive (AR) model
for fading envelope influenced by isotropic and non-isotropic
scattering environments. It is shown that at least a second order
AR process is required to model the damped sinusoidal auto/cross
correlation function inherent in the complex received envelope.
The comparison of statistics of the simulation trace obtained
using the model shows good agreemeqt with the theoretical
values. The model based simulation procedure is compared to
the Jake s simulator for isotropic scattering case and is shown
to exhibit an order of magnitude smaller time complexity. )
- 2010-06-29 18:15:56下载
- 积分:1
-
ReedSolomon
Reed solomon FEC coding
- 2009-05-27 00:51:52下载
- 积分:1
-
shiyanerdaima
通过电子Smith圆图实现L型阻抗匹配,分析L型阻抗匹配网络的匹配种类和计算L、C的值。(L impedance matching was achieved through electronic Smith chart, analysis of l-shaped impedance matching network of matching types and calculating the value of L, C.
)
- 2013-05-04 22:26:30下载
- 积分:1
-
能够检测异常值 数据降维 特征提取 鲁棒主成分分析方法HRPCA
能够检测异常值 数据降维 特征提取 鲁棒主成分分析方法(Robust PCA)
- 2020-07-04 08:40:01下载
- 积分:1
-
FTF
自适应信号处理中的FTF的仿真,Matlab程序(Adaptive signal processing of the simulation FTF, Matlab)
- 2020-12-10 23:29:23下载
- 积分:1
-
princomp
主成分分析,matlab。在多光谱图像处理中有重要应用。(Image fusion, matlab. In the multi-spectral image processing has important applications.)
- 2009-11-21 08:57:14下载
- 积分:1
-
04339924_2
— In ultra-wideband (UWB) indoor dense multi-path transmission environments, traditional coherent Rake receiver
requires estimation of channel parameters. Moreover, in order to collect enough signal energy from dense multi-path components,
the number of Rake fingers must be large enough. Consequently,
the receiver structure is too complex to be implemented in practice.
- 2013-11-11 18:24:57下载
- 积分:1
-
onoff
f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome.
Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
onoff( [0, 1, 0]) gives { off , on , off }
onoff({ on , on , off }) gives [1, 1, 0]
It also works for mixed cell array inputs, and for other string pairs:
yes/no, ok/cancel, open/closed
- 2009-09-07 18:18:36下载
- 积分:1