top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

LTE: How does the Nemo Analyzer calculate the SNR?

+1 vote
427 views

I want to calculate the Snr by myself and I can't do it. Could you please tell me how does the Nemo Analyzer calculate the Snr? Sinr = S/ (I+N) but I can't find the 13.1dB that the Nemo finds.

posted Mar 23, 2017 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

This depends on the UL channel quality, but how do we improve this to Max.

+1 vote

I am using GsmCellLocation to get LAC and cell id for 3G network with below code :

mCid = gmsCellLocation.getCid() & 0xffff;
mLac = gmsCellLocation.getLac();

and is there any library or formula how to get/calculate the correct LAC and cell id for LTE network (4G) ?

...