Re: [Discuss-gnuradio] Cant receive .wav file correctly

2016-02-09 Thread Haaris
Hi all, Thanks for the reply martin. The dpsk mod and demod work alright with the packet encoder and decoder that i am currently using. This flow graph recovers a text file somewhat alright. One problem is that even though i have selected overwrite data in file sink, it still appends the recovered

Re: [Discuss-gnuradio] FOSDEM video available

2016-02-09 Thread Daniel Pocock
On 09/02/16 18:17, Tom Rondeau wrote: > On Tue, Feb 9, 2016 at 11:49 AM, Daniel Pocock > wrote: > > > > Video files from the main track: > > http://video.fosdem.org/2016/k1105/ > > > > Too bad for my talk that the slides are messed up in the video and it

Re: [Discuss-gnuradio] FOSDEM video available

2016-02-09 Thread Tom Rondeau
On Tue, Feb 9, 2016 at 11:49 AM, Daniel Pocock wrote: > > > Video files from the main track: > > http://video.fosdem.org/2016/k1105/ Too bad for my talk that the slides are messed up in the video and it doesn't start until 10 - 15 minutes into it. Tom _

[Discuss-gnuradio] FOSDEM video available

2016-02-09 Thread Daniel Pocock
Video files from the main track: http://video.fosdem.org/2016/k1105/ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Using static variables in work function of an OOT module.

2016-02-09 Thread Marcus Müller
Hi Saga, The line that goes wrong is this: > self.create_tags_strend_ff_0 = create_tags.strend_ff(-30.0) So this means that the constructor isn't wrapped in Python. I don't know in which way that could be related to you doing somethin in work(); you really shouldn't be using static variables if yo

Re: [Discuss-gnuradio] Using static variables in work function of an OOT module.

2016-02-09 Thread Sylvain Munaut
Hi, I still don't get why you need static variable at all. If you need state, just make it a class member of the xx_impl class and that will survive across calls to work. That's the proper way to do it, and that definitely works fine. Cheers, Sylvain ___

Re: [Discuss-gnuradio] Using static variables in work function of an OOT module.

2016-02-09 Thread sagar
Hi Marcus, Thank you for quick response. I have posted my error incompletely. I am actually getting the below error File "/home/user1/home/user1/gnuradio/tutorials/work/top_block.py", line 275, in tb = top_block() File "/home/user1/home/user1/gnuradio/tutorials/work/top_block.py", line 183, in _

Re: [Discuss-gnuradio] Re : Info on 2.4 GHz

2016-02-09 Thread Srinivasan T
any info ? From: Srinivasan T [mailto:tsvs...@gmail.com] Sent: Saturday, 6 February 2016 12:59 PM To: 'discuss-gnuradio@gnu.org' Subject: Re : Info on 2.4 GHz Importance: High Hi All I am Srinivasan living in Singapore and have M.Sc. Comp.Sci. My self and few engineers have detect

Re: [Discuss-gnuradio] GSM

2016-02-09 Thread Srinivasan T
Hi There, I tried to increase the RX Again on the windows and i dont see any packets. I tried several times, I am not able to see. Please advise. regards Srinivasan T From: Srinivasan T [mailto:tsvs...@gmail.com] Sent: Tuesday, 9 February 2016 5:46 PM To: 'Marcus Müller' Cc:

Re: [Discuss-gnuradio] GSM

2016-02-09 Thread Srinivasan T
Hi There, Thanks. The antenna is telescopic antenna with 3.2 dBi ( 300 - 1100 MHz ). Let me try again to set RF Again. Regards Srinivasan T From: discuss-gnuradio-bounces+tsvs.lc=gmail@gnu.org [mailto:discuss-gnuradio-bounces+tsvs.lc=gmail@gnu.org] On Behalf Of Ma

Re: [Discuss-gnuradio] GSM

2016-02-09 Thread Marcus Müller
Dear Srinivasan, There's no error in the picture, just a warning that certain buffer types won't be available. That's not a problem. Also, could you try to use your Operating Systems "screenshot" functionality next time instead of sending a picture snapped with a camera? Also, for text messages,

Re: [Discuss-gnuradio] GSM

2016-02-09 Thread Srinivasan T
Dear All, I use HackRF one with telescopic antenna. I used gr-gsm to see GSM packets but I am not able to. I got following error : http://imgur.com/U3egNra Attached the video scanning of GSM in Singapore. https://sendvid.com/gxjm5yrb Please advise me. Regards Srinivasan T

Re: [Discuss-gnuradio] Scanning frequency GSM

2016-02-09 Thread Marcus Müller
You can tell the "USRP source" block to tune to a specific frequency on a specific time with a "GNU Radio message passing" message. That would be how I'd recommend to implement a scanner. They're also used for pushing other kinds of data around, yes :) Best regards, Marcus On 09.02.2016 00:13,