当前位置:网站首页>OFDM Lecture 16 5 -Discrete Convolution, ISI and ICI on DMT/OFDM Systems
OFDM Lecture 16 5 -Discrete Convolution, ISI and ICI on DMT/OFDM Systems
2022-08-05 05:12:00 【Ming Dynasty Bai Xiaosheng】
参考:

The point of this article is very fresh and intuitive,Mainly from the linear algebra to explain the relevant principles
目录:
1: 离散卷积
2: ISI & ICI
一 离散卷积
The convolution formula for continuous data was discussed earlier

In fact, there is no continuous data, we generally use discrete convolution,
假设x的长度为n, h的长度为m, y的长度为n+m
1.1 例子
假设
![x=[x_0,x_1,x_2,x_3]](http://img.inotgo.com/imagesLocal/202208/05/202208050509096410_19.gif)
![h=[h_0,h_1,h_2,h_3]](http://img.inotgo.com/imagesLocal/202208/05/202208050509096410_15.gif)
![y_0=\sum_{n=0}^{3}x[n]\bullet h[0-n]](http://img.inotgo.com/imagesLocal/202208/05/202208050509096410_0.gif)

![y_1=\sum_{n=0}^{3}x[n]\bullet h[1-n]](http://img.inotgo.com/imagesLocal/202208/05/202208050509096410_6.gif)

![y_2=\sum_{n=0}^{3}x[n]\bullet h[2-n]](http://img.inotgo.com/imagesLocal/202208/05/202208050509096410_23.gif)

![y_3=\sum_{n=0}^{3}x[n]\bullet h[3-n]](http://img.inotgo.com/imagesLocal/202208/05/202208050509096410_28.gif)

It's essentially the multiplication of two matrices

Further representation method,如下图,Multiply and sum the corresponding column elements

二 CP(Cyclic prefix) CS(Cyclic suffix)
2.1 循环前缀,Cyclic suffix structure

发送端
经过IDFT After inverse discrete Fourier transform,得到长度为Ntime domain data
Then insert a length of a 的cp, 以及长度为b 的 cs

假设原始数据为
![X=[x_0,x_1,x_2,x_3]](http://img.inotgo.com/imagesLocal/202208/05/202208050509096410_18.gif)
a= b=2
![cp=[x_2,x_3], cs=[x_0,x_1]](http://img.inotgo.com/imagesLocal/202208/05/202208050509096410_8.gif)
Finally the data becomes

2.2 ICI

when decoding,We will Fourier transform it,对CP,CS 部分丢弃

如下

One more noise was found 

,interference between other channels
下面是草图


2.3 ISI 模型
跟上面差不多

,

边栏推荐
- Flutter学习三-Flutter基本结构和原理
- Flutter真机运行及模拟器运行
- Flutter TapGestureRecognizer 如何工作
- The solution to the failure to read channel information when dedecms generates a message in the background
- [WeChat applet] WXML template syntax - conditional rendering
- number_gets the specified number of decimals
- uboot enable debug printing information
- 【cesium】加载并定位 3D Tileset
- for..in和for..of的区别
- MySQL中控制导出文件后变为了\N有什么解决方案吗?
猜你喜欢
随机推荐
1.3 mysql批量插入数据
Difference between for..in and for..of
for..in和for..of的区别
How to identify false evidence and evidence?
number_gets the specified number of decimals
App rapid development and construction experience: the importance of small programs + custom plug-ins
[Surveying] Quick Summary - Excerpt from Gaoshu Gang
数字孪生技术在电力系统中的应用现状
How can Flutter parent and child components receive click events
「PHP8入门指南」PHP简明介绍
uva1325
Qt制作18帧丘比特表白意中人、是你的丘比特嘛!!!
shell函数
社区分享|腾讯海外游戏基于JumpServer构建游戏安全运营能力
OFDM 十六讲 5 -Discrete Convolution, ISI and ICI on DMT/OFDM Systems
密码学系列之:PEM和PKCS7,PKCS8,PKCS12
mutillidae download and installation
dedecms后台生成提示读取频道信息失败的解决方法
雷克萨斯lm的安全性到底体现在哪里?一起来看看吧
电话溥功能









