Jump to content


Photo

DAB radio reception


  • Please log in to reply
412 replies to this topic

Re: DAB radio reception #141 Matrix10

  • Senior Member
  • 339 posts

+27
Good

Posted 29 December 2017 - 21:19

We can use rtl-tcp with dab-cmdline.

If we think that USB of receivers can cause the problem!

The rtl-tcp will run on a computer, where welle.io already works!

 

It's not very elegant solution  :(



Re: DAB radio reception #142 jpuigs

  • Senior Member
  • 1,143 posts

+32
Good

Posted 29 December 2017 - 21:20

The rtl-tcp will run on a computer, where welle.io already works!

 

I commented several days ago, on welle.io there are two gain controls (auto or manual) but on dab-cmdline there is only one gain control (auto or manual).

Won't it be the unknown problem ??


Enigma is getting old....

 

Spoiler

Re: DAB radio reception #143 Matrix10

  • Senior Member
  • 339 posts

+27
Good

Posted 29 December 2017 - 21:28

Generally speaking, gain and signal reception is not a problem
in all this.
 
The problem is we have two programs
one has poor filtration and cell/radio stations detection
and the other does not play audio for one or other reason.
And the CPU load is very large.
 
The first program works great when it detects all channels (I mean audio dig channels).
But it's worth it when you have to restart it five times ?


Re: DAB radio reception #144 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 29 December 2017 - 21:35

Let's exclude that USB port is not an issue.

With -H and -I you can control where rtl_tcp will connect to.


-H hostname (example 2, 3 and 4 only)

If rtl_tcp is selected as input device, the -H option allows selection of a hostname. Default is "127.0.0.1".

-I port (example 2, 3, and 4 only)

If rtl_tcp is selected as input device, the -I option allows selection of a port. Default is 1234.

https://github.com/J...ijk/dab-cmdline




The autogain is completely handled differently in welle.io, maybe it's autogain.

We just need to exclude some options now and focus on the real problem. Is it the autogain? IF so there is a manual autogain too.

Attached Files


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: DAB radio reception #145 jpuigs

  • Senior Member
  • 1,143 posts

+32
Good

Posted 29 December 2017 - 21:37

 

Generally speaking, gain and signal reception is not a problem

 

If you don't receive signal, is a really a BIG problem.

 

I asked it because the windows program (welle) has 2 gain controls, I set both to AUTO and the USB works PERFECTLY.

That's all I know.


Enigma is getting old....

 

Spoiler

Re: DAB radio reception #146 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 29 December 2017 - 21:43

Generally speaking, gain and signal reception is not a problem

 
If you don't receive signal, is a really a BIG problem.
 
I asked it because the windows program (welle) has 2 gain controls, I set both to AUTO and the USB works PERFECTLY.
That's all I know.


When AGC is on it goes here:

https://github.com/A...TL_SDR.cpp#L305

So what it does, it checks for values going to bottom 0 or to top 255, and automatically recalculates the correct dB gain.

If dab-cmdline author likes to implement this on one of his examples, I can copy it. ;)

PS. Also it uses software only gain, not HW..

    // Always use manual gain, the AGC is implemented in software
    rtlsdr_set_tuner_gain_mode(device, 1);

    // Disable hardware AGC by default
    setHwAgc(false);

    // Enable AGC by default
    setAgc(true);

Edited by athoik, 29 December 2017 - 21:44.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: DAB radio reception #147 Matrix10

  • Senior Member
  • 339 posts

+27
Good

Posted 29 December 2017 - 21:45

 

 

Generally speaking, gain and signal reception is not a problem

 

If you don't receive signal, is a really a BIG problem.

 

I asked it because the windows program (welle) has 2 gain controls, I set both to AUTO and the USB works PERFECTLY.

That's all I know.

 

 

Yes, in my tests, it is different.
 
I have a strong signal.
very stable and accurate frequency.
 
The problem appears in the software itself.
But not in amplification or signal strength.
 
The latest DAB software detects all channels without any problems very fast and sends data streams.
So it is clear that the problem is not a signal.
 
 
The first DAB software has problems with filtering the data channels and it needs very often a lot of time to scan this.
 
 

Edited by Matrix10, 29 December 2017 - 21:46.


Re: DAB radio reception #148 bzoli72

  • Member
  • 9 posts

0
Neutral

Posted 29 December 2017 - 21:56

Hi!

 

Is it possible to receive DAB radios from the astra satellite by some means?

(23.5E 12641V + 12645V)



Re: DAB radio reception #149 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 29 December 2017 - 22:11

Hi!
 
Is it possible to receive DAB radios from the astra satellite by some means?
(23.5E 12641V + 12645V)


Maybe by using ts2na: https://github.com/p...eti-tools#ts2na
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: DAB radio reception #150 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 29 December 2017 - 22:29

Please also have a look here: https://github.com/A...mment-314188029

Welle.io is also looking to integrate the sdrdab!

So till now we have:

1. dab-cmdline

a. problems with signal (maybe software autogain will solve it)
b. problems with scanning (scanning is slow, results are not consistent)
c. problems with encoding on characters (author is aware ticket #27)

2. dablin+dab2eti

a. problems with signal (jpuigs)
b. high cpu usage


3. sdrdab

a. it crashes here...

sdrdab-cli --help
Usage: sdrdab-cli [OPTION...]
  or:  sdrdab-cli [OPTION...] -l        list available devices
  or:  sdrdab-cli [OPTION...] [-t[TUNER_NO=0]]  use n-th tuner
  or:  sdrdab-cli [OPTION...] --open-file=FILENAME      read samples from FILENAME
  or:  sdrdab-cli [OPTION...]
            --resampling_mode=nearest/linear/pchip/spline       choose specified
            resampling mode
  or:  sdrdab-cli [OPTION...]
            --convolutional=viterbi/spiral/hard choose algorithm to decode
  or:  sdrdab-cli [OPTION...]  [-s] -o OUTPUT   save audio to OUPUT
Exemplary application of sdrdab

 Core radio options:
  -c, --channel=CHANN        Optionally start decoding specified channel
                             instead of the first one. This requires a number,
                             not name
  -f, --frequency=FREQ       Carrier frequency in kHz. Default value: 229072
                             (DAB+ in Krakow)

 Input options:
      --file-type=FILETYPE   Use FILETYPE={int8, uint8, int16, uint16, float,
                             double, raw} to define how read samples from file,
                             raw==uint8
  -l, --list-devices         Lists all available supported tuners and exits
      --open-file=FILENAME   Use FILENAME as input source
  -t, --open-tuner[=TUNER_NO]   Use n-th available tuner as input source (by
                             default first tuner is used)

 Output options:
  -g, --graphic=GRAPHIC      Save SlideShow images in GRAPHIC directory
  -i, --detailed-info        Print verbosely channel information every time
                             ENTER is pressed
  -o, --output=OUTPUT        Save audio to OUTPUT file
  -r, --no-rds               Don't display current channel RDS
  -s, --silent               Don't play on speakers (applicable in conjunction
                             with -o switch)

 Algorithm options:
      --convolutional=CONVOLUTIONAL
                             Decoding algorithms: CONVOLUTIONAL={viterbi,
                             spiral, hard}. Default is viterbi, spiral and hard
                             are not yet supported
      --resampling=TYPE      Use TYPE={nearest, linear, pchip, spline}. Only
                             when read samples from file, pchip and spline are
                             not yet supported, default is linear

 Informative options:
  -?, --help                 Give this help list
      --open-file=FILENAME   Use FILENAME as input source
      --usage                Give a short usage message
  -v, --verbose              Verbose
  -V, --version              Print program version

Attached Files


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: DAB radio reception #151 Matrix10

  • Senior Member
  • 339 posts

+27
Good

Posted 30 December 2017 - 00:46

The main question (I have no answer ) is why dab-cmdline
loses SNR when searching/scan DAB band.
Specifically if we can trust the log
The SNR for the station that you sometimes find is SNR 14 or 16 (depending on antenna and gain in cmd line )
and when dab-cmdline searching/scan DAB band falling to SNR from zero to say 5 (with my installation)
 
If the Log is correct
this explains unstable and slow work
because with so bad SNR  dab-cmdline does not find all the information and channels .
 
so it looks like automatic and manual gain do not work when scanning
and it works when the channel is active.

Edited by Matrix10, 30 December 2017 - 00:47.


Re: DAB radio reception #152 babsy98

  • Senior Member
  • 166 posts

+18
Neutral

Posted 30 December 2017 - 13:45

i have buy now this

 

usb.png



Re: DAB radio reception #153 Matrix10

  • Senior Member
  • 339 posts

+27
Good

Posted 30 December 2017 - 16:36

i have buy now this

 

usb.png

 

 

I have the same one + Up converter for HF amateur radio.


Edited by Matrix10, 30 December 2017 - 16:37.


Re: DAB radio reception #154 dolphs

  • Senior Member
  • 987 posts

+8
Neutral

Posted 3 January 2018 - 04:00

hi meanwhile my rtl-sdr.com dongle arrived, however can one please inform (pm) where to obtain a converter to connect eg. a sv9323 antenna to receive DAB+ as well DVB-T2? cheers


Edited by dolphs, 3 January 2018 - 04:01.


Re: DAB radio reception #155 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 3 January 2018 - 06:25

If you search the web for 'MCX Antenna Adapter Connector' you'll find lots of them.



Re: DAB radio reception #156 Matrix10

  • Senior Member
  • 339 posts

+27
Good

Posted 3 January 2018 - 11:57

@athoik 

 

I see some changes to dab cmd line
 this may be a fix problem with low snr (DAB band search) RTL SDR ??
 


Re: DAB radio reception #157 dolphs

  • Senior Member
  • 987 posts

+8
Neutral

Posted 3 January 2018 - 12:09

Hi,

 

 

If you search the web for 'MCX Antenna Adapter Connector' you'll find lots of them.

 

 

Thanks for your response ordered meanwhile an adaptor but have to wait another 2-3 weeks.



Re: DAB radio reception #158 Tech

  • Forum Moderator
    PLi® Core member
  • 14,927 posts

+486
Excellent

Posted 3 January 2018 - 13:27

I cutted the original cable and mounted a connector to it.


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 Geplaatste afbeelding 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 #159 Matrix10

  • Senior Member
  • 339 posts

+27
Good

Posted 3 January 2018 - 14:46

In China, the cables and adapters are cheap
but if you only need one you can buy it here too.
.....allekabels.nl/netwerk/sma-kabels.html

If you have a nearby GSM/LTE company , many such cables are used in GSM/LTE base stations.


Edited by Matrix10, 3 January 2018 - 14:47.


Re: DAB radio reception #160 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 3 January 2018 - 15:07

I cutted the original cable and mounted a connector to it.

Yep, that would have been my choice if I hadn't been able to find them ready made.




4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users