当前位置:网站首页>OFDM 十六讲- OFDM
OFDM 十六讲- OFDM
2022-07-26 09:18:00 【明朝百晓生】
前言:
这篇主要参考 Sunny Classroom OFDM 方向的PPT.
目录
- FDM
- OFDM
OFDM :Orthogonal Frequency Division Multiplexing
一 FDM(Frequency Divison Multiplexing)
信道被划分为多个不重叠的子信道
优点:抗干扰能力强
缺点: 带宽利用率不高
二 OFDM
2.1 应用场景
2.2 跟FDM 差异
没有Guadrd Band, 子信道之间重叠
优点:
带宽利用率高
那如何子信道之间的干扰呢?
2.3 抗干扰原理
某个信号发送三个正交的子载波,其波形如右图
正交就是在一个周期内,不同信号之间内积为0 。
比如三组信号分别为
,任意一组信号之间内积为0,比如:
前面Modulation知道,每种波形代表一个symbols,如果结果不为0,则知道其
对应的Bits流组合。
发送信号:
2.4 译码原理
利用子载波之间的正交性,比如要还原出
信号乘以
三 补充余弦公式
边栏推荐
- Object type collections are de duplicated according to the value of an attribute
- Redis principle and use - Basic Features
- [leetcode database 1050] actors and directors who have cooperated at least three times (simple question)
- 垂直搜索
- CF1481C Fence Painting
- 多项式开根
- LeetCode三数之和问题
- [use of final keyword]
- Bloom filter
- Clean the label folder
猜你喜欢
Cat安装和使用
Original root and NTT 5000 word explanation
Does volatile rely on the MESI protocol to solve the visibility problem? (next)
【Mysql】redo log,undo log 和binlog详解(四)
【线上问题】Timeout waiting for connection from pool 问题排查
谷粒学院的全部学习源码
【Mysql】Mysql锁详解(三)
Elastic APM installation and use
C# Serialport的发送和接收
Two tips for pycharm to open multiple projects
随机推荐
Announcement | FISCO bcos v3.0-rc4 is released, and the new Max version can support massive transactions on the chain
Zipkin安装和使用
PHP 之 Apple生成和验证令牌
C# Serialport的发送和接收
【ARKit、RealityKit】把图片转为3D模型
"Could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32"
Innovus is stuck, prompting x error:
Horizontal comparison of the data of the top ten blue chip NFTs in the past half year
Matlab 绘制阴影误差图
Study notes of canal
ONTAP 9文件系统的限制
QtCreator报错:You need to set an executable in the custom run configuration.
tornado之多进程服务
【Flutter -- 布局】Align、Center、Padding 使用详解
Polynomial open root
760. String length
分布式跟踪系统选型与实践
Ext4 file system opens dir_ After nlink feature, link_ Use link after count exceeds 65000_ Count=1 means the quantity is unknown
【final关键字的使用】
JVM触发minor gc的条件