-
本文首先概述了OFDM 的原理、特征和关键技术,介绍了系统需要的几种同步。然后就同步误差对系统性能的影响进行了简单的分析,表明定时偏差和采样频率偏差将会引入码间...
本文首先概述了OFDM 的原理、特征和关键技术,介绍了系统需要的几种同步。然后就同步误差对系统性能的影响进行了简单的分析,表明定时偏差和采样频率偏差将会引入码间干扰,载波频率偏差导致载波间干扰的发生。因此,在OFDM系统接收机中定时的确定、载波频率偏差和采样频率偏差的纠正是信号恢复的关键。之后对OFDM系统同步的几种实现方法进行了介绍,分析了各同步方法的性能。-The paper first outlines the principles of OFDM, features and key technologies, the system needs to introduce several synchronization. Synchronization error and then the impact on system performance for a simple analysis, show that the timing deviation and the sampling frequency deviation will introduce inter-symbol interference, the carrier frequency deviation led to the occurrence of ICI. Therefore, in OFDM system receiver to determine the timing, carrier frequency offset and sampling frequency offset correction signal to restore the key. After the OFDM system to achieve synchronization of several methods of introduction, an analysis of the performance of the synchronization method.
- 2022-03-22 23:04:03下载
- 积分:1
-
Check inside data from the database directly to generate XML documents, can cust...
从数据库里面取数据,直接生成XML文件
,可以自定义查询表而导出数据到XML文件里面-Check inside data from the database directly to generate XML documents, can customize the look-up table and to export data to XML files inside
- 2022-04-27 03:58:43下载
- 积分:1
-
VB6 CodeBrowser.dll工程资源管理器 功能强大
VB6打造一款功能强大的工程资源管理器,基于CodeBrowser.dll控件实现,它可以实现代码定位功能,你可以抛弃自带的工程管理器了,可以提高你的代码编写效率,还可以保存历史访问记录,直接定位访问次数最多的代码及窗体,允许和禁止编辑代码和窗体上的控件。
- 2022-04-09 08:10:31下载
- 积分:1
-
地图 服务 人物
开启程式补充
纯属开启
地图 服务 人物
开启程式补充
纯属开启-Map Service figures to open the program to add a purely open
- 2022-04-19 03:10:12下载
- 积分:1
-
商业源码,友思SCO在线售卡网(.Net开源版) V1.1[Access]
商业源码,友思SCO在线售卡网(.Net开源版) V1.1[Access]-commercial source, the Friends of thinking SCO online Vending Network (. Net revenue version) V1.1 [Access]
- 2023-03-31 18:15:04下载
- 积分:1
-
多输入多输出中的天线算法的详细算法的,有PPT讲稿!
多输入多输出中的天线算法的详细算法的,有PPT讲稿!-Multiple-input multiple-output antenna algorithms in the detailed algorithm, there are PPT script!
- 2023-06-09 08:15:04下载
- 积分:1
-
相当经典的信息论导论和编码的课件哦~~ 2009年9月18号更新的,我们上学期刚刚用过的~~ 网上估计是没有的哦...
相当经典的信息论导论和编码的课件哦~~ 2009年9月18号更新的,我们上学期刚刚用过的~~ 网上估计是没有的哦-Quite a classic introduction to information theory and coding courseware oh ~ ~ September 18, 2009 update, we have just spent last semester ~ ~ Online estimates are not, oh ~ ~
- 2022-07-25 11:06:03下载
- 积分:1
-
C# 监控Windows剪贴板程序
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:
private void Frm_Main_Load(object sender, EventArgs e)
{
timer1.Interval = 1000;//设置计时器间隔为1000毫秒
timer1.Start();//启动计时器
}
private void timer1_Tick(object sender, EventArgs e)
{
if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据
richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中
}
- 2023-08-14 00:35:02下载
- 积分:1
-
用javascript做网页时的特效,形成漫天飘雪的效果,试试吧。将代码加入<BODY></BODY>中即可。
用javascript做网页时的特效,形成漫天飘雪的效果,试试吧。将代码加入中即可。-Web page using javascript to do the special effects, the effects of the formation of snow all over the sky, give it a try. The code by adding in you.
- 2023-07-06 13:30:02下载
- 积分:1
-
ti-idf算法,实现对英文文档的检索,把多篇文档中的词(英文单词),按照权值从小到大进行排列...
ti-idf算法,实现对英文文档的检索,把多篇文档中的词(英文单词),按照权值从小到大进行排列-ti-idf algorithm, the realization of the English document retrieval, to document more than words (English words), in accordance with the right values to be ranked from small to large
- 2022-07-08 03:08:07下载
- 积分:1