跳到主要內容

臺灣博碩士論文加值系統

(98.80.143.34) 您好!臺灣時間:2024/10/16 08:26
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:林家禾
研究生(外文):Jia-he Lin
論文名稱:以FPGA實現DVB-T/H系統之二維一維與AGC-CR通道等化技術
論文名稱(外文):FPAG Realization of AGC-CR and 2D/1D Channel Equalization Techniques for DVB-T/H OFDM System
指導教授:薛木添
學位類別:碩士
校院名稱:國立中央大學
系所名稱:電機工程研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2007
畢業學年度:95
語文別:英文
論文頁數:58
中文關鍵詞:應用於數位電視廣播系統之頻域通道等化技術
外文關鍵詞:FEQ techniques for DVB-T/H system
相關次數:
  • 被引用被引用:0
  • 點閱點閱:184
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
目前在台灣,數位電視廣播系統的規格有應用於固定式接收的DVB-T與適用於移動式接收的DVB-H。在DVB-T/H的系統中,為了補償符碼通過通道時的失真,我們會在接收端使用頻域等化器的設計。在傳統上通道估測是依據訓練樣本來訓練頻域等化器的係數,然後再使用一維的內插技術來估測其他子通道。而在移動式的環境中,我們會使用傳統的通道估測以及二維的內插技術來追蹤因接收端的移動所造成的通道變化。
另外一種等化技術是以LMS演算法為基礎,將頻域等化器之係數收斂到最小誤差。然而LMS演算法的收斂條件需要針對每個子通道來求得適當的Step-size,當子通道數目增加時,Step-size求得將會非常繁雜且收歛速度不一。因此,我們提出一套基於自動增益控制與載波回覆概念之改進的頻域等化器演算法。此頻域等化器可使每個子通道係數在相同且單一的Step-size參數下,能夠快速收歛並且具有良好的通道雜訊抵抗能力。最後,我們提出一套以CORDIC為基礎的頻域等化器電路架構。在傳統的通道估測需要乘法以及除法器來計算等化器的係數,而以CORDIC為基礎的頻域等化器則只需要加法器便可計算等化器的係數。本論文將會討論各種應用於DVB-T/H系統的等化技術的理論與模擬,以及在FPGA上實現的結果比較。
Presently Digital Video Broadcasting standard has immobile Terrestrial(DVB-T) and
mobile Handheld (DVB-H) in Taiwan. For removing the multi-path channel effects, a frequency
domain equalizers is usually employed in the receiver. Conventionally, the subchannel responses
are estimated by using known training sequence for channel estimation. Then one-dimension
interpolation techniques are used to calculate the channel responses or the equalizer coefficients
of other sub-tones. In mobile environment we use conventional channel estimation and twodimension
interpolation techniques for tracking the channel variation with mobile receiver.
An alternative equalization technique is to base on the LMS algorithm for converging the
coefficients of FEQ to the minimum error. But it needs to compute proper step-size for each
sub-channel to satisfy convergent rule. Besides, convergent speeds of all sub-channels will not be
all the same while the conventional LMS algorithm is applied, especially when the sub-channel
number is large. According to this reason we propose an improved equalization algorithm based
on automatic gain control and carrier recovery techniques. This algorithm needs only single
step-size for all sub-channels to have high and almost equal convergent speed and resistant
ability to the channel effect. Finally we propose an equalization algorithm based on CORDIC.
In conventional channel estimation we need multiplication and division for estimate equalization
coefficients. But with the proposed equalization based on CORDIC we may estimate equalizer
coefficients by adders. In this thesis we will discuss the theory, similation and FPGA emulation
of several equalization techniques applied in DVB-T/H system.
Chapter 1 Introduction 1

1.1 Motivation . . . . . . . . . . . . . . . . . . . 1
1.2 Theisis Organization . . . . . . .. . . . . . . . 2

Chapter 2 OFDM System and DVB-T/H Standard 3

2.1 OFDM System . . . . . . . . . . . . . . . . . . . 3
2.1.1 Multi-carrier Modulation System . . . . . . . . 3
2.1.2 DFT/IDFT concept .. . . . . . . . . . . . . . . 4
2.2 DVB-T/H Standard . . . . . . . .. . . . . . . . . 7
2.2.1 Transmission Parameters . . . . . . . . . . . . 7
2.2.2 Cyclic Prefix . . . . . . . . . . . . . . . . . 7
2.2.3 Reference Signal . . . . . .. . . . . . . . . . 9

Chapter 3 Frequency-Domain Equalizer in DVB-T/H System 12

3.1 FEQ System . . . . . . . .. . . . . . . . . . . . 12
3.2 Channel Estimation . . . . . . . . . . . . . . . 14
3.3 Interpolation . . . . . . . . . . . . . . . . . . 16
3.3.1 Piecewise Linear Estimation . . . . . . . . . . 16
3.3.2 Gaussian Estimation . . . . . . . . . . . . . . 17
3.3.3 Cubic-Spline Estimation . . . . . . . . . . . . 17
3.3.4 Parabolic Estimation . . . . . . . . . . . . . 18
3.3.5 Wiener Filter Estimation . . . . . . . . . . . 18
3.4 Channel Estimation with 1-D and 2-D Interpolation 19
3.4.1 1-D Interpolation with Pilot Tone . . . . . . . 20
3.4.2 2-D Interpolation with Pilot Tone . . . . . . . 24
3.5 Auto Gain Control Carry Recovery . . . .. . . . . 26
3.5.1 Conventional Adaptive FEQ with LMS Algorithm . 26
3.5.2 Concept and Algorithm of AGC-CR Based FEQ . . . 28
3.6 CORDIC Channel Equalization . . . . . . . . . . . 30
3.6.1 Concept . . . . . . . . . . . . . . . . . . . . 30
3.6.2 Rotation mode . . . . . . . . . . . . . . . . . 30
3.6.3 Vectoring mode . . . . . . . . . .. . . . . . . 33
3.6.4 Frequency Equalization with CORDIC Vectoring mode 34
Chapter 4 Simulation and Implementation 38
4.1 Simulation Background . . . . . . . . . . . . . . . .. . . . . . 38
4.2 1-D and 2-D Interpolation . . . . . . . . . . . . . . . . . . . . 38
4.3 AGC-CR . . . . . . . . . . . . . . . . . . . . . 40
4.4 CORDIC . . . . . . . . . . . . . . . . . . . . . 40
4.5 FPGA Results . . . . . . . . . . . . . . . . . . . . . . . 44
Chapter 5 Conclusion and Future work 45
Bibliography 46
[1] ”DSL Simulation Techniques and Standareds Development for Digital Subscriber Line Systems
chapter1” Walter Y, Chen, Macmillan Technical Publishing.

[2] ”ETSI EN 300 744 V1.5.1 Digital Video Broadcasting(DVB) Framing structure, channel
coding and modulation for digital terrestrial television”

[3] ”Transmission Techniques for Digital Terrestrial TV Broadcasting” , Hikmet Sari, Georges
Karam, and Isabelle Jeanclaude, IEEE Communications Magazine , February 1995

[4] ”Channel Estimation for OFDM Systems Based On Comb-Type Pilot Arrangement in Frequency
Selective Fading Channels”, Meng-Han Hsieh and Che-Ho Wei, Department of Electronics
Engineering National Chiao Tung University, Hsinchu, Taiwan 30050, R.O.C.

[5] Y. Zhao and A. Huang, ”A novel channel estimation method for OFDM mobile communication
systems based on pilot signals and transform-domain processing”, in Proc. IEEE 47th
Vehicular Technology Conference, Phoenix, USA, MAY 1997, pp. 2089-2093

[6] ”A Comparative Investigation on Channel Estimation Algorithms for OFDM in Mobile Communications”,
Seog Geun Kang, Member, IEEE, Yong Min Ha, and Eon Kyeong Joo, Member,
IEEE

[7] J. Rinne and M. Renfors, Pilot spacing in orthogonal frequency division multiplexing systems
on practical channels, IEEE Trans. Consumer Electron., vol. 42, no. 4, pp. 959V962, Nov.
1996.

[8] S. Sampei and T. Sunaga, Rayleigh fading compensation for QAM in land mobile radio
communications, IEEE Trans. Veh. Technol., vol. 42, no. 2, pp. 137V147, May 1993.

[9] DSL Simulation Techniques and Standards Development for Digital Subscriber Line Systems
chapter8,Walter Y, Chen, Macmillan Technical Publishing
46

[10] Adaptive Filters Theory 4th Edition chapter5, Simon Haykin, Prentice Hall.

[11] Interpolation in Digital Modems-Part 11: Implementation and PerformanceFloyd M. Gardner
and Robert A. Harris,Fellow, IEEE

[12] YRJ¨O NEUVO amd WALTER H. KU, ”Analysis and Digital Realization of a Pseudorandom
Gaussian and Impulsive Noise Source”, in IEEE transactions on communications, VOL.
COM-23, NO. 9, SEP. 1975.

[13] A Blind Frequency-Domain Equalization Algorithm For OFDM/DMT System Based On
AGC And Carrier Recovery, M.T. Shiue, S.S. Long, ITC-CSCC2005, Korea

[14] J. E. Volder, ”The CORDIC trigonometeic computing technique.”, IRE Trans. Electron.
Comput. , vol. EC8, no.3, pp.330-334. Sept 1959.

[15] Yu Hen Hu, ”The Quantization Effects of the CORDIC Algorithm”, IEEE Transactions on
Signal Processing, VOL. 40, NO. 4, APRIL 1992.

[16] Ray Andraka, ”A survey of CORDIC algorithms for FPGA based computers”.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top