登录
首页 » 通信 » 基于MATLAB的OFDM信道估计算法,使用了PN序列作为导频,两种导频处信道估计处理方法,中间特别加入了相位估计处理...

基于MATLAB的OFDM信道估计算法,使用了PN序列作为导频,两种导频处信道估计处理方法,中间特别加入了相位估计处理...

于 2022-04-01 发布 文件大小:2.00 kB
0 158
下载积分: 2 下载次数: 3

代码说明:

基于MATLAB的OFDM信道估计算法,使用了PN序列作为导频,两种导频处信道估计处理方法,中间特别加入了相位估计处理-MATLAB-based channel estimation algorithm for OFDM using PN sequence as a pilot and two pilot channel estimation Department treatment methods, particularly the middle to join the treatment phase estimation

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

发表评论

0 个回复

  • Visual C++课程设计案例精编一书自带例子程序:讯录
    Visual C++课程设计案例精编一书自带例子程序:通讯录-Visual C cases precision curriculum design a book series, bringing their examples : Contacts
    2022-05-05 05:38:42下载
    积分:1
  • VISA库文件,给需要做程序控制仪器方面的同学。
    VISA是标准化的I/O函数库及其相关范围的总称。作为通用的I/O标准,VISA是面向器件而不是面向接口总线的。因此VISA与其它现有的I/O接口软件相比,最大的优点就在于它与硬件接口无关,是一个标准且独立于硬件设备、接口、操作系统和编程语言的I/O函数库,可以说它是现有I/O接口软件的一个超集。
    2022-08-08 08:14:21下载
    积分:1
  • MFC写的串口测试工具源码
    CSerialPort:: CSerialPort(){单独监禁= FALSE;m_hComm= NULL;//初始化重叠结构成员为零m_ov.Offset= 0;m_ov.OffsetHigh= 0;//创建活动m_ov.hEvent= NULL;m_hWriteEvent= NULL;m_hShutdownEvent= NULL;m_hErrorEvent= NULL;m_hSendCompleteEvent= NULL;m_bThreadAlive= FALSE;m_bSendNotify= FALSE;m_SendList.clear();//初始化关键部分:: InitializeCriticalSection(m_csCommunicationSync);:: InitializeCriticalSection(m_csSendList);}////删除动态内存//CSerialPort::〜CSerialPort(){ReleasePort();:: DeleteCriticalSection(m_csCommunicationSync);:: DeleteCriticalSection(m_csSendList);}无效CSerialPort:: ReleasePort(){而(m_bThreadAlive){而::休眠(1)(m_SendList.empty()!); //2012-09-27zhaoz修复停止仪器采集后数据报文发送不出去问题SetEvent的(m_hShutdownEvent);睡眠(1);}
    2022-02-25 01:02:02下载
    积分:1
  • 综合业务数字网
    ISDN-Objects专门为DELPHI设计并优化。只要用简单的方法(如Connect/Disconnect/Sendfile/ReceiveFile等),你可以立刻在你的程序中加入ISDN的功能。超级的性能也是亮点之一。数字电话文件传输或传真,ISDN-Objects是你更快地开发ISDN应用的理想工具。ISDN-Objects的技术数据:非常简单的方法用以在最快速度下发送和接收数据,在线帮助,无限通道,无限控制器,CAPI 2.0,与ISDN卡生产商武官,编程简单,强大的高层方法(如SendFile / SendWave),支持所有ISDN协议数据压缩(如果CAPI驱动支持,将采用V.42bits),将电话实时转换到WAVE或反之。-ISDN-Objects for DELPHI design and optimization. As long as a simplistic way (such as Connect/Disconnect/Sendfile/ReceiveFile, etc.), you can immediately in your program to add ISDN function. Super is one of the highlights of the performance. File Transfer digital telephone or fax, ISDN-Objects is the faster you develop the ideal tool for ISDN applications. ISDN-Objects of the technical data: a very simple method for the fastest speeds in the send and receive data, online help, unlimited access, unlimited controller, CAPI 2.0, with the ISDN card manufacturers attache, programming is simple, powerful high-level methods (such as SendFile/SendWave), support all the ISDN
    2023-03-27 19:20:03下载
    积分:1
  • 周立功 深入浅出ARM7-LPC213x(下)
    周立功 深入浅出ARM7-LPC213x(下)-Week Ligong easy ARM7-LPC213x (under)
    2022-05-27 10:06:56下载
    积分:1
  • 这是我收集的几个基础理论的Matlab仿真实现,包括bpsk、qpsk、ofdm以及号衰减和延迟的仿真。尽管不是我本人原创,但比较都经典。文件为*.m格式...
    这是我收集的几个通信基础理论的Matlab仿真实现,包括bpsk、qpsk、ofdm以及信号衰减和延迟的仿真。尽管不是我本人原创,但比较都经典。文件为*.m格式-This is my collection of several communications infrastructure theory Matlab Simulation, including BPSK, QPSK, and the OFDM signal attenuation and delay in the simulation. Although it was not my original, but more are classics. M*. document format
    2022-10-03 17:15:03下载
    积分:1
  • 过实现电子邮件的自动寻呼功能,介绍串口编程技术与MAPI技术相结合的方法
    通过实现电子邮件的自动寻呼功能,介绍串口编程技术与MAPI技术相结合的方法-E-mail through the realization of the automatic paging feature, introduce technology and MAPI serial programming method of combining technology
    2023-06-17 04:55:02下载
    积分:1
  • As the field of Qt Embedded GUI has been more and more popular, for beginners, e...
    Qt作为嵌入式领域的GUI已经越来越流行,对于初学者,尤其是linux的新手,往往遇到这样那样的问题,本文档用最易懂的语言一步一步带你走入Qt的世界。-As the field of Qt Embedded GUI has been more and more popular, for beginners, especially newcomers to linux are often encountered in this kind of problem, the document with the most easy-to-understand language, step by step with you into the world of Qt.
    2022-08-13 00:19:47下载
    积分:1
  • 基于vc得串口助手的源程序,对于高的兄弟有帮助。
    基于vc得串口通信助手的源程序,对于高通信的兄弟有帮助。-source code of serial communication based on visual C++. it s very helpful to those interested in communication.
    2023-05-17 23:40:03下载
    积分:1
  • IEC 101和104规约 MASTER和SLAVE 程序
    IEC 101和104规约 MASTER和SLAVE 程序-IEC 101 and 104 MASTER and SLAVE Statute procedures
    2022-05-28 13:21:29下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载