登录
首页 » matlab » 80211ofdm-modified

80211ofdm-modified

于 2007-09-16 发布 文件大小:2362KB
0 283
下载积分: 1 下载次数: 287

代码说明:

  基于802.11ofdm仿真,主要针对信道同步,包括各种同步方法(802.11ofdm based on simulation, the main channel for synchronization, including synchronization method)

文件列表:

80211ofdm-modified

..................\2i2o_ber_value_3-9db.mat

..................\a.m
..................\a_snr_ber.m
..................\channel.m
..................\create_freq_offset.m
..................\get_bits_per_symbol.m
..................\get_channel_ir.m
..................\get_n_antennas.m
..................\get_punc_params.m
..................\main.m
..................\OFDM Wireless LANs simulator.zip
..................\phase_noise_model.m
..................\rx_bpsk_demod.m
..................\rx_deinterleave.m
..................\rx_demodulate.m
..................\rx_depuncture.m
..................\rx_diversity_proc.m
..................\rx_estimate_channel.m
..................\rx_find_packet_edge.m
..................\rx_fine_time_sync.m
..................\rx_frequency_sync.m
..................\rx_gen_chan_amps.m
..................\rx_gen_deintlvr_patt.m
..................\rx_init_viterbi.m
..................\rx_mr_combiner.m
..................\rx_phase_tracker.m
..................\rx_pilot_phase_est.m
..................\rx_qam16_demod.m
..................\rx_qam64_demod.m
..................\rx_qpsk_demod.m
..................\rx_radon_hurwitz.m
..................\rx_timed_to_freqd.m
..................\rx_viterbi_decode.m


..................\siso_2i2o_combined.m
..................\siso_ber-value_3-11db.mat
..................\siso_snr_ber.m

..................\tranin_correlation.m
..................\tx_add_cyclic_prefix.m
..................\tx_add_pilot_syms.m
..................\tx_conv_encoder.m
..................\tx_diversity.m
..................\tx_freqd_to_timed.m
..................\tx_gen_intlvr_patt.m
..................\tx_gen_preamble.m
..................\tx_interleaver.m
..................\tx_make_int_num_ofdm_syms.m
..................\tx_modulate.m
..................\tx_power_amplifier.m
..................\tx_puncture.m
..................\tx_radon_hurwitz.m
..................\加标注2i2o-ofdm-snr-ber.bmp

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PSO-evolutionarycomputation
    粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域(Particle Swarm Optimization (PSO) is an evolutionary computation technique (evolutionary computation), has Dr. Eberhart and Dr. kennedy invention. Deriving from the behavior of birds of prey PSO with genetic algorithm is similar to an iterative optimization-based tools. System initialization for a group of random solutions, through the iterative search for optimal values. But there is no cross-genetic algorithm used (crossover) and mutation (mutation). But the particles in the solution space of the particles to follow the optimal search. In detail the steps after the introduction sections compared with the genetic algorithm, PSO has the advantage of being simple and easy and did not realize many of the parameters need to be adjusted. Has been widely applied to function optimization, neural network training, fuzzy system control, as well as other genetic algorithm applications)
    2008-03-19 20:51:36下载
    积分:1
  • ASK
    压缩包内源码的主要用途是:ASK调试方式的matlab实现(The main purpose of this source is the matlab implementation of ASK debug mode)
    2012-05-26 15:51:04下载
    积分:1
  • wideband
    The paper discusses the design and development of a microwave radio transceiver at 1.4 GHz, which implements multirate signal processing algorithms
    2013-02-10 23:47:33下载
    积分:1
  • mokh-simul
    simulation for equlizer
    2012-12-02 06:14:04下载
    积分:1
  • ILC
    该源代码为迭代控制源代码,自己辛苦编的,拿来分享(The source code to the the iterative control source code, their hard work, and for them and share)
    2012-11-21 08:25:00下载
    积分:1
  • 43680539Capom
    使用麦克风阵列的声源定位和跟踪已成为室内声学,电话会议系统和声音产生对象的跟踪的关注焦点。估计源定位的当前方法取决于麦克风对之间的传统时间延迟估计技术,然而,忽略环境噪声,来自周围的反射和封闭空间中的混响。在本研究中,设计并开发了基于3D麦克风阵列的声源定位器和跟踪器(ASLT),用于实时源检测和定位。(Acoustic source localization and tracking using microphone arrays has become a focus of interest in room acoustics, teleconference systems and tracking of sound producing objects. The current methods to estimate the source localization depend on conventional time-delay estimation techniques between microphone pairs, however, ignoring the ambient noise, reflections from surrounding and reverberation in the closed space. In this study, an acoustic source localizer and tracker (ASLT) based on 3D microphone array is designed and developed for real time source detection and localization.)
    2018-09-25 16:03:26下载
    积分:1
  • Ch06
    matlab 可视化 微分方程 线性方程 元胞自动机 晶体生长 金融(linear equations matlab visualization of cellular automata crystal growth differential financial)
    2014-02-02 11:20:00下载
    积分:1
  • Matlab多目标优化遗传算法源序很好的应用案
    说明:  与常规的单目标遗传算法求解不同,该算法考虑两个目标函数的遗传算法(Different from the conventional single objective genetic algorithm, this algorithm considers the genetic algorithm of two objective functions)
    2019-12-22 20:39:55下载
    积分:1
  • houghdetectline
    hough变换检测直线,MATLAB环境下可直接运行(hough detect lines)
    2010-11-09 20:19:15下载
    积分:1
  • Digital-image--methods-of-denoising
    这篇文章不错 关于数字图像的噪声及其去噪的几种方法研究(Good article on the digital image noise and its several methods of denoising)
    2011-05-19 19:27:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载