-
MATLABGUI
信号处理与分析,是基于gui的信号处理与分析,相关函数的应用。(Random signal analysis and Process)
- 2013-12-25 15:27:36下载
- 积分:1
-
getPDF2
In this paper, we investigate the timing and carrier
frequency offset (CFO) synchronization problem in decode and
forward cooperative systems operating over frequency selective
channels. A training sequence which consists of one orthogonal
frequency-division multiplexing (OFDM) block having a tile
structure in the frequency domain is proposed to perform synchronization.
Timing offsets are estimated using correlation-type
algorithms. By inserting some null subcarriers in the proposed tile
structure, we propose a computationally efficient subspace decomposition-
based algorithm for CFO estimation. The issue of optimal
tile length is studied both theoretically and through simulations.
By judiciously designing the tile size of the pilot, the proposed
algorithms are shown to have better performance, in terms of
synchronization errors and bit error rate, than the time-division
multiplexing-based training method and the computationally demanding
space-alternating generalized expectation-maximization
- 2010-08-11 18:46:04下载
- 积分:1
-
Motion_Detection
matlab下使用帧差法实现视频跟踪,提供了一个测试视频和完整的说明文档。下载后可以直接在matlab环境下运行。(matlab using frame difference for video tracking, provides a test video and complete documentation. Download matlab environment can be run directly.)
- 2010-11-23 14:13:00下载
- 积分:1
-
xindaorls
通信信道的RLS算法的MATLAB仿真,对信道的噪声信号滤除(Communication channel of the RLS algorithm MATLAB simulation, the noise of the channel signal filter)
- 2009-05-31 17:19:27下载
- 积分:1
-
Arnold
MATLAB+实现Arnold变换和提取(MATLAB+ achieve Arnold transformation and extraction)
- 2012-06-09 17:58:20下载
- 积分:1
-
regress-58274
Testing functions with double-byte names.
- 2014-02-07 17:18:47下载
- 积分:1
-
jiaxingbaizaosheng
加性白噪声的计算机实现,我们学校老师自己编的实验指导(Additive white noise machine to achieve the guidance of our school teachers have compiled experimental)
- 2013-03-02 14:58:07下载
- 积分:1
-
image-compression-coding
关于图像压缩编码的matlab的实现程序,静态图像压缩标准(About image compression coding matlab realization process, still image compression standard)
- 2013-11-28 19:10:46下载
- 积分:1
-
Final-Project
This is some MATLAB m-files to simulate a communication system using convlutional channel coding and Viterbi algorith of decoding.
- 2013-10-05 18:51:57下载
- 积分:1
-
adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
load clouds
[test_targets, E] = lijsada_boost(patterns, targets, patterns, 100, Stumps ,[])
train_patterns 每列为一样本
train_targets 每列为一样本目标
100 :Number Of Iterations
Stumps: Weak Learner Type
Learner s parameters :[]
adaboost +stumps
testRightR = 0.7522(Adaboost is an iterative algorithm)
- 2014-01-20 13:05:34下载
- 积分:1