Re: [Discuss-gnuradio] RDS-TMC for FM

2018-10-17 Thread Bastian Bloessl
Hi On 10/14/18 9:42 PM, Vladislav Fenchak wrote: Dear all, im creating a new project and its related to fm radio in general. My question is if I can get the song title and artist from specific fm using RDS TMC through the gnu radio API. There is no direct API call, but it is decoded. (There

[Discuss-gnuradio] RDS-TMC for FM

2018-10-14 Thread Vladislav Fenchak
Dear all, im creating a new project and its related to fm radio in general. My question is if I can get the song title and artist from specific fm using RDS TMC through the gnu radio API. Please, is this possible with gnu radio api? Thanks. ___ Discuss-

Re: [Discuss-gnuradio] RDS decoding

2017-04-02 Thread jean-michel . friedt
I have just completed the translation to English of my description of RDS decoding. It is now available at http://jmfriedt.free.fr/lm_rds_eng.pdf Corrections welcome, both on the content (not familiar enough with error correcting codes and bitrate synchronization to be sure I did't make mistakes

[Discuss-gnuradio] RDS decoding

2017-03-09 Thread jmfriedt
As briefly mentioned at FOSDEM, I have been investigating RDS since last christmas, trying to tackle each issue step by step from LO synchronization for BPSK demodulation, bit decoding, sentence synchronization, station name and free text extraction, error correcting code implementation and fina

Re: [Discuss-gnuradio] RDS decoding ?

2016-01-11 Thread Kevin McQuiggin
Hi Jean-Michel and List: As promised here is my RDS reception flowgraph. It is based on a USRP device (I have a B200) so you may want to swap that for whatever device you are using. I’ll leave it to you to develop the decoding program. Mine is written in C, but you can use whatever you want.

Re: [Discuss-gnuradio] RDS decoding ?

2016-01-11 Thread Bastian Bloessl
Hi, you might also want to have a look at gr-rds. I collected some links here: https://www.bastibl.net/projects/#rds Best, Bastian > On 10 Jan 2016, at 11:54, Kevin McQuiggin wrote: > > Hi Jean-Michel: > > Certainly! It took me a couple of months of reading, experimentation and > head-scra

Re: [Discuss-gnuradio] RDS decoding ?

2016-01-10 Thread Kevin McQuiggin
Hi Jean-Michel: Certainly! It took me a couple of months of reading, experimentation and head-scratching to figure the DSP side of RDS reception out. I had a bit of help from a couple of people on the [discuss-gnuradio] list as well. The GRC is at home, I will post it to the list (or a pointe

[Discuss-gnuradio] RDS for AM?

2014-08-14 Thread Jordan Johnson
I finished work on a C-QUAM (AM Stereo) transmitter, and now want to add something similar to RDS, but not sure how to go about it. I am aware of AMSS, but I like my wideband audio signal, and think that using the subsonic frequencies could work. Basically, I want to send maybe a call-sign, genre,

Re: [Discuss-gnuradio] RDS reception

2012-02-24 Thread Brian Padalino
On Fri, Feb 24, 2012 at 2:58 PM, Philip Balister wrote: > On 02/24/2012 02:45 PM, Rafael Diniz wrote: >> It would be nice, but it could be fixed up and converted to cmake in the >> current svn repo also... > > But most of us have forgotten how to use subversion :) For those who want to have their

Re: [Discuss-gnuradio] RDS reception

2012-02-24 Thread Philip Balister
On 02/24/2012 02:45 PM, Rafael Diniz wrote: > It would be nice, but it could be fixed up and converted to cmake in the > current svn repo also... But most of us have forgotten how to use subversion :) Philip > > > >> The CGRAN RDS code seems abandoned, I'm thinking about cloning it to >> gith

Re: [Discuss-gnuradio] RDS reception

2012-02-24 Thread Rafael Diniz
It would be nice, but it could be fixed up and converted to cmake in the current svn repo also... > The CGRAN RDS code seems abandoned, I'm thinking about cloning it to > github so it can be converted to UHD and Cmake and fixed up. > > On Fri, Feb 24, 2012 at 1:31 PM, wrote: >> I don't know ab

Re: [Discuss-gnuradio] RDS reception

2012-02-24 Thread Andrew Davis
The CGRAN RDS code seems abandoned, I'm thinking about cloning it to github so it can be converted to UHD and Cmake and fixed up. On Fri, Feb 24, 2012 at 1:31 PM, wrote: > I don't know about having it inside the main codebase, but converting it to > use the CMake build system would be good, sinc

Re: [Discuss-gnuradio] RDS reception

2012-02-24 Thread mleech
I don't know about having it inside the main codebase, but converting it to use the CMake build system would be good, since it didn't really understand how to place its python files into a filesystem that uses /usr/local/lib64--so I had to move them manually. -Marcus On Fri, 24 Feb 2012 10:

Re: [Discuss-gnuradio] RDS reception

2012-02-24 Thread Rafael Diniz
It would be great to have the rds code inside the gnuradio tree instead of in a separate cgran project! ; ) I don't know why, but when I tried the cgran rds code, the grc example worked much better then the python one. Best regards, Rafael Diniz > > > Actually, I'm using the blks2 WBFM block, wh

Re: [Discuss-gnuradio] RDS reception

2012-02-24 Thread mleech
Actually, I'm using the blks2 WBFM block, which I believe is a PLL demodulator. Both of my "test" stations are actually roughly 100km away from me, broadcasting from a high point in the Ottawa Valley. One station comes in about 10dB stronger than the other, although both have an ERP of abou

Re: [Discuss-gnuradio] RDS reception

2012-02-24 Thread Andrew Davis
I think the problems with SNR is with the FM Demod, my car stereo can get RDS as the station fades 40 miles away, but with my USRP has trouble picking up the stereo pilot from a 50kw station one mile away ( -10dBm ). FM demod is hard for software ( I think GNUradio just uses a zero-crossing detecto

[Discuss-gnuradio] RDS reception

2012-02-23 Thread Marcus D. Leech
I managed to get gr-rds built tonight, and was able to test it planted inside my FM receiver. Even for a local station, there are *lots* of errors, and more distant stations get even more. I'm going to play around a bit with filter bandwidths, etc, to see if I can improve it. Looking at the mod

Re: [Discuss-gnuradio] RDS demodulation

2012-02-21 Thread Andrew Davis
If I remember correctly, the original RDS feed the stereo pilot to the DBPSK block as it had the correct symbol phase. From this https://www.cgran.org/raw-attachment/wiki/RDS/rds.png it looks just like band passing the pilot and dividing to the correct rate. On Tue, Feb 21, 2012 at 12:33 PM, wro

Re: [Discuss-gnuradio] RDS demodulation

2012-02-21 Thread mleech
I'm not feeding it the stereo pilot. I just use a fractional resampler to resample the few kHz at 19.0kHz/8 --this gives 4 samples/symbol into the DBPSK block. The spectrum looks roughly correct--a double-humped structure either side of zero. On Tue, 21 Feb 2012 12:27:54 -0500, Andrew Davis

Re: [Discuss-gnuradio] RDS demodulation

2012-02-21 Thread Andrew Davis
exactly 19.0kHz/8? Are you feeding it the stereo pilot or generating your own? Have you tried looking at the signal with an FFT scope to see if there is anything there or if it looks distorted or something? On Tue, Feb 21, 2012 at 10:35 AM, wrote: > I'm having trouble demodulating the RDS signa

[Discuss-gnuradio] RDS demodulation

2012-02-21 Thread mleech
I'm having trouble demodulating the RDS signal that comes along with a lot of broadcast FM signals these days. I know that there's "gr-rds" that has already done this, but I wanted to do my own just for personal education. I spent a lot of time yesterday playing with it, and I can't get anyth

Re: [Discuss-gnuradio] RDS HELP!

2011-08-09 Thread Josh Blum
On 08/09/2011 12:01 PM, bilal ghouri wrote: > there is a file named install-grc.sh file, but when i double click and run > it, it doesnt show any effect. where can i find .grc_gnuradio directory? > what do i have to do in that directory? > http://gnuradio.org/redmine/projects/gnuradio/wiki/GNUR

Re: [Discuss-gnuradio] RDS HELP!

2011-08-09 Thread bilal ghouri
there is a file named install-grc.sh file, but when i double click and run it, it doesnt show any effect. where can i find .grc_gnuradio directory? what do i have to do in that directory? On Tue, Aug 9, 2011 at 11:32 AM, Marcus D. Leech wrote: > ** > On 08/09/2011 02:27 PM, bilal ghouri wrote: >

Re: [Discuss-gnuradio] RDS HELP!

2011-08-09 Thread bilal ghouri
there is a file named install-grc.sh file, but when i double click and run it, it doesnt show any effect. where can i find .grc_gnuradio directory? what do i have to do in that directory? On Tue, Aug 9, 2011 at 11:32 AM, Marcus D. Leech wrote: > ** > On 08/09/2011 02:27 PM, bilal ghouri wrote: >

Re: [Discuss-gnuradio] RDS HELP!

2011-08-09 Thread Marcus D. Leech
On 08/09/2011 02:27 PM, bilal ghouri wrote: hello people, i have installed ubuntu 10.04 and gnuradio 3.2.2, i want the RDS blocks in it, i installed gr-rds, it has been compiled and installed ( ./configure, make, sudo make install), but after installing i cant find the RDS blocks in grc, i do

[Discuss-gnuradio] RDS HELP!

2011-08-09 Thread bilal ghouri
hello people, i have installed ubuntu 10.04 and gnuradio 3.2.2, i want the RDS blocks in it, i installed gr-rds, it has been compiled and installed ( ./configure, make, sudo make install), but after installing i cant find the RDS blocks in grc, i dont know whether my source is right or wrong or ma

Re: [Discuss-gnuradio] RDS block doesn't find python module

2011-05-17 Thread Pascal Charest
On Thu, May 12, 2011 at 4:52 AM, OlekKrushnov wrote: > I have installed GnuRadio 3.4.0 from Git on Ubuntu, now I am trying to setup > the RDS block from https://www.cgran.org/wiki/RDS. I have followed the > instructions (configure, make, make install) and apart from a missing > italian translation

[Discuss-gnuradio] RDS block doesn't find python module

2011-05-12 Thread OlekKrushnov
Hello, I have installed GnuRadio 3.4.0 from Git on Ubuntu, now I am trying to setup the RDS block from https://www.cgran.org/wiki/RDS. I have followed the instructions (configure, make, make install) and apart from a missing italian translation file, it seemed to work (I used make -i). However,

Re: [Discuss-gnuradio] rds on cgran

2008-10-20 Thread George Nychis
Dimitris Symeonidis wrote: I have uploaded the latest version of my RDS code on cgran: https://www.cgran.org/wiki/RDS i thought you might be interested feel free to send me any suggestions/bug reports Thanks for the add Dimitris! One thing I'm working on in CGRAN is the ticket system. I'm t

[Discuss-gnuradio] rds on cgran

2008-10-20 Thread Dimitris Symeonidis
I have uploaded the latest version of my RDS code on cgran: https://www.cgran.org/wiki/RDS i thought you might be interested feel free to send me any suggestions/bug reports Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty Internati

[Discuss-gnuradio] RDS decoder with graphuical interface

2007-01-29 Thread Matteo Campanella
Hello everyone, I have just finished testing with good results a new implementation of RDS decoding. This work is based on the rds block published on the list some time ago from Ronnie Gaensli, and later adapted by Ryan Shoff. Main changes from the original version posted: biphase_decoder: 1) los

Re: [Discuss-gnuradio] RDS fun and hello from a new user

2006-12-04 Thread Eric A. Cottrell
Matteo Campanella wrote: > Hello Eric, I am basically doing the same you did on the RDS code and > specification; right now I have introduced syndrome based sync and > indeed it looks like it get synced much faster. I am using the wfm > receiver (non pll), but, not having implemented the loss of sy

Re: [Discuss-gnuradio] RDS fun and hello from a new user

2006-12-04 Thread Matteo Campanella
Hello Eric, I am basically doing the same you did on the RDS code and specification; right now I have introduced syndrome based sync and indeed it looks like it get synced much faster. I am using the wfm receiver (non pll), but, not having implemented the loss of sync yet, I cannot tell how fst

[Discuss-gnuradio] RDS fun and hello from a new user

2006-12-03 Thread Eric A. Cottrell
Hello, Months ago I bought a USRP. Nice piece of Hardware but I did not really dive into GNURadio until this weekend. Still learning about it. I am also busy maintaining software that decodes Trunked Radio Control Channels and LTR variants like NTS Passport. I am a Boston area Ham and member o

Re: [Discuss-gnuradio] RDS blocks

2006-11-21 Thread Erlend Barstad Strand
2006/11/21, Matteo Campanella <[EMAIL PROTECTED]>: Also, is there anyone aware of any reference with detailed information on the error correction bits at the end of the blocks and how to use them? I haven't been able to find the standard anywhere, and I have the strong suspect it's not going to

Re: [Discuss-gnuradio] RDS / TMC / DAB / DVB-S/T ?

2006-10-14 Thread David I. Emery
On Sat, Oct 14, 2006 at 02:06:01PM -0400, Robert McGwier wrote: > David I. Emery wrote: > > > > This implies that the USRP with a 6 to 8 mhz bandwidth might be > >able to successfully demodulate the SCPC DVB-S QPSK video transmissions > >at symbol rates like 3.9876 megasymbols/sec (5.5 mbs

Re: [Discuss-gnuradio] RDS / TMC / DAB / DVB-S/T ?

2006-10-14 Thread Robert McGwier
David I. Emery wrote: On Sat, Oct 14, 2006 at 06:49:03AM -0700, Eric Blossom wrote: The USRP could receive the raw signals for DVB-T in the 6 and 7 MHz wide channel format. The 8 MHz wide version could be somewhat degraded because of filter rolloff at the edges of the passband of the digital

Re: [Discuss-gnuradio] RDS / TMC / DAB / DVB-S/T ?

2006-10-14 Thread David I. Emery
On Sat, Oct 14, 2006 at 06:49:03AM -0700, Eric Blossom wrote: > The USRP could receive the raw signals for DVB-T in the 6 and 7 MHz wide > channel format. The 8 MHz wide version could be somewhat degraded > because of filter rolloff at the edges of the passband of the digital > downconverter in th

Re: [Discuss-gnuradio] RDS / TMC / DAB / DVB-S/T ?

2006-10-14 Thread Jens Elsner
> > DAB (http://en.wikipedia.org/wiki/Digital_audio_broadcasting) or > > Jens Elsner <[EMAIL PROTECTED]> was working on this, not sure of the > status. The work-in-progress is not in the GNU Radio repository. It's not my priority right now, but it (at least some functionality and my student proje

Re: [Discuss-gnuradio] RDS / TMC / DAB / DVB-S/T ?

2006-10-14 Thread Eric Blossom
On Sat, Oct 14, 2006 at 08:47:36AM +0200, Christian Felsing wrote: > Hello, > > I am new to GNUradio, there are some questions regarding GNUradio: > Does it support RDS (http://en.wikipedia.org/wiki/Radio_Data_System), Not currently, though definitely possible. There was some code written a wh

[Discuss-gnuradio] RDS / TMC / DAB / DVB-S/T ?

2006-10-13 Thread Christian Felsing
Hello, I am new to GNUradio, there are some questions regarding GNUradio: Does it support RDS (http://en.wikipedia.org/wiki/Radio_Data_System), TMC (http://en.wikipedia.org/wiki/Traffic_Message_Channel), DAB (http://en.wikipedia.org/wiki/Digital_audio_broadcasting) or DVB-S/T (http://en.wikip

Re: [Discuss-gnuradio] RDS

2006-10-11 Thread Johnathan Corgan
Can one of the two of you repost the URL for the source? I know it's in the archives but the URL had an email address looking portion that got rewritten (for spam protection) by the mailing list software. I've logged ticket 89 in Trac as an enhancement request to incorporate this into the SVN tru

Re: [Discuss-gnuradio] RDS

2006-10-10 Thread Ronnie Gaensli
Hi folks! I'm going to take myself some time for the weekend to take a look at the RDS code I wrote some time ago. Also I'll do this agreement for FSF to get this code in the repo.. Especially, I hasn't tried it with never Versions of GR. So, await the end of the weekend :-) greets ronnie ___

Re: [Discuss-gnuradio] RDS

2006-10-09 Thread Erlend Barstad Strand
gt; > > > > > > > > -Original Message- > > From: > [EMAIL PROTECTED] > > on behalf of Jan Schiefer > > Sent: Fri 10/6/2006 2:27 AM > > To: Matt Ettus > > Cc: discuss-gnuradio@gnu.org > > Subject: Re: [Discuss-gnuradio] RD

Re: [Discuss-gnuradio] RDS

2006-10-08 Thread Matt Ettus
; on behalf of Jan Schiefer > Sent: Fri 10/6/2006 2:27 AM > To: Matt Ettus > Cc: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] RDS > > Great pointer! Here is the posting: > http://www.archivum.info/discuss-gnuradio@gnu.org/2006-02/msg00018.html > This would be g

Re: [Discuss-gnuradio] RDS

2006-10-06 Thread Jan Schiefer
Great pointer! Here is the posting: http://www.archivum.info/discuss-gnuradio@gnu.org/2006-02/msg00018.html This would be great to build on. Cheers, Jan Matt Ettus wrote: I seem to recall someone writing a gr-rds module a while ago. You might check the mailing list archives. I would love

Re: [Discuss-gnuradio] RDS

2006-10-05 Thread Matt Ettus
I seem to recall someone writing a gr-rds module a while ago. You might check the mailing list archives. I would love to have this feature in gnuradio. Please let me know if you need any help. Matt Jan Schiefer wrote: > Hi Erlend, > > I think you should be able to see the subcarrier with the

Re: [Discuss-gnuradio] RDS

2006-10-05 Thread Matt Ettus
Erlend Barstad Strand wrote: > Hi > > I am trying to extend the usrp_wfm_rcv_pll.py by reading the RDS > subcarrier, however I have a problem observing the subcarrier at all. I > have connected a file_sink to the fm_demod in order to see the spectrum > in Matlab. In the spectrum I can observe the L

Re: [Discuss-gnuradio] RDS

2006-10-05 Thread Jan Schiefer
Hi Erlend, I think you should be able to see the subcarrier with the USRP. The injection level of the RDS signal is typically around 1.5 to 2%, this is substantially less than the pilot, which is typically around 9%, but it should still be visible. Make sure you have a good signal without too

[Discuss-gnuradio] RDS

2006-10-04 Thread Erlend Barstad Strand
Hi I am trying to extend the usrp_wfm_rcv_pll.py by reading the RDS subcarrier, however I have a problem observing the subcarrier at all. I have connected a file_sink to the fm_demod in order to see the spectrum in Matlab. In the spectrum I can observe the L+R, L-R and pilot tone, but no RDS subca