Personal tools

Difference between revisions of "4th Generation Synchronization"

From iis-projects

Jump to: navigation, search
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[File:LTE Synchronization.png|thumb]]
 
[[File:LTE Synchronization.png|thumb]]
 +
 
==Short Description==
 
==Short Description==
 
Wireless communication imposes immense challenges on receiver design
 
Wireless communication imposes immense challenges on receiver design
Line 11: Line 12:
 
data which allows the MS to synchronize in time and frequency to its
 
data which allows the MS to synchronize in time and frequency to its
 
serving BTS. Each cellular standard (GSM, UMTS, LTE) has its own set
 
serving BTS. Each cellular standard (GSM, UMTS, LTE) has its own set
of synchronization signals. In this work, the case for LTE and
+
of synchronization signals.
LTE-Advanced shall be analyzed.
 
  
LTE synchronization consists of 4 parts:
+
LTE synchronization consists of 4 parts [1-5]:
 
# LTE center frequency detection.
 
# LTE center frequency detection.
 
# OFDM symbol timing and fractional frequency offset detection.
 
# OFDM symbol timing and fractional frequency offset detection.
 
# LTE specific Primary Synchronization Sequence (PSS) detection.
 
# LTE specific Primary Synchronization Sequence (PSS) detection.
 
# LTE specific Secondary Synchronization Sequence (SSS) detection.
 
# LTE specific Secondary Synchronization Sequence (SSS) detection.
During this project, the student is asked to find a complete
+
A Matlab model performing above detection exists. During this project, the student is asked to find a suitable ASIC architecture for LTE synchronization, implement it, and send a chip to fabrication. The fabricated chip can then be tested on a commercial chip tester.
synchronization approach for the LTE system and test it on an RF/FPGA
 
testbed. The testbed includes an RF chip connected to an FPGA which in
 
turn is connected to a PC.
 
<!--
 
===Status: Completed ===
 
: Fall Semester 2014 (sem13h2)
 
: Matthias Baer, Renzo Andri
 
--->
 
===Status: In Progress ===
 
: Student: Elis Nycander
 
: Supervision: [[:User:Weberbe|Benjamin Weber]], [[:User:Belfanti|Sandro Belfanti]]
 
  
===Professor===
+
===Status: Obsolete ===
: [http://www.iis.ee.ethz.ch/portrait/staff/huang.en.html Qiuting Huang]
+
: Contact: [[:User:Weberbe|Benjamin Weber]]
  
 +
==References==
 +
[1] K. Manolakis, D.M. Gutierrez Estevez, V. Jungnickel, W. Xu, and C. Drewes. A Closed Concept for Synchronization and Cell Search in 3GPP LTE Systems. In ''Wireless Communications and Networking Conference'', 2009. WCNC 2009. IEEE, pages 1–6, April 2009.
  
[[Category:Digital]]
+
[2] W. Xu and K. Manolakis. Robust Synchronization for 3GPP LTE Systems. In ''Global Telecommunications Conference (GLOBECOM 2010)'', 2010 IEEE, pages 1–5, Dec 2010.
[[Category:Analog]]
 
[[Category:In progress]]
 
[[Category:Master Thesis]]
 
[[Category:FPGA]]
 
[[Category:Telecommunications]]
 
[[Category:Weberbe]]
 
[[Category:Belfanti]]
 
  
<!--  
+
[3] Jung-In Kim, Jung-Su Han, Hee-Jin Roh, and Hyung-Jin Choi. SSS Detection Method for Initial Cell Search in 3GPP LTE FDD/TDD Dual Mode Receiver. In ''Communications and Information Technology'', 2009. ISCIT 2009. 9th International Symposium on, pages 199–203, Sept 2009.
  
COPY PASTE FROM THE LIST BELOW TO ADD TO CATEGORIES
+
[4] H. Xu, R.N. Challa, and H.A. Mahmoud. Frequency Scan Method for Determining the System Center Frequency for LTE TDD, September 6 2013. WO Patent App. PCT/US2013/028,674.
  
GROUP
+
[5] T. Erpek, K. Steadman, R. Krishnan, and Qiao Chen. LTE Signal Classification and Center Frequency Detection Without Priori Information. In ''Dynamic Spectrum Access Networks (DYSPAN)'', 2012 IEEE International Symposium on, pages 299–304, Oct 2012.
[[Category:Digital]]
 
    SUB CATEGORIES
 
    [[Category:ASIC]]
 
    [[Category:FPGA]]
 
    [[Category:Cryptography]]
 
    [[Category:System Design]]
 
    [[Category:Processor]]
 
    [[Category:Telecommunications]]
 
    [[Category:System Design]]
 
    [[Category:Modelling]]
 
  
 
+
[[Category:Weberbe]]
[[Category:Analog]]
 
[[Category:Nano-TCAD]]
 
[[Category:Nano Electronics]]
 
 
 
STATUS
 
[[Category:Available]]
 
[[Category:In progress]]
 
[[Category:Completed]]
 
[[Category:Hot]]
 
 
 
TYPE OF WORK
 
[[Category:Semester Thesis]]
 
[[Category:Master Thesis]]
 
[[Category:PhD Thesis]]
 
[[Category:Research]]
 
 
 
NAMES OF EU/CTI/NT PROJECTS
 
[[Category:UltrasoundToGo]]
 
[[Category:IcySoC]]
 
[[Category:PSocrates]]
 
[[Category:UlpSoC]]
 
[[Category:Qcrypt]]
 
[[Category:PULP]]
 
[[Category:ArmaSuisse]]
 
 
 
YEAR (IF FINISHED)
 
[[Category:2010]]
 
[[Category:2011]]
 
[[Category:2012]]
 
[[Category:2013]]
 
[[Category:2014]]
 
[[Category:2015]]
 
 
 
--->
 

Latest revision as of 16:56, 14 April 2016

LTE Synchronization.png

Short Description

Wireless communication imposes immense challenges on receiver design in case the transmitter and receiver are not synchronized. Strongly centralized network topologies such as cellular communication networks rely on high-quality hardware at the base transceiver station (BTS). This allows the network to be in sync with a common external signal (such as GPS). On the Mobile Station (MS) side, however, it cannot be guaranteed that such an external common clock signal is available at all times. Therefore, the BTS transmits synchronization data which allows the MS to synchronize in time and frequency to its serving BTS. Each cellular standard (GSM, UMTS, LTE) has its own set of synchronization signals.

LTE synchronization consists of 4 parts [1-5]:

  1. LTE center frequency detection.
  2. OFDM symbol timing and fractional frequency offset detection.
  3. LTE specific Primary Synchronization Sequence (PSS) detection.
  4. LTE specific Secondary Synchronization Sequence (SSS) detection.

A Matlab model performing above detection exists. During this project, the student is asked to find a suitable ASIC architecture for LTE synchronization, implement it, and send a chip to fabrication. The fabricated chip can then be tested on a commercial chip tester.

Status: Obsolete

Contact: Benjamin Weber

References

[1] K. Manolakis, D.M. Gutierrez Estevez, V. Jungnickel, W. Xu, and C. Drewes. A Closed Concept for Synchronization and Cell Search in 3GPP LTE Systems. In Wireless Communications and Networking Conference, 2009. WCNC 2009. IEEE, pages 1–6, April 2009.

[2] W. Xu and K. Manolakis. Robust Synchronization for 3GPP LTE Systems. In Global Telecommunications Conference (GLOBECOM 2010), 2010 IEEE, pages 1–5, Dec 2010.

[3] Jung-In Kim, Jung-Su Han, Hee-Jin Roh, and Hyung-Jin Choi. SSS Detection Method for Initial Cell Search in 3GPP LTE FDD/TDD Dual Mode Receiver. In Communications and Information Technology, 2009. ISCIT 2009. 9th International Symposium on, pages 199–203, Sept 2009.

[4] H. Xu, R.N. Challa, and H.A. Mahmoud. Frequency Scan Method for Determining the System Center Frequency for LTE TDD, September 6 2013. WO Patent App. PCT/US2013/028,674.

[5] T. Erpek, K. Steadman, R. Krishnan, and Qiao Chen. LTE Signal Classification and Center Frequency Detection Without Priori Information. In Dynamic Spectrum Access Networks (DYSPAN), 2012 IEEE International Symposium on, pages 299–304, Oct 2012.