You are on page 1of 5

4/16/2015 ShareTechnote

LTE Quick Reference                                   Go Back To Index    Home : www.sharetechnote.com  
   

Keysight Lte Advanced
Get your free chapter from the book LTE & the Evolution to 4G Wireless!

 
 
Reference Signal ­ Downlink
 
Most of the channels (e.g, DPSCH, DPCCH, PBCH etc) is for carrying a special information (a sequence of bits) and they
have some higher layer channel connected to them, but Reference Signal is a special signal that exists only at PHY layer.
This is not for delivering any specific information. The purpose of this Reference Signal is to deliver the reference point
for the downlink power.
 
When UE try to figure out DL power (i.e, the power of the signal from a eNode B), it measure the power of this
reference signal and take it as downlink cell power.
 
These reference signal are carried by multiples of specific Resource Elements in each slots and the location of the
resource elements are specifically determined by antenna configuration.
 
As LTE gets evolved into higher version, we are getting more and more reference signal which is mapped to a specific
antenna port. And we are getting more and more confused as a result ­:)
 
Following shows the reference signals supported by each 3GPP version.
 
3GPP Reference Signal (Antenna Ports)
36.211 V8.9.0 (2010­01) ­ Section 6.10 p0,p1,p2,p3,p4,p5
36 211 V9.1.0 (2010­04) ­ Section 6.10 p0,p1,p2,p3,p4,p5,p6,p7,p8
36.211 V10.7.0 (2013­04) ­ Section 6.10 p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p15,p16,p17,p18,p19,p20,p21,p22
36 211 V11.4.0 (2013­10) ­ Section 6.10 p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p15,p16,p17,p18,p19,p20,p21,p22
  
For the exact Resource Element locations of each reference signal, refer to following pages.
 
RS (Reference Signal) ­ Cell Specific (Antenna port 0,1,2,3)
RS (Reference Signal ) ­ MBSFN (Antenna Port 4)
RS (Reference Signal ) ­ UE Specific (Antenna Port 5,7,8,9,10)
RS (Reference Signal ) ­ Positioning (Antenna Port 6)
RS (Reference Signal ) ­ CSI (Antenna Port 15,16,17,18,19,20,21,22)
 
To implement this signal, you need to go through two steps ­ signal generation and resource allocation.
 
 
Generation of Reference Signal (Symbol Data of the Reference Signal)
 
Signal generation is done by the following procedure. You would notice that Cell ID is a key parameter for the sequence
and you would guess the sequence will be unique for each Cell ID.
 
Another think you would notice here would be that downlink reference signal is a kind of Gold sequence whereas most of
UL reference signal and DL Synchronization signal is based on Zadoff Chu sequence.
 

 
One example of reference signal symbol data is as follows. This is generated by Matlab LTE Toolbox and Refer to Matlab
:ToolBox : LTE : Downlink : Cell Specific Reference Signal for the detailed Matlab source. You don't have to try to
understand the details of how this is generated (If you really want to understand the details of the signal generation. The
only way is to create a program on your own based on the mathematical formula shown above). With this example, you
can just build up some intuitive understandings of reference signal properties. See the constellation, it is QPSK, not
Zadoff Chu.
 
http://www.sharetechnote.com/html/Handbook_LTE_Reference_Signal_Downlink.html 1/5
4/16/2015 ShareTechnote
enb.NDLRB = 6; This is Cell Specific Reference Signal for
enb.CellRefP = 1;     System Bandwidth = 1.4,
enb.NCellID = 10;     TM1,
enb.NSubframe = 0;     PCI = 10,
    Subframe Number = 0

 
 
Resource Allocation (Resource Element Mapping) of Reference Signal
 
Once you have generated the sequence, next step is to allocate each data point of the sequence to a specified resource
elements. That is done by the following process. The resulting location of the process is as shown in  Reference Signal
section of Downlink Frame Structure page.
 

 
Note 1 : The DL Reference Signal (Cell Specific Reference Signal) is mainly determined by Physical Cell ID.
Note 2 : The resource element locations for DL reference signal gets different according to Physical Cell ID, but there is
possibility that the reference signal location with two different physical cell ID can be same if (PCI1 mod 6) == (PCI2
mod 6). (PCI stands for Physical Cell ID). It means that you should be careful when you allocate the physical cell ID for
multiple cells in a specific area. Following is some of examples of Reference Signal Location with different physical cell
IDs.
(I created following subframe structure using LTE Resource Grid and edited to fit the topics of this page)
 

http://www.sharetechnote.com/html/Handbook_LTE_Reference_Signal_Downlink.html 2/5
4/16/2015 ShareTechnote

 
If you examined the location of the reference signal (black cells) shown above, you may ask "According to the RE
mapping formula, the reference signal shift is done by ' CellID mod 6' which imply that the reference signal location
would repeat at every 6 CellID interval, but according to the grid shown above it seems the location repeats at every 3
CellID interval, not 6. Because of this, UE may experience some degree of RS interference at every 3 CellID intervals
even though RS location is shifted by 'CellID mod 6'. (You may see this kind of interference at Intra Frequency
Interference between LTE and LTE with Varying Physical Cell ID (PCI) )
 
Actually this is a kind of illusion. In reality the location repeats at every 6 cellID, but the interval of the reference signal
in frequency domain (vertical direction) repeats at every 3 RE(resource element) and all the reference signal is marked
in a same color (black). That's why it looks as if it repeat at every 3 CellID. To remove this confusion, I marked the RS
at a symbol and marked in different color with 6 REs in vertical direction(I picked only one symbol.. it was too much
work to mark different colors manually in Windows Paint :). Now you may (hopefuly) see the shift by 6 interval.
 

http://www.sharetechnote.com/html/Handbook_LTE_Reference_Signal_Downlink.html 3/5
4/16/2015 ShareTechnote

 
 
Reference Signal (Antenna Port Number) vs Transmission Mode
 
Reference Signals are used for various purpose and the type of reference signal being used varies depending on
transmission mode. Some of the possible combination of refernece signal and transmission mode are as follows.
No of No of DCI Reference Signal (Antenna Port)
TM No of CW No of Layers
Tx Rx Format Control CH PDSCH CSI Meas UE Specific
TM1 1 1 1 1 1, 1A p0 p0 p0 N/A
2 2 1, 1A p0,p1 p0,p1 p0,p1 N/A
TM2 1 2
4 2 1, 1A p0,p1,p2,p3 p0,p1,p2,p3 p0,p1,p2,p3 N/A
2 2 2 1A p0,p1 p0,p1 p0,p1 N/A
1
4 4 2 1A p0,p1,p2,p3 p0,p1,p2,p3 p0,p1,p2,p3 N/A
TM3
2 2 2 2A p0,p1 p0,p1 p0,p1 N/A
2
4 4 2 2A p0,p1,p2,p3 p0,p1,p2,p3 p0,p1,p2,p3 N/A
1 1 1 1A p0 p0 p0 N/A
1 2 2 2 2 p0,p1 p0,p1 p0,p1 N/A
TM4 4 4 2 2 p0,p1,p2,p3 p0,p1,p2,p3 p0,p1,p2,p3 N/A
2 2 2 2 p0,p1 p0,p1 p0,p1 N/A
2
4 4 2 2 p0,p1,p2,p3 p0,p1,p2,p3 p0,p1,p2,p3 N/A
1 2 2 1D p0,p1 p0,p1 p0,p1 N/A
2 2 2 1A p0,p1 p0,p1 p0,p1 N/A
TM5 1
1 4 2 1A,1D p0,p1,p2,p3 p0,p1,p2,p3 p0,p1,p2,p3 N/A
4 4 2 1A,1D p0,p1,p2,p3 p0,p1,p2,p3 p0,p1,p2,p3 N/A
2 2 2 1A,1B p0,p1 p0,p1 p0,p1 N/A
TM6 1
4 4 2 1A,1B p0,p1,p2,p3 p0,p1,p2,p3 p0,p1,p2,p3 N/A
1 1 1 1 p0 p5 ? p5
1 2 2 1 p0,p1 p5 ? p5
TM7 1 1 4 2 1 p0,p1,p3,p4 p5 ? p5
2 2 2 1A p0,p1 p0,p1 p0,p1 N/A
4 4 2 1A p0,p1,p3,p4 p0,p1,p3,p4 p0,p1,p3,p4 N/A
1 2 2 2B p0 p7 or p8 ? p7 or p8

http://www.sharetechnote.com/html/Handbook_LTE_Reference_Signal_Downlink.html 4/5
4/16/2015 ShareTechnote
1 2 2 2 1A p0,p1 p7 or p8 ? p7 or p8
TM8 4 4 2 1A p0,p1,p3,p4 p7 or p8 ? p7 or p8

2 2 2 2B p0,p1 p7,p8 ? p7,p8


2
4 4 2 2B p0,p1,p3,p4 p7,p8 ? p7,p8
1 2 2 2 1A p0,p1 p0,p1 p0,p1 N/A
2 2 2 2C p0,p1 p7,p8 p15,p16 p7,p8
TM9 4 4 2 2C p0,p1 p7,p8 p15,p16,p17,p18 p7,p8
2
p15,p16,p17,p18
8 8 2 2C p0,p1,p3,p4 p7,p8 p7,p8
p19,p20,p21,p22
Note : ',' indicate "AND". (E.g, p0, p1 means that p0 AND p1 are used)
Note : UE Specific means "UE Specific Reference Signal, UE Specific Antenna ports" or is called "DMRS (Demodulation
Reference Signal) as well.
Note : "No of Tx" means the number of Tx antenna on eNodeB and "No of Rx" means number of Rx antenna on UE
Note : TM9 can have much more combinations, but I listed only on the combination I have seen until now (Jun 2014)
 
 
 

http://www.sharetechnote.com/html/Handbook_LTE_Reference_Signal_Downlink.html 5/5

You might also like