Skip to main content

Why does PSS & SSS synchronization need?

Before answering the exact question, let's go back little at once UE is switched on.
When UE is switched on, it feels there are numerous signal around itself with different frequencies. So, it is now confused, with which signal he has to go with? Which is its right signal? So it starts scanning the radio signals which it supports. UE supports some specific bands. Bands contain a range of frequencies like band 7.

Band: 7Uplink Freq: 2500 - 2570 MHzDownlink Freq: 2620 - 2690MHz
So it scans the frequencies which is supported by UE, and read PSS. To know more about how to read PSS and SSS, go to PSS signals and SSS signals.

So, Between UE is turned on and UE starts receiving and sending data it needs to synchronize with it's supported frequencies. This is done by PSS and SSS.

Now, Where is PSS transmitted?
PSS is transmitted in the last symbol of 0th and 10th slot in a frame. It gets repeated in each 5 msec time interval.



The green bar in above pic is the PSS.


What does PSS conveys?
PSS conveys the cell id ( N1) in the group. The range of N1 would be 0 to 2. So total 3 id. PSS helps in synchronizing subframe and slot.


So, Where is the SSS transmitted?
SSS is transmitted in the penultimate symbol of 0th and 10th slot in a frame i.e just before PSS. And same as PSS it gets repeated in each 5 msec time interval.



The yellow bar in above pic is the SSS.


What does SSS conveys?
SSS conveys the cell group id (N2). The range of N2 would be 0 to 167. So total 168 groups. SSS helps in synchronizing frame.


Using cell id and cell group id, we calculate cell identity as N2*3 + N1. So the range of cell id would be 0 to 503. So total 504 cell ids.

Lets, calculate a cell id. If N1 is 1 and N2 is 50, so the cell id would be,

Cell id = 50*3 + 1 = 151


Note, this cell identity is NOT the physical global cell identity (PCI). PCI is always unique across the world and transmitted in SIB1.

So, Let's conclude this post, PSS and SS helps in synchronizing Slot and Frame respectively. As well as helps in finding the Cell id in that region. Till now we just synced with the signal transmitted over the air.


Comments

Post a Comment

Popular posts from this blog

PSS and SSS in LTE (Primary and secondary synchronization signals)

In most of websites I found where do PSS and SSS come and what do these are beneficial for. The thing which most of the LTE learners want to understand is that, "What is exactly those signals?". That is the reason I started this post. PSS & SSS are two synchronization symbols in LTE which help UE (User equipment) to synchronize with network. So, PSS stands for Primary synchronization signal. SSS stands for Secondary synchronization signal. PSS is nothing but a sequence known as Zadoff-Chu Sequence . It comes in last symbol of slot 1 and slot 0. For detail info on where & how does it come, go to PSS and SSS synchronization. Now, What is Zadoff-chu Sequence ? In LTE, Zadoff chu sequence is a combination of complex sequences. These sequences have a special property, known as CAZAC webform. CAZAC stands for " C onstant A mplitude Z ero A utocorrelation". It means when we use this as a synchronization code, the correlation between the ideal sequence ...

Introduction to LTE...

LTE stands for Long Term Evolution. It is the evolved version of already present cellular network architecture. In general term people call it 4G also. But in fact it is NOT a 4G technology standard, it's a 3.9G. LTE-Advance is the actual 4G technology standard. Before going further in to the brain storming architecture and call flows, we should first know the history and evolution of LTE to keep interest in it. So the evolution of a cellular network is as follows in the diagram. As I am too lazy to draw a complete diagram, I have pulled an image of Rohde & Scewarz : [ Click on the image for zoom ] So, There are several organizations who work for cellular network architect such as 3GPP, 3GPP2, IEEE. LTE standard is defined by 3GPP. So anything you read, implement or use for LTE, it should be as per 3GPP standards.  As we are going forward day by day, we see that there are more data hungry applications. LTE will resolve this issue. In the next post we will r...