Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 8 of 8

Thread: A question/request concerning SNR

  1. #1

    Title
    Senior Member
    Join Date
    Oct 2010
    Location
    South West England
    Posts
    155
    Thanks
    27
    Thanked 35 Times in 13 Posts

    A question/request concerning SNR

    Hi,

    As we all know, the Vu boxes do not provide a SNR value in dB but always in percentage. This is something to do with drivers.

    Now, I have checked my friend's Dreambox 800HD receiver and compared the dB value and the percentage value to find a correlation. The correlation seems to be SNR dB = SNR% / 6.21 which gives a more or less accurate conversion.

    So, if my SNR% on the Uno is 34%, which is a just about watchable picture, it converts to SNR dB of around 5.47dB which sounds about right. I *know* that this value shouldn't be taken as gospel and it's purely an indication etc. but I was wondering if it's possible for the VIX team to calculate the dB from the percentage SNR?

    I have played around with OpenWebIF and edited the signal.py file like the following:

    \t<e2snrdb> ''')
    _v = VFFSL(SL,"snr_db",True) # u'$snr_db' on line 4, col 12
    _v = round(_v/6.21,2)
    if _v is not None: write(_filter(_v, rawExpr=u'$snr_db')) # from line 4, col 12.
    write(u''' dB </e2snrdb>
    \t<e2snr> ''')

    After restarting Engima, my http://uno/web/signal changed from:

    <e2frontendstatus>
    <e2snrdb>42 dB</e2snrdb>
    <e2snr>42 %</e2snr>
    <e2ber>0</e2ber>
    <e2acg>65 %</e2acg>
    </e2frontendstatus>

    to

    <e2frontendstatus>
    <e2snrdb>6.76 dB</e2snrdb>
    <e2snr>42 %</e2snr>
    <e2ber>0</e2ber>
    <e2acg>65 %</e2acg>
    </e2frontendstatus>

    This helps for windows based apps which use this path to get signal levels but skins seem to take this information from somewhere else.... So, er.... where? skin.xml seems to look at "FrontendInfo" but I am not sure how I can use skin.xml to change values....

    Any advice/ideas/criticisms?

    CJ
    Last edited by captain jack; 06-09-12 at 22:10.
    Penta 85cm dish (70.5E <> 15W) == Vu+ Uno // Fibo Gregorian 1.2m dish (37.5W <> 42E) == Dr. HD F15

  2. #2
    Rob van der Does's Avatar
    Title
    ViX Beta Tester
    Join Date
    Apr 2010
    Location
    The Netherlands & France
    Posts
    36,269
    Thanks
    1,720
    Thanked 9,461 Times in 6,675 Posts
    STB's are no signal meters. The SNR-read out, whether in % or dB, is always just a value, not calibrated at all. Good for comparison using one and the same box when e.g. aligning a dish, but not for comparing values between boxes.
    So what would be the use of using this not-calibrated value of a Dreambox to convert the percentage-read out of a VU-box?
    The percentage read-out can be used for the very same purpose as any dB-read out: aligning a dish, comparing the SNR of several transponders and see if a transponder has it's usual value in case of disturbed reception. Nothing more, nothing less.

    So percentages are fine; might even call them cows; its the numerical value that counts.

    Help asked via PM will be ignored.
    The forum is there for help and all will benefit from your questions.
    NO CARD SHARING TALK WILL BE TOLERATED, LAN OR WAN, IN OPEN FORUM OR PM !

    English is not my native tongue.
    I apologise for all my grammar, spelling and idiom errors.

  3. #3

    Title
    Senior Member
    Join Date
    Oct 2010
    Location
    South West England
    Posts
    155
    Thanks
    27
    Thanked 35 Times in 13 Posts
    Rob, it's nothing more than a matter of personal preference of how I want my values represented. Same sort of preference as how you want your skin to look.

    All I am asking is where I can change the representation of SNR read-out on the Infobar - that's all.
    Penta 85cm dish (70.5E <> 15W) == Vu+ Uno // Fibo Gregorian 1.2m dish (37.5W <> 42E) == Dr. HD F15

  4. #4
    irishchris's Avatar
    Title
    Moderator
    Join Date
    Mar 2010
    Location
    Ireland
    Posts
    1,777
    Thanks
    1,626
    Thanked 879 Times in 521 Posts
    As far as i remember this option has already been coded into the image. Setup/system/customise off the top of my head. Will check later when home for correct location of this option for you

    Sent from my GT-I9300 using Tapatalk 2
    D I S C L A I M E R
    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    ET8500
    80cm motorised triax TD88


  5. #5

    Title
    Senior Member
    Join Date
    Oct 2010
    Location
    South West England
    Posts
    155
    Thanks
    27
    Thanked 35 Times in 13 Posts
    Yeah, there's an option in System > OSD > Settings but it doesn't change one from the other.
    Penta 85cm dish (70.5E <> 15W) == Vu+ Uno // Fibo Gregorian 1.2m dish (37.5W <> 42E) == Dr. HD F15

  6. #6
    irishchris's Avatar
    Title
    Moderator
    Join Date
    Mar 2010
    Location
    Ireland
    Posts
    1,777
    Thanks
    1,626
    Thanked 879 Times in 521 Posts
    Correct location is menu/setop/system/osd/settings and change infobar reafout from snr to db. Reboot and should then be displayed in db in infobar

    Sent from my GT-I9300 using Tapatalk 2
    D I S C L A I M E R
    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    ET8500
    80cm motorised triax TD88


  7. #7
    irishchris's Avatar
    Title
    Moderator
    Join Date
    Mar 2010
    Location
    Ireland
    Posts
    1,777
    Thanks
    1,626
    Thanked 879 Times in 521 Posts
    Quote Originally Posted by captain jack View Post
    Yeah, there's an option in System > OSD > Settings but it doesn't change one from the other.
    After changing the setting , did you restart your reciever?

    Sent from my GT-I9300 using Tapatalk 2
    D I S C L A I M E R
    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    ET8500
    80cm motorised triax TD88


  8. #8
    Rob van der Does's Avatar
    Title
    ViX Beta Tester
    Join Date
    Apr 2010
    Location
    The Netherlands & France
    Posts
    36,269
    Thanks
    1,720
    Thanked 9,461 Times in 6,675 Posts
    Quote Originally Posted by captain jack View Post
    Yeah, there's an option in System > OSD > Settings but it doesn't change one from the other.
    Correct: most drivers don't support that. so they will always show the same figures, whatever choice has been made.

    Help asked via PM will be ignored.
    The forum is there for help and all will benefit from your questions.
    NO CARD SHARING TALK WILL BE TOLERATED, LAN OR WAN, IN OPEN FORUM OR PM !

    English is not my native tongue.
    I apologise for all my grammar, spelling and idiom errors.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.