在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 2282|回复: 9

A MIMO Receiver SOC for CDMA Applications

[复制链接]
发表于 2009-5-16 11:35:40 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
Contents
List of Figures vii
List of Tables viii
1 Introduction 1
1.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Contribution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Thesis Organization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2 Background and Related Work 4
2.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.1.1 MIMO CDMA Communication Architecture . . . . . . . . . . . . . . . . 4
2.1.2 MIMO Channel Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.1.3 Turbo Decoding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.2 Previous MIMO Receiver Design . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3 Overview of MIMO Receiver Design 9
4 RTL Design of Equalization and Flat Channel Estimation Module 10
4.1 Equalization Module . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
4.1.1 FIR Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.1.2 Correlator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.1.3 C-SS Pilot Generator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.1.4 NLMS Error Calculation and FIR Tap Updating . . . . . . . . . . . . . . . 12
4.2 Flat Channel Estimation Module . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
4.3 Verication Procedure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
5 RTL Design of Sphere Decoder Module 15
5.1 Overview of Sphere Decoder Module Design . . . . . . . . . . . . . . . . . . . . 15
5.2 Sphere Decoding Searching Procedure . . . . . . . . . . . . . . . . . . . . . . . . 16
5.3 Block Diagram of the Sphere Decoder . . . . . . . . . . . . . . . . . . . . . . . . 16
5.3.1 QR Decomposition and Unconstrained Symbol Computation . . . . . . . . 17
5.3.2 Matrix computation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
vi
5.3.3 Matrix Enumeration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
5.3.4 Book Keeping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
5.4 Verication Procedure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
6 RTL Design of Turbo Decoder 21
6.1 Overview of Turbo Decoder Design . . . . . . . . . . . . . . . . . . . . . . . . . 21
6.2 Detail Data Flow in the Turbo Decoder . . . . . . . . . . . . . . . . . . . . . . . . 22
6.3 The Operation of the Sliding Windows . . . . . . . . . . . . . . . . . . . . . . . . 23
6.4 Detail Sub-module Design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
6.4.1 Depuncture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
6.4.2 Transition Metric Unit . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
6.4.3 Forward and Backward Metric Unit . . . . . . . . . . . . . . . . . . . . . 24
6.4.4 LLR Unit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
6.4.5 Interleaving ROM and RAM . . . . . . . . . . . . . . . . . . . . . . . . . 25
6.4.6 Control Logic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
6.5 Verication Procedure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
7 Optimization Scheme 30
7.1 Theoretical Hardware Complexity Analysis . . . . . . . . . . . . . . . . . . . . . 30
7.2 Critical Signals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
7.3 Lc Value in Turbo Decoder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
8 Chip Design Result 35
8.1 Design Flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
8.2 Chip Performance and Layout Summary . . . . . . . . . . . . . . . . . . . . . . . 35
9 Conclusions and Future Work 38
9.1 Conclusions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
9.2 Future Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38

A MIMO Receiver SOC for CDMA Applications.pdf

344.28 KB, 下载次数: 63 , 下载积分: 资产 -2 信元, 下载支出 2 信元

发表于 2009-5-16 16:59:39 | 显示全部楼层
发表于 2009-5-18 09:18:02 | 显示全部楼层
i need it near by
so i can use it today
发表于 2009-7-11 11:21:52 | 显示全部楼层
thanks
发表于 2009-7-11 20:53:15 | 显示全部楼层
多谢分享!!
发表于 2009-7-31 14:24:45 | 显示全部楼层
楼主好人啊
发表于 2009-9-4 09:26:38 | 显示全部楼层
Thanks for sharing!
发表于 2011-12-29 15:28:11 | 显示全部楼层
謝謝分享
下載嘞
发表于 2016-5-6 16:36:43 | 显示全部楼层
謝謝樓主分享
发表于 2016-5-6 16:46:06 | 显示全部楼层
3ks.lz
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-5 20:25 , Processed in 0.032771 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表