SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Cell Reference Signal and
Mapping
Yanuar T. Aditya N.
Cell Reference Signal are used for…
• Cell search and initial acquisition
• Downlink channel estimation at the UE
• Downlink channel quality measurements
Cell Search
Downlink RS (Reference Signals)
• Transmitted by each antenna (currently using
single antenna)
– Freq. domain spacing is 6 subcarrier
– Time domain spacing is 4 OFDM symbols
Screenshot #1
CELL ID = 0 ; B/W = 10 MHz
Screenshot #2
CELL ID = 1 ; B/W = 10 MHz
Screenshot #3
CELL ID = 6 ; B/W = 10 MHz
Cell RS Equation
• Shall be transmitted in all downlink subframes
• Shall be transmitted in one or several antennas
for number_of_slot=1:20
for ofdm_symbol=1:7
calculate rofdm_symbol,number_of_slot(m)
m = 0,1,…,2*N_RB - 1
Pseudo-Random Sequence Generator
• Initialized with
• Then, initialize the the Gold-Sequence m_seq1
and m_seq2. Each has 31-bit length.
for length=1:31
if length=1
m_seq1[length] = 1
else
m_seq1[length] = 0
…more
• m_seq2 denoted by (need cinit)
for length=1:31
m_seq2[length] = c_init mod 2
c_init = c_init / 2
So far…
for length=1:31
{
if length=1
m_seq1[length] = 1
else
m_seq1[length] = 0
}
for number_of_slot=1:20
for ofdm_symbol=1:7
{
calc_c_init()
for length=1:31
{
m_seq2[length] = c_init mod 2
c_init = c_init / 2
}
calc_pseudo_rand()
calc_cell_RS()
}
calc_pseudo_rand()
{
for n=1:M_pn+Nc
{
m_seq1[n+31]=m_seq1[n+3]^m_seq1[n]
m_seq2[n+31]=m_seq2[n+3]^m_seq2[n+2]^m_seq2[n+1]^m_seq2[n]
}
for n=1:M_pn
{
pseudo_rand[n]=m_seq1[n+Nc]^m_seq2[n+Nc]
}
}
The cell RS value
…init m_seq1
for number_of_slot=1:20
for ofdm_symbol=1:7
{
…init c_init
…init m_seq2
…calc_pseudo_rand()
for m_index=1:N_RB*2
{
out_signal[number_of_slot][ofdm_symbol][m_index].re =
(1-2*pseudo_rand_seq[2*m_index])/SQRT_2;
out_signal[number_of_slot][ofdm_symbol][m_index].im =
((1-2*pseudo_rand_seq[2*m_index+1])/SQRT_2);
}
}
Mapping
…more
Poured into code
for num_sub=1:2*N_RB /* 1 to 100 on 10 MHz */
for ofdm_sym=1:7
{
if antenna_port == 0 || antenna_port == 1
{
check_v01_value()
slot[6 * num_sub + (v + v_shift)][ofdm_symb] = cell_RS[l][num_sub]
}
else if antenna_port == 2 || antenna_port == 3
{
check_v23_value()
slot[6 * num_sub + (v + v_shift)][ofdm_symb] = cell_RS[l][num_sub]]
}
}
Result
Q & A

Weitere ähnliche Inhalte

Was ist angesagt?

All Digital Phase Lock Loop 03 12 09
All Digital Phase Lock Loop 03 12 09All Digital Phase Lock Loop 03 12 09
All Digital Phase Lock Loop 03 12 09imranbashir
 
Design of all digital phase locked loop (d pll) with fast acquisition time
Design of all digital phase locked loop (d pll) with fast acquisition timeDesign of all digital phase locked loop (d pll) with fast acquisition time
Design of all digital phase locked loop (d pll) with fast acquisition timeeSAT Journals
 
Addressing mode and instruction set using 8051
Addressing mode and instruction set using 8051Addressing mode and instruction set using 8051
Addressing mode and instruction set using 8051logesh waran
 
224698998 moshell-commands
224698998 moshell-commands224698998 moshell-commands
224698998 moshell-commandsAchmad Salsabil
 
3.a novel realization of reversible lfsr for its application in cryptography
3.a novel realization of reversible lfsr for its application in cryptography3.a novel realization of reversible lfsr for its application in cryptography
3.a novel realization of reversible lfsr for its application in cryptographyPvrtechnologies Nellore
 
Es'hail2 1er satellite radioamateur géostationnaire QATAR OSCAR-100
Es'hail2 1er satellite radioamateur géostationnaire QATAR OSCAR-100Es'hail2 1er satellite radioamateur géostationnaire QATAR OSCAR-100
Es'hail2 1er satellite radioamateur géostationnaire QATAR OSCAR-100Passion Radio Amateur
 
PHASE LOCKED LOOP FOR GSM 900
PHASE LOCKED LOOP FOR  GSM 900PHASE LOCKED LOOP FOR  GSM 900
PHASE LOCKED LOOP FOR GSM 900chirag2003
 
8051 experiments1
8051 experiments18051 experiments1
8051 experiments1tt_aljobory
 
Docfoc.com ericsson commands
Docfoc.com ericsson commandsDocfoc.com ericsson commands
Docfoc.com ericsson commandsadel kaoubi
 
Ericsson commond list, bss+nss=oss
Ericsson commond list, bss+nss=ossEricsson commond list, bss+nss=oss
Ericsson commond list, bss+nss=ossHossein Abbasi
 
Lec14 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Se...
Lec14 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Se...Lec14 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Se...
Lec14 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Se...Hsien-Hsin Sean Lee, Ph.D.
 
D Belver FEE for Trasgos
D Belver  FEE for TrasgosD Belver  FEE for Trasgos
D Belver FEE for TrasgosMiguel Morales
 
Constructing circuits for boolean expressions(gate)
Constructing circuits for boolean expressions(gate)Constructing circuits for boolean expressions(gate)
Constructing circuits for boolean expressions(gate)Abdur Rehman
 

Was ist angesagt? (20)

All Digital Phase Lock Loop 03 12 09
All Digital Phase Lock Loop 03 12 09All Digital Phase Lock Loop 03 12 09
All Digital Phase Lock Loop 03 12 09
 
Project lfsr
Project lfsrProject lfsr
Project lfsr
 
Design of all digital phase locked loop (d pll) with fast acquisition time
Design of all digital phase locked loop (d pll) with fast acquisition timeDesign of all digital phase locked loop (d pll) with fast acquisition time
Design of all digital phase locked loop (d pll) with fast acquisition time
 
Addressing mode and instruction set using 8051
Addressing mode and instruction set using 8051Addressing mode and instruction set using 8051
Addressing mode and instruction set using 8051
 
NT1065 LE DS v2.04
NT1065 LE DS v2.04NT1065 LE DS v2.04
NT1065 LE DS v2.04
 
224698998 moshell-commands
224698998 moshell-commands224698998 moshell-commands
224698998 moshell-commands
 
3.a novel realization of reversible lfsr for its application in cryptography
3.a novel realization of reversible lfsr for its application in cryptography3.a novel realization of reversible lfsr for its application in cryptography
3.a novel realization of reversible lfsr for its application in cryptography
 
Ospf area types
Ospf area typesOspf area types
Ospf area types
 
Commands...
Commands...Commands...
Commands...
 
L3 f10 2
L3 f10 2L3 f10 2
L3 f10 2
 
Es'hail2 1er satellite radioamateur géostationnaire QATAR OSCAR-100
Es'hail2 1er satellite radioamateur géostationnaire QATAR OSCAR-100Es'hail2 1er satellite radioamateur géostationnaire QATAR OSCAR-100
Es'hail2 1er satellite radioamateur géostationnaire QATAR OSCAR-100
 
FINISHED_CODE
FINISHED_CODEFINISHED_CODE
FINISHED_CODE
 
PHASE LOCKED LOOP FOR GSM 900
PHASE LOCKED LOOP FOR  GSM 900PHASE LOCKED LOOP FOR  GSM 900
PHASE LOCKED LOOP FOR GSM 900
 
8051 experiments1
8051 experiments18051 experiments1
8051 experiments1
 
Docfoc.com ericsson commands
Docfoc.com ericsson commandsDocfoc.com ericsson commands
Docfoc.com ericsson commands
 
Ericsson commond list, bss+nss=oss
Ericsson commond list, bss+nss=ossEricsson commond list, bss+nss=oss
Ericsson commond list, bss+nss=oss
 
Robotics lec7
Robotics lec7Robotics lec7
Robotics lec7
 
Lec14 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Se...
Lec14 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Se...Lec14 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Se...
Lec14 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Se...
 
D Belver FEE for Trasgos
D Belver  FEE for TrasgosD Belver  FEE for Trasgos
D Belver FEE for Trasgos
 
Constructing circuits for boolean expressions(gate)
Constructing circuits for boolean expressions(gate)Constructing circuits for boolean expressions(gate)
Constructing circuits for boolean expressions(gate)
 

Andere mochten auch

Andere mochten auch (7)

Carrier Aggregation for LTE-A
Carrier Aggregation for LTE-ACarrier Aggregation for LTE-A
Carrier Aggregation for LTE-A
 
Fusi PDSCH
Fusi PDSCHFusi PDSCH
Fusi PDSCH
 
A 01-quick-introduction-to-digital-communication-system
A 01-quick-introduction-to-digital-communication-systemA 01-quick-introduction-to-digital-communication-system
A 01-quick-introduction-to-digital-communication-system
 
IoT in LTE
IoT in LTEIoT in LTE
IoT in LTE
 
Milk powerpoint
Milk powerpointMilk powerpoint
Milk powerpoint
 
LTE Essential Patent Analysis 1Q 2010
LTE Essential Patent Analysis 1Q 2010LTE Essential Patent Analysis 1Q 2010
LTE Essential Patent Analysis 1Q 2010
 
Throughput Calculation for LTE TDD and FDD System
Throughput Calculation for  LTE TDD and FDD SystemThroughput Calculation for  LTE TDD and FDD System
Throughput Calculation for LTE TDD and FDD System
 

Ähnlich wie Cell Reference Signal and Mapping

Ähnlich wie Cell Reference Signal and Mapping (20)

Amplitude Modulation (AM)
Amplitude Modulation (AM)Amplitude Modulation (AM)
Amplitude Modulation (AM)
 
Ssbsc
SsbscSsbsc
Ssbsc
 
Topic - NMR spectroscopy.ppt
Topic - NMR spectroscopy.pptTopic - NMR spectroscopy.ppt
Topic - NMR spectroscopy.ppt
 
Digital communication
Digital communicationDigital communication
Digital communication
 
Lecture intro to_wcdma
Lecture intro to_wcdmaLecture intro to_wcdma
Lecture intro to_wcdma
 
ltewp
ltewpltewp
ltewp
 
Chapter7_Lathi_4thed_JAN_2021.pptx
Chapter7_Lathi_4thed_JAN_2021.pptxChapter7_Lathi_4thed_JAN_2021.pptx
Chapter7_Lathi_4thed_JAN_2021.pptx
 
NMR INSTRUMENTATION
NMR INSTRUMENTATIONNMR INSTRUMENTATION
NMR INSTRUMENTATION
 
Ei unit 2
Ei unit 2Ei unit 2
Ei unit 2
 
Unit 3.pptx
Unit 3.pptxUnit 3.pptx
Unit 3.pptx
 
Rf coils smim_dks_2016
Rf coils smim_dks_2016Rf coils smim_dks_2016
Rf coils smim_dks_2016
 
Analysis of Space Time Codes Using Modulation Techniques
Analysis of Space Time Codes Using Modulation TechniquesAnalysis of Space Time Codes Using Modulation Techniques
Analysis of Space Time Codes Using Modulation Techniques
 
Analysis and Simulation of Pseudo Ranging Noise codes for Geo-Stationary Sate...
Analysis and Simulation of Pseudo Ranging Noise codes for Geo-Stationary Sate...Analysis and Simulation of Pseudo Ranging Noise codes for Geo-Stationary Sate...
Analysis and Simulation of Pseudo Ranging Noise codes for Geo-Stationary Sate...
 
Gps signals
Gps signalsGps signals
Gps signals
 
power point presentation of wireless communications
power point presentation of wireless communicationspower point presentation of wireless communications
power point presentation of wireless communications
 
Interference cancellation in uwb systems
Interference cancellation in uwb systemsInterference cancellation in uwb systems
Interference cancellation in uwb systems
 
Chapter 3 am receivers
Chapter 3 am receiversChapter 3 am receivers
Chapter 3 am receivers
 
Progress seminar
Progress seminarProgress seminar
Progress seminar
 
IMT Advanced
IMT AdvancedIMT Advanced
IMT Advanced
 
OFDM Basics.ppt
OFDM Basics.pptOFDM Basics.ppt
OFDM Basics.ppt
 

Kürzlich hochgeladen

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 

Kürzlich hochgeladen (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 

Cell Reference Signal and Mapping

  • 1. Cell Reference Signal and Mapping Yanuar T. Aditya N.
  • 2. Cell Reference Signal are used for… • Cell search and initial acquisition • Downlink channel estimation at the UE • Downlink channel quality measurements
  • 4. Downlink RS (Reference Signals) • Transmitted by each antenna (currently using single antenna) – Freq. domain spacing is 6 subcarrier – Time domain spacing is 4 OFDM symbols
  • 5. Screenshot #1 CELL ID = 0 ; B/W = 10 MHz
  • 6. Screenshot #2 CELL ID = 1 ; B/W = 10 MHz
  • 7. Screenshot #3 CELL ID = 6 ; B/W = 10 MHz
  • 8. Cell RS Equation • Shall be transmitted in all downlink subframes • Shall be transmitted in one or several antennas for number_of_slot=1:20 for ofdm_symbol=1:7 calculate rofdm_symbol,number_of_slot(m) m = 0,1,…,2*N_RB - 1
  • 9. Pseudo-Random Sequence Generator • Initialized with • Then, initialize the the Gold-Sequence m_seq1 and m_seq2. Each has 31-bit length. for length=1:31 if length=1 m_seq1[length] = 1 else m_seq1[length] = 0
  • 10. …more • m_seq2 denoted by (need cinit) for length=1:31 m_seq2[length] = c_init mod 2 c_init = c_init / 2
  • 11. So far… for length=1:31 { if length=1 m_seq1[length] = 1 else m_seq1[length] = 0 } for number_of_slot=1:20 for ofdm_symbol=1:7 { calc_c_init() for length=1:31 { m_seq2[length] = c_init mod 2 c_init = c_init / 2 } calc_pseudo_rand() calc_cell_RS() } calc_pseudo_rand() { for n=1:M_pn+Nc { m_seq1[n+31]=m_seq1[n+3]^m_seq1[n] m_seq2[n+31]=m_seq2[n+3]^m_seq2[n+2]^m_seq2[n+1]^m_seq2[n] } for n=1:M_pn { pseudo_rand[n]=m_seq1[n+Nc]^m_seq2[n+Nc] } }
  • 12. The cell RS value …init m_seq1 for number_of_slot=1:20 for ofdm_symbol=1:7 { …init c_init …init m_seq2 …calc_pseudo_rand() for m_index=1:N_RB*2 { out_signal[number_of_slot][ofdm_symbol][m_index].re = (1-2*pseudo_rand_seq[2*m_index])/SQRT_2; out_signal[number_of_slot][ofdm_symbol][m_index].im = ((1-2*pseudo_rand_seq[2*m_index+1])/SQRT_2); } }
  • 15. Poured into code for num_sub=1:2*N_RB /* 1 to 100 on 10 MHz */ for ofdm_sym=1:7 { if antenna_port == 0 || antenna_port == 1 { check_v01_value() slot[6 * num_sub + (v + v_shift)][ofdm_symb] = cell_RS[l][num_sub] } else if antenna_port == 2 || antenna_port == 3 { check_v23_value() slot[6 * num_sub + (v + v_shift)][ofdm_symb] = cell_RS[l][num_sub]] } }
  • 17. Q & A