实现OFDM的发送和接收我要分享

Realize the sending and receiving of OFDM

OFDM QPSK调制 IFFT 最小乘 卡尔曼滤波器

关注次数: 372

下载次数: 2

文件大小: 12KB

代码分类: 通信仿真

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

利于MATLAB实现OFDM的发送和接收,具体过程发送端先通过QPSK调制,之后进行IFFT变换,然后再添加循环前缀,接收端是一个逆过程。该程序还有另外一个的功能是信道估计,最小乘与卡尔曼滤波器的比较。


English Description:

MATLAB is helpful to realize the sending and identifiers of OFDM, the sending end of the specific process is firstly modulated by QPSK, followed by IFFT transformation, and then cyclic prefix is added. The identifiers end is an inverse process. Another function of the program is the channel estimation, further - multiplication and kalman filter comparison.


代码预览

kalman滤波\add_noise.m

kalman滤波\cut_cp.m

kalman滤波\de_map.m

kalman滤波\error_count.m

kalman滤波\guji.m

kalman滤波\input_b.m

kalman滤波\insert_cp.asv

kalman滤波\insert_cp.m

kalman滤波\insert_pilot.m

kalman滤波\ls_estimation3.m

kalman滤波\map_pbsk.m

kalman滤波\multipath_chann.m

kalman滤波\system.asv

kalman滤波\system.m

kalman滤波