登录
首页 » PPT » OFDM 的 Simulink 仿真

OFDM 的 Simulink 仿真

于 2018-04-07 发布 文件大小:8116KB
0 409
下载积分: 1 下载次数: 14

代码说明:

  采用Simulink 平台对OFDM 进行仿真,确定系统的参数,完成参数设置,构建了一个简单的OFDM通信系统。(Using Simulink platform to simulate OFDM, determine the parameters of the system, complete the parameter settings, and build a simple OFDM communication system.)

文件列表:

OFDM 的 Simulink 仿真, 0 , 2018-04-07
OFDM 的 Simulink 仿真\OFDM的SIMULINK仿真.ppt, 8805888 , 2018-04-07

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

发表评论

0 个回复

  • program
    encoding binary data using non return to zero
    2017-02-27 14:09:19下载
    积分:1
  • qqxgn
    分析了该信号的时域、频域、倒谱,循环谱等,包括广义互相关函数GCC时延估计,这个有中文注释,看得明白。( Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. Including the generalized cross-correlation function GCC time delay estimation, The Chinese have a comment, understand it.)
    2017-04-18 12:39:50下载
    积分:1
  • pmuyg
    采用加权网络中节点强度和权重都是幂率分布的模型,GPS和INS组合导航程序,做视觉测量的上位机代码。( Using weighted model nodes in the network strength and weight are power law distribution, GPS and INS navigation program, Do Vision Measurement PC code.)
    2017-05-02 12:11:12下载
    积分:1
  • ourdev_598464
    DMX 512协议是Digital Multiplex的缩写,是灯光行业数字化设备的通用信号控制协议,同时也是是一种国际协议。   USITT DMX512/1990是调光和灯光控制台数据传输标准,是娱乐灯光领域常用的控制协议。以前0-10V模拟控制用的比较多,现在DMX512是娱乐灯光行业最主要的控制协议。USITT DMX512/1990是由美国剧场技术协会USITT提出的。最原始的版本出版于1986年,在1990年做了修改。 (DMX 512 protocol is short for Digital Multiplex is light industry, general-purpose digital signal device control protocol, but also is an international agreement. USITT DMX512/1990 is dimming and lighting control data transmission standard, is commonly used in the field of entertainment lighting control protocol. 0-10V analog control previously used more, now is the entertainment lighting industry, the main DMX512 control protocol. USITT DMX512/1990 by the American Association of Theater Technology USITT s. The original version published in 1986, was revised in 1990.)
    2011-12-02 15:44:06下载
    积分:1
  • 汽车行业CANSAEJ1939标准英
    说明:  汽车行业CAN通讯SAEJ1939标准英文版(Auto Industry CAN Communication SAEJ1939 Standard English Edition)
    2020-06-18 00:20:01下载
    积分:1
  • mseq
    说明:  m序列的生成,包括在有限域GF(p)中的基于不同p取值,不同级数条件下的本原多项式多种选择条件下的m序列生成。(m sequence generation, including in GF (p), the p value based on different, different levels under the conditions of primitive polynomial number of options under the conditions of m-sequences generated.)
    2005-10-05 17:40:22下载
    积分:1
  • LMS
    自适应的LMS算法及其应用 本实验通过一个二阶自回归过程来研究实时数据集平均对LMS算法的影响 包含MATLAB代码(LMS algorithm)
    2021-05-06 18:58:37下载
    积分:1
  • 05441004
    Multiple input multiple output techniques combined with orthogonal frequency division multiplexing (MIMO-OFDM) provide a promising approach for wireless systems. However, a serious drawback of the OFDM system is the high peak-toaverage power ratio (PAPR), which may severely affect the power efficiency of RF power amplifiers. In this paper, we propose a simple method to reduce the PAPR of MIMO-OFDM signals based on the use of unused subcarriers. Instead of processing the signals at each transmitter separately, a peak cancelling signal is generated at one antenna and is then applied to all the others with only simple modifications. Simulation has shown that a minimum 2 dB reduction in PAPR can be achieved for all transmit signals using this approach. As the signal processing is nearly all done at a single transmitter, repetition of the operations at each transmitter is avoided, and therefore the overall cost of the system can be significantly reduced.
    2011-11-05 01:46:42下载
    积分:1
  • BCM_CLI_Quick_Start_Guide
    说明:  broadcom公司芯片驱动接口命令行操作指导(Broadocom chip driver operation command line interface instructions)
    2020-08-03 23:32:31下载
    积分:1
  • lijing
    说明:  基于Simulink的DPSK的通信系统仿真 Simulink 是MATLAB提供的实现动态系统建模和仿真的一个软件包,它让用户把精力从编程转向模型的构造,为用户省去了许多重复的代码编写工作;Simulink 的每个模块对用户而言都是透明的,用户只须知道模块的输入、输出以及模块的功能,而不必管模块内部是怎么实现的,于是留给用户的事情就是如何利用这些模块来建立模型以完成自己的仿真任务;至于Simulink 的各个模块在运行时是如何执行,时间是如何采样,事件是如何驱动等细节性问题,用户可以不去关心,正是由于Simulink 具有这些特点,所以它被广泛的应用在通信仿真中,利用Simulink 强大的工具箱和其建模的优势建立了常用的DPCM数字电话通信系统仿真模型,对该通信系统进行了模型构建、系统设计、仿真演示、结果显示以及综合性能分析,而且该分析方法同样可推广到其它的通信系统,具有普遍意义。(Simulink-based simulation of Simulink DPSK communication system is provided by MATLAB dynamic system modeling and simulation of a software package that allows users to shift attention from the programming model of the structure, the user save a lot of repetitive coding work Simulink Each module is transparent to the user, the user need only know the module s input, output and functional modules, rather than how the realization of the internal control module, and then left to the user to do is how to use these modules to build model to fulfill its a simulation tasks as Simulink s Ge Ge module at run time how Zhi Xing, Shi Jian yes how to sample, events are the details of how to drive and so on Xing problem, users can not care, Zheng Shi as Simulink those characteristics, so Ta is widely used in communication simulation, using Simulink toolbox and its powerful modeling advantage of the establishment of a common DPCM Digital telephone communication system simulation model, the communica)
    2010-04-24 15:20:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载