VU+ Duo 4k change SNR from % to db
Re: VU+ Duo 4k change SNR from % to db #21
Re: VU+ Duo 4k change SNR from % to db #22
Re: VU+ Duo 4k change SNR from % to db #23
Re: VU+ Duo 4k change SNR from % to db #24
Re: VU+ Duo 4k change SNR from % to db #25
Re: VU+ Duo 4k change SNR from % to db #26
Posted 13 May 2020 - 00:04
Hi,
sorry for the late response....
Solo4k:
Tuner A-H Vuplus DVB-S NIM (7376 FBC) (DVB-S2)
Tuner I-J Vuplus DVB-C NIM (SSH108) (DVB-C)
Duo4k:
Tuner A-H Vuplus DVB-S NIM (45308x FBC) (DVB-S2x)
Tuner I-P Vuplus DVB-C NIM (BCM3158) (DVB-C)
The calculation is working for both receiver with different tuners. Same Values.
Still no time to try to implement it in Frontend.cpp
Edited by moli87, 13 May 2020 - 00:05.
Re: VU+ Duo 4k change SNR from % to db #27
Re: VU+ Duo 4k change SNR from % to db #28
Posted 14 May 2020 - 00:30
i did implement this one we were talking about in this thread.....
return "%3.1f dB" % (((self.source.snr / (65536.0 / 100.0)) * 0.1800) - 1.0000)
I did implement this line into each release of FrontendInfo.py, cause the solo4k have openpli 6.2 and the duo4k have openpli 7.2 and it is working for both tuners, both receiver with same values. Everything is working now, no issues or something missing.
For me just perfect.
Cheers,
Edited by moli87, 14 May 2020 - 00:33.
Re: VU+ Duo 4k change SNR from % to db #29
Posted 14 May 2020 - 06:44
Or is this the same for all the dvb-s tuners above? For dvb-c I need a different formula
Where did you get the formula from
Edited by littlesat, 14 May 2020 - 06:48.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: VU+ Duo 4k change SNR from % to db #30
Re: VU+ Duo 4k change SNR from % to db #31
Posted 14 May 2020 - 13:43
Yep I know... but moving it into py means we need remove it from cpp. And then for all tuner types... In addition in renderers in python we should keep the code as simple as possible to gain performance. So keeping it into cpp isn't a bad place... And it is an one time thing for each type of tuner...
I still do not have an overview so I can add it in cpp...
Edited by littlesat, 14 May 2020 - 13:44.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: VU+ Duo 4k change SNR from % to db #32
Posted 14 May 2020 - 13:45
But I see OpenATV did include it partly
for 7376 FBC
https://github.com/o...ntend.cpp#L1438
for BCM3158
https://github.com/o...ntend.cpp#L1438
Also missing there:
Vuplus DVB-C NIM (SSH108)
Vuplus DVB-S NIM (45308x FBC)
So I need formulars for these two...
Edited by littlesat, 14 May 2020 - 13:48.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: VU+ Duo 4k change SNR from % to db #33
Re: VU+ Duo 4k change SNR from % to db #34
Posted 14 May 2020 - 16:55
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: VU+ Duo 4k change SNR from % to db #35
Re: VU+ Duo 4k change SNR from % to db #36
Re: VU+ Duo 4k change SNR from % to db #37
Re: VU+ Duo 4k change SNR from % to db #38
Posted 15 May 2020 - 13:37
Yes it is the same, which i used for both receiver and it is working for both receiver with both tuner (Sat and Cable) There is no different calculation for cable. It works with just that line in FrontendInfo.py:
return "%3.1f dB" % (((self.source.snr / (65536.0 / 100.0)) * 0.1800) - 1.0000)
Stosun, just wanna told you that it is working also for the satellite finder. Nothing other needed and no crashes! Yeah it is a quick and dirty fix but it works like i want.
As i started this thread i did never ask to implement this formula into the image releases, instead of that i did ask where i can find that file to implement it myself and maybe some others can do it also by themself.
I really dont get what you are asking for, cause i did nothing more. I did implement 1 line into the FrontendInfo.py as i did it already 3 years ago.
No other formula for cable or something else what you are asking for. And i got same Values for the tuners.
Re: VU+ Duo 4k change SNR from % to db #39
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users