From gringo6976 at yahoo.co.uk Wed Apr 1 12:00:11 2015 From: gringo6976 at yahoo.co.uk (Graham Palmer) Date: Tue, 1 Apr 2015 12:00:11 +0000 Subject: Graham Palmer Message-ID: <3F91F74418224D5C9C7C76BEB14DF749@mail.sofipe.bf> hello, http://bogeyblock.com/qxuh/ckfgiukjljvamxpqmohacx.isykqejmhiglsztciwferfbdxekxhhfnuqk 4/1/2015 12:00:11 PM -------------- next part -------------- An HTML attachment was scrubbed... URL: From jack at espectrodigital.com Thu Apr 2 17:45:29 2015 From: jack at espectrodigital.com (Espectro Digital) Date: Thu, 2 Apr 2015 19:45:29 +0200 (CEST) Subject: tetra-demod.py chain pipe error In-Reply-To: <2145979252.67539.1427995897486.JavaMail.zimbra@espectrodigital.com> Message-ID: <530040739.67569.1427996729850.JavaMail.zimbra@espectrodigital.com> Hello, I'm trying to receive tetra signal from rtl_sdr by tetra-demod.py, but I got this error: rtl_sdr -s 195312 -f 392.1M -|demod/python/tetra-demod.py -s 195312 -i /dev/stdin -o /dev/stdout|./float_to_bits /dev/stdin /dev/stdout|./tetra-rx /dev/stdin Found 1 device(s): 0: Realtek, RTL2838UHIDIR, SN: 000000xx Using device 0: Generic RTL2832U OEM Found Rafael Micro R820T tuner >>> gr_fir_ccc: using SSE sample rate: 195312 >>> gr_fir_ccf: using SSE Invalid sample rate: 195312 Hz WARNING: Failed to set sample rate. Tuned to 392100000 Hz. Tuner gain set to automatic. Reading samples in async mode... Signal caught, exiting! Signal caught, exiting! Short write, samples lost, exiting! EOF User cancel, exiting... FAQ: Q: Why don't you use osmosdr-tetra_demod_fft.py instead tetra-demod.py? A: osmosdr-tetra_demod_fft.py is a nightmare for tuning, I've never got to center a signal successfully, so I want to modify rtl_sdr for tunning with mouse wheel. Q: Why don't you modify osmosdr-tetra_demod_fft.py? A: Well, I have a large experience programming c, not idea of programming python. Q: Why don't you learn python? A: That's the last bullet in my belt, but i wanna try something faster :) Now a question for you all. Why is not there a C version of tetra demodulator? Thanks and regards. From sq5bpf at lipkowski.org Thu Apr 2 18:12:52 2015 From: sq5bpf at lipkowski.org (Jacek Lipkowski) Date: Thu, 2 Apr 2015 20:12:52 +0200 (CEST) Subject: tetra-demod.py chain pipe error In-Reply-To: <530040739.67569.1427996729850.JavaMail.zimbra@espectrodigital.com> References: <530040739.67569.1427996729850.JavaMail.zimbra@espectrodigital.com> Message-ID: On Thu, 2 Apr 2015, Espectro Digital wrote: > Hello, I'm trying to receive tetra signal from rtl_sdr by tetra-demod.py, but I got this error: > > rtl_sdr -s 195312 -f 392.1M -|demod/python/tetra-demod.py -s 195312 -i /dev/stdin -o /dev/stdout|./float_to_bits /dev/stdin /dev/stdout|./tetra-rx /dev/stdin seems rtl_sdr is not generating the proper format. this was one of the items on my list, give me a few days - i will try to find a solution during the easter holiday, and send it to you. the software was meant to be used with multiple receivers, so this should not be a problem. [...] > Q: Why don't you learn python? > A: That's the last bullet in my belt, but i wanna try something faster :) i used the python stuff because it was already there, but prefer c too. > Now a question for you all. Why is not there a C version of tetra demodulator? the qpsk demodulator is in python (i might try a c version later), the rest down the chain is proper c. jacek From jack at espectrodigital.com Thu Apr 2 18:42:43 2015 From: jack at espectrodigital.com (Espectro Digital) Date: Thu, 2 Apr 2015 20:42:43 +0200 (CEST) Subject: tetra-demod.py chain pipe error In-Reply-To: References: <530040739.67569.1427996729850.JavaMail.zimbra@espectrodigital.com> Message-ID: <913555422.67578.1428000163278.JavaMail.zimbra@espectrodigital.com> Thank you very much, Jacek. A C version of tetra demodulator would be great. Best regards. ----- Mensaje original ----- De: "Jacek Lipkowski" Para: "Espectro Digital" CC: tetra at lists.osmocom.org Enviados: Jueves, 2 de Abril 2015 20:12:52 Asunto: Re: tetra-demod.py chain pipe error On Thu, 2 Apr 2015, Espectro Digital wrote: > Hello, I'm trying to receive tetra signal from rtl_sdr by tetra-demod.py, but I got this error: > > rtl_sdr -s 195312 -f 392.1M -|demod/python/tetra-demod.py -s 195312 -i /dev/stdin -o /dev/stdout|./float_to_bits /dev/stdin /dev/stdout|./tetra-rx /dev/stdin seems rtl_sdr is not generating the proper format. this was one of the items on my list, give me a few days - i will try to find a solution during the easter holiday, and send it to you. the software was meant to be used with multiple receivers, so this should not be a problem. [...] > Q: Why don't you learn python? > A: That's the last bullet in my belt, but i wanna try something faster :) i used the python stuff because it was already there, but prefer c too. > Now a question for you all. Why is not there a C version of tetra demodulator? the qpsk demodulator is in python (i might try a c version later), the rest down the chain is proper c. jacek From sq5bpf at lipkowski.org Fri Apr 3 08:27:42 2015 From: sq5bpf at lipkowski.org (Jacek Lipkowski) Date: Fri, 3 Apr 2015 10:27:42 +0200 (CEST) Subject: tetra-demod.py chain pipe error In-Reply-To: <913555422.67578.1428000163278.JavaMail.zimbra@espectrodigital.com> References: <530040739.67569.1427996729850.JavaMail.zimbra@espectrodigital.com> <913555422.67578.1428000163278.JavaMail.zimbra@espectrodigital.com> Message-ID: On Thu, 2 Apr 2015, Espectro Digital wrote: > Thank you very much, Jacek. > A C version of tetra demodulator would be great. sorry for my previous post, got the lists mixed up :) but since i've already answered, here goes: don't use rtl_sdr with low sample rates (<1Msps), either it doesn't work, or works bad. also tetra-demod.py will segfault in gri_mmse_fir_interpolator_cc() - and this is the probably the main reason for the error that you're seing. if you want to use rtl_sdr, then the easiest will be to write something that decimates the data to 36ksps and feed it to the qpsk demodulator (use simdemod2.py if you don't want to write your own). this way most of the processing chain will be C (the qpsk demodulator can be exchanged later for a c version too, but i doubt this will significantly lower the system load). this is on my (long) todo list for telive, because this would allow using cheap hardware for listening to a lot of channels at once. but it depends what you want to use rtl_sdr for. do you want it for less system load, or do you want it to have remote control over the receiver. in the latter case you can control gnuradio via http. i can post a gnuradio flowgraph that i use for scanning tetra networks. the frequency is controlled via http from a modified version of telive (scans the frequencies and logs the network parameters it finds) jacek From jack at espectrodigital.com Fri Apr 3 13:43:55 2015 From: jack at espectrodigital.com (Espectro Digital) Date: Fri, 3 Apr 2015 15:43:55 +0200 (CEST) Subject: tetra-demod.py chain pipe error In-Reply-To: References: <530040739.67569.1427996729850.JavaMail.zimbra@espectrodigital.com> <913555422.67578.1428000163278.JavaMail.zimbra@espectrodigital.com> Message-ID: <1090482712.67768.1428068635954.JavaMail.zimbra@espectrodigital.com> >but it depends what you want to use rtl_sdr for. do you want it for less >system load, or do you want it to have remote control over the receiver. >in the latter case you can control gnuradio via http. i can post a >gnuradio flowgraph that i use for scanning tetra networks. the frequency >is controlled via http from a modified version of telive (scans the >frequencies and logs the network parameters it finds) I want remote control over the receiver, I need change frecuency for a smooth fine tuning control with a mouse wheel or a Griffin PowerMate knob. I'm developing a multithreading modified version of tetra-rx, this branch has 64 priority queues with the logical voice channels from Sylvain's patch, these queues (producer thread) feed another thread (the consumer) that decodes audio and send to a fork process (aplay, at present) to speaker. Consumer thread supports wav recording (mp3 in near future) and float_to_bits and tetra codecs are integrated into the main c program. At present, I'm using a fifo for feeding from python demodulator, but I need frecuency control for manual fine tuning and scanner modes. My goal is making a all-in-one app programmed entirely in c and the main problem is the python demod. Thanks for your attention. Best regards. J. From timothee.cocault at gmail.com Sun Apr 5 09:56:39 2015 From: timothee.cocault at gmail.com (=?UTF-8?B?VGltb3Row6llIENPQ0FVTFQ=?=) Date: Sun, 05 Apr 2015 11:56:39 +0200 Subject: Patch for GNUradio 3.7 Message-ID: <552106D7.1020401@gmail.com> Hi, The scripts in src/demod/python/ don't work with GNUradio 3.7. Mike Jameson wrote a patch for UHD and I completed with a patch for osmo-sdr receivers : https://github.com/m0mik/osmo-tetra/commit/5429a1e3abf3e5c1aeadc0253169233faee46cc8.patch https://github.com/Tim---/osmo-tetra/commit/374e651264dc2cbe02366b9affc2f5e1994e2289.patch Unfortunately I don't have the hardware to test the other scripts but the modifications should be similar. Regards. Timoth?e. -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin-pfeiffer at morphism.de Thu Apr 23 07:51:48 2015 From: martin-pfeiffer at morphism.de (martin) Date: Thu, 23 Apr 2015 09:51:48 +0200 Subject: Mixed C and Python Code Message-ID: <5538A494.8020400@morphism.de> Hello, i want to ask why there is a mix of python and c code with lots of pipes in between. It is a design decision? Or was it some kind of easyer? Greetings Martin From gringo6976 at yahoo.co.uk Fri Apr 24 05:44:58 2015 From: gringo6976 at yahoo.co.uk (Graham Palmer) Date: Thu, 24 Apr 2015 05:44:58 +0000 Subject: [SUSPECTED SPAM] =?ISO-8859-1?Q?4=2F24=2F2015_5=3A44=3A58_AM?= Message-ID: http://play.23heroes.com/tolxc/flbbufrh.ccwbldbrnmtwkwjhnzedlaooidcjymbbbilzmtmw 4/24/2015 5:44:58 AM -------------- next part -------------- An HTML attachment was scrubbed... URL: From gringo6976 at yahoo.co.uk Fri Apr 24 11:42:35 2015 From: gringo6976 at yahoo.co.uk (Graham Palmer) Date: Thu, 24 Apr 2015 11:42:35 +0000 Subject: =?ISO-8859-1?Q?4=2F24=2F2015_11=3A42=3A35_AM?= Message-ID: <371365A75289AFAFF14E027B05FD3175@fiproexp.com> http://www.kino-popcorn.ru/bfn/kglavwzzgzlifsyxongtwoohxv.qclxkinuniflrgzvwkfixmkfmjcrybqf 4/24/2015 11:42:35 AM -------------- next part -------------- An HTML attachment was scrubbed... URL: