Thanks a lot!!
DAB radio reception
Re: DAB radio reception #341
Re: DAB radio reception #342
Posted 29 January 2018 - 18:21
Thanks a lot!!
If you look a little bit better, this antenna has several resonant points inside the DAB frequency range, which naturally gives a better result than a simple vertical telescopic antenna.
Re: DAB radio reception #343
Re: DAB radio reception #344
Posted 30 January 2018 - 18:50
It is not available (yet) for OpenPLi, so you need to install the needed packages by hand.
Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....
On the edge of the abyss, a step forward is not always progress....
Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna
Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam
Press the button on the buttom right of this message
Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki
Re: DAB radio reception #345
Re: DAB radio reception #346
Posted 30 January 2018 - 23:49
Today dab-cmdline-sdgradio packages have been updated, and PCM doesn't work at all (DAB).
I have downgraded dab-cmdline-sdgradio-pcm from 1.2+git198+beaa71d-r0 to 1.2+git186+5b3f8e6-r0 (the last one attached several pages before this one) and it works again
Enigma is getting old....
Re: DAB radio reception #347
Posted 31 January 2018 - 21:48
If somebody has time to step on it and fix it would be nice, or at least provide some debug on dab-cmdline author in order to fix the bug.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: DAB radio reception #348
Re: DAB radio reception #349
Posted 24 February 2018 - 10:22
Here is a benchmark of viterbi algorithm (available from spiral.net http://www.spiral.ne.../viterbi.html).
The MIPS doesn't have enough power, that's why it doesn't work (yet?).
During the test I stopped enigma2 (init 4) in order to ensure that program was using full power of receiver.
The Os / O2 / O4 is the optimization flag used to compile viterbi test program. Next to program also there is the unstripped size and stripped size.
osninoplus: MIPS BCM73625
vusolo4k: ARM BCM7376
root@osninoplus:~# ./viterbi.mips.Os (30K / 20K) Code specifications: rate = 1/4 K = 7 (thus 64 states) frame size = 2048 (thus padded frame size = 2054) polynomials = { 109, 79, 83, 109 } Computing error rates over 10000 frames, ebn0 = 3.00 dB, gain = 32 BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Verification: Error rates of a generic decoder BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Execution time for 10000 2054-bit frames: 31.58 sec decoder speed: 648.43 kbits/s root@osninoplus:~# ./viterbi.mips.O2 (30K / 20K) Code specifications: rate = 1/4 K = 7 (thus 64 states) frame size = 2048 (thus padded frame size = 2054) polynomials = { 109, 79, 83, 109 } Computing error rates over 10000 frames, ebn0 = 3.00 dB, gain = 32 BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Verification: Error rates of a generic decoder BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Execution time for 10000 2054-bit frames: 28.06 sec decoder speed: 729.891 kbits/s root@osninoplus:~# ./viterbi.mips.O4 (32K / 22K) Code specifications: rate = 1/4 K = 7 (thus 64 states) frame size = 2048 (thus padded frame size = 2054) polynomials = { 109, 79, 83, 109 } Computing error rates over 10000 frames, ebn0 = 3.00 dB, gain = 32 BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Verification: Error rates of a generic decoder BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Execution time for 10000 2054-bit frames: 28.09 sec decoder speed: 729.085 kbits/s ===================================================== root@vusolo4k:~# ./viterbi.arm.Os (28K / 19K) Code specifications: rate = 1/4 K = 7 (thus 64 states) frame size = 2048 (thus padded frame size = 2054) polynomials = { 109, 79, 83, 109 } Computing error rates over 10000 frames, ebn0 = 3.00 dB, gain = 32 BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Verification: Error rates of a generic decoder BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Execution time for 10000 2054-bit frames: 9.57 sec decoder speed: 2140.02 kbits/s root@vusolo4k:~# ./viterbi.arm.O2 (28K / 19K) Code specifications: rate = 1/4 K = 7 (thus 64 states) frame size = 2048 (thus padded frame size = 2054) polynomials = { 109, 79, 83, 109 } Computing error rates over 10000 frames, ebn0 = 3.00 dB, gain = 32 BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Verification: Error rates of a generic decoder BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Execution time for 10000 2054-bit frames: 7.54 sec decoder speed: 2716.18 kbits/s root@vusolo4k:~# ./viterbi.arm.O4 (32K / 23K) Code specifications: rate = 1/4 K = 7 (thus 64 states) frame size = 2048 (thus padded frame size = 2054) polynomials = { 109, 79, 83, 109 } Computing error rates over 10000 frames, ebn0 = 3.00 dB, gain = 32 BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Verification: Error rates of a generic decoder BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Execution time for 10000 2054-bit frames: 7.53 sec decoder speed: 2719.79 kbits/sThe O2 produce nice results, without increasing the size a lot.
(We compile by default all images using Os flag, in order to reduce binary size, but today's boxes have plenty of flash. Maybe we need to switch back to default O2.)
The ARM binary is more than 3x faster than MIPS!
The x64 binary on Intel® Xeon® CPU E3-1245 V2 @ 3.40GHz and on Intel® Core i7-4980HQ CPU @ 2.80GHz is almost 3x faster than ARM, and of course there also an SSE version.
Execution time for 10000 2054-bit frames: 2.32 sec decoder speed: 8827.59 kbits/s Execution time for 10000 2054-bit frames: 2.46 sec decoder speed: 8311.69 kbits/s
The SSE 4-way version is much faster...
Execution time for 10000 2054-bit frames: 0.70 sec decoder speed: 29257.1 kbits/s
The SSE 16-way version is screaming...
Execution time for 10000 2054-bit frames: 0.28 sec decoder speed: 73142.9 kbits/s
Somebody to create a SIMD version for NEON please?
Attached Files
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: DAB radio reception #350
Posted 24 February 2018 - 10:58
Maybe it could split to be make use of the second thread of the processor.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: DAB radio reception #351
Posted 24 February 2018 - 13:01
Maybe it could split to be make use of the second thread of the processor.
I think dab-cmdline already uses several threads to spread the load. Not sure if multi-threading is used when performing viterbi decoding.
Anyway I was able to use the 4 way SSE with NEON instructions thanks to SSE2NEON (https://github.com/j...ster/SSE2NEON.h)
I compiled using default "OE" values and using cortex-a7 mcpu, cortex-a7 produces slightly better results.
root@vusolo4k:~# ./viterbi.arm.neon Code specifications: rate = 1/4 K = 7 (thus 64 states) frame size = 2048 (thus padded frame size = 2054) polynomials = { 109, 79, 83, 109 } Computing error rates over 10000 frames, ebn0 = 3.00 dB, gain = 32 BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Verification: Error rates of a generic decoder BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Execution time for 10000 2054-bit frames: 6.14 sec decoder speed: 3335.5 kbits/s root@vusolo4k:~# ./viterbi.arm.cortex-a7.neon-vfpv4 Code specifications: rate = 1/4 K = 7 (thus 64 states) frame size = 2048 (thus padded frame size = 2054) polynomials = { 109, 79, 83, 109 } Computing error rates over 10000 frames, ebn0 = 3.00 dB, gain = 32 BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Verification: Error rates of a generic decoder BER 3063/20480000 ( 0.00015) FER 761/10000 ( 0.0761) Execution time for 10000 2054-bit frames: 5.94 sec decoder speed: 3447.81 kbits/sI am sure that NEON instructions can produce better results, once used right.
As I said before (I think I mention it) there is a NEON (and SSE)viterbi decoder available here:
https://github.com/t...src/conv_neon.h
https://github.com/t.../src/conv_dec.c
Most probably we need something like the following.. (But I have no idea how to integrate it to dab-cmdline).
int conv_decode_p4(const int8_t *in, uint8_t *out) { const struct lte_conv_code code = { .n = 4, .k = 7, .len = 2048, .gen = { 109, 73, 83, 109 }, .term = CONV_TERM_TAIL_BITING, }; int rc; struct vdecoder *vdec = alloc_vdec(&code); if (!vdec) return -EFAULT; reset_decoder(vdec, code.term); /* Propagate through the trellis with interval normalization */ _conv_decode(vdec, in, code.len); if (code.term == CONV_TERM_TAIL_BITING) _conv_decode(vdec, in, code.len); rc = traceback(vdec, out, code.term, code.len); free_vdec(vdec); return rc; }
Edited by athoik, 24 February 2018 - 13:02.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: DAB radio reception #352
Posted 19 May 2020 - 18:32
Thanks @Techfor Open BH i have already made the package ready for installation(info and files on BH forum)I hope for even greater interest for RTL SDR
Re: DAB radio reception #353
Re: DAB radio reception #354
Posted 19 May 2020 - 19:52
I use such a stick to listen to ham radio... in direct sampling mode...
But here the stick is also working in an vuultimo 4K...
For dab+
Edited by littlesat, 19 May 2020 - 19:54.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: DAB radio reception #355
Posted 20 May 2020 - 14:51
I use the stick in a VuDuo4k and it works like a charm, but indeed, a proper way to insert the Dab+ channels into a channellist, would be nice.
Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....
On the edge of the abyss, a step forward is not always progress....
Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna
Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam
Press the button on the buttom right of this message
Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki
Re: DAB radio reception #356
Re: DAB radio reception #357
Posted 20 May 2020 - 16:01
Hadn’t someone ever come up with a plan that HRO would be relieved by launching an automated process involving some of our members where the monthly channelupdate from HRO would be updated automatically. If I recall right this plan was made somewhere around the 10th anniversary of the transponder, the satelliteclub in Apeldoorn. I’m afraid that those who were supposed to participate in this project, HRO and Littlesat, never ever heard from the initiators again. If that scenario actually had worked then it would have been nice if a DAB + list was added. Although I only listen to DAB+ in my bedroom it would have been nice when this was possible on for instance the Ultimo 4K.
Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.
Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen.
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.
Voor centrale opslag van media gebruik ik een Qnap 219P met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.
-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".
Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.
Re: DAB radio reception #358
Posted 22 May 2020 - 16:41
Sorry but not everybody is using pre-defined list (I personally prefer to handle my channel list myself), so to have a user friendly way to include DAB+ radio into the Radio userbouquet list is welcome.
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Re: DAB radio reception #359
Posted 22 May 2020 - 18:53
I added the possibility to "stream" the data returned by dab-cmdline using dabstreamer.
https://github.com/s...3f7b87ea9cdd454
Add dab-cmdline utility that accepts channel, gain and program (in hex). Eg http://localhost:5237/dab/12C/50/1001
Here I am starting dabstreamer manually (using channel 12C, gain 50 and program 1001) and I am listening dab+ from VLC
root@osmio4kplus:~# /etc/init.d/dabstreamer manualstart Fri May 22 20:08:59 2020 Server Starts - :5237 192.168.0.2 - - [22/May/2020 20:09:05] "GET /dab/12C/50/1001 HTTP/1.1" 200 - 192.168.0.2 - - [22/May/2020 20:09:05] Parameters: /dab/12C/50/1001 192.168.0.2 - - [22/May/2020 20:09:05] Using command dab-rtlsdr-sdgradio-pcm -C 12C -G 50 -S 1001 | ffmpeg -f s16le -channels 2 -r 48000 -i pipe:0 -f wav pipe:1 192.168.0.2 - - [22/May/2020 20:10:42] Got Socket Exception [Errno 32] Broken pipe 192.168.0.2 - - [22/May/2020 20:10:42] "GET /dab/12C/50/1001 HTTP/1.1" 200 - 192.168.0.2 - - [22/May/2020 20:10:42] Parameters: /dab/12C/50/1001 192.168.0.2 - - [22/May/2020 20:10:42] Using command dab-rtlsdr-sdgradio-pcm -C 12C -G 50 -S 1001 | ffmpeg -f s16le -channels 2 -r 48000 -i pipe:0 -f wav pipe:1
PS. I used ffmpeg to "mux" raw pcm into wav, because VLC cannot understand raw pcm, produced from dab-rtlsdr-sdgradio-pcm.
Adding the following on a bouquet works as well (you need dabstreamer starting automatically from init.d)
#SERVICE http://localhost:5237/dab/12C/50/1001
Of course dab-cmdline still is using lot of cpu, a proper NEON optimizer is missing to reduce load from viterbi decoding, but it works
Attached Files
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: DAB radio reception #360
4 user(s) are reading this topic
0 members, 4 guests, 0 anonymous users