- 1、本文档共26页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
宽带OFDM传输接收机系统EDA设计_时间同步实验设计概要
* 通信抗干扰技术国家级重点实验室 宽带OFDM传输接收机系统EDA设计 ——时间同步实验设计 电子科技大学通信抗干扰技术国家级重点实验室 Outlines 1 2 3 4 时间同步的概念 主要知识点 同步算法和设计方式 考核方式 Find out start location of each FFT frame Part1 时间同步的概念 Preamble based timing synchronization algorithm In practice Cosimulation of Simulink and Modelsim PLL core in Quartus Rom core in Quartus Slide correlation State-machine design method Some tips Part2 主要知识点 Physical frame structure Part3 同步算法和设计方法 Time synchronization algorithm Part3 同步算法和设计方法 PN Sequence PN128 = PN256 by interpolation Local PN256 Interpolated PN256 Repeated PN256 Part3 同步算法和设计方法 Local PN256 Sequences constant pn_rpt : std_logic_vector(0 to 255) := 1100001100000011111100000000110011111111110000110011001111110000111100110000001100001111111100000011001100000000111100000000001100000000000011111111111111001100110011000011110000111111001111110011000011001111000000111100111111110011110011001111001111000000; constant pn_itp : std_logic_vector(0 to 255) := 1100011000000111111100000001110011111111110001100110001111110000111001110000001100011111111000000111001100000001111100000000001100000000000111111111111110011000110011000111110001111110001111100011000110001110000000111000111111100011100111001110001110000000; Part3 同步算法和设计方法 Correlation computation Implementation complexity Need multiplier? Number of signal bits Number of computation delay (About pipeline design and speed) Part3 同步算法和设计方法 Modular design method Part3 同步算法和设计方法 System clock Part3 同步算法和设计方法 Correlator Part3 同步算法和设计方法 Simulink Module Part3 同步算法和设计方法 信号量化 Part3 同步算法和设计方法 process(rst, clk) begin if (rst = 1) then sign_out_I = (others=0); sign_out_Q = (others=0); elsif (clkevent and clk=1) then if (en = 1 and din_dv = 1) then if (din_I_msb=0) then sign_out_I = 01; -- +1 else sign_out_I = 11; -- -1 end if; if (din_I_msb=0) then
文档评论(0)