Re: [Discuss-gnuradio] RAW source

2014-06-24 Thread Activecat
Sara, We don't seem to communicate at the same frequency. I have nothing else to say. Good luck. On Wed, Jun 25, 2014 at 11:06 AM, Sara Chérif wrote: > Thanks Activecat very much . > > Now, SIP packets length is varying & RTP packets have fixed length of 87 > bytes . Now to input this traffic

Re: [Discuss-gnuradio] RAW source

2014-06-24 Thread Sara Chérif
Thanks Activecat very much . Now, SIP packets length is varying & RTP packets have fixed length of 87 bytes . Now to input this traffic coming from the soft phone to the Gnuradio to be processed, i use the UDP source block(to read the UDP packets from the soft phone port) in UDP source block , I

Re: [Discuss-gnuradio] Removing GNU Radio Throughly

2014-06-24 Thread Jonathan Fox
Hey thanks, I will give it a shot tomorrow. Jon On Tue, Jun 24, 2014 at 7:03 PM, Tom McDermott wrote: > Hi Jon - I made a bash script to do a more or less complete removal, based > on a something Jonathan posted several years ago. It's a bit pre-3.7 > centric, but seems to get the job done (e

[Discuss-gnuradio] Greetings!

2014-06-24 Thread Elroy Mayers
Greetings! I'm new to SDR. I bought two GNU Radio X300, since I am trying to do Wifi in frequencies where no one else transmits.Like this I will get super fast speeds. I heard the GNU Radio X300 is the fastest SDR you can get.I am planning to provide services to companies that need fast inter

Re: [Discuss-gnuradio] Removing GNU Radio Throughly

2014-06-24 Thread Tom McDermott
Hi Jon - I made a bash script to do a more or less complete removal, based on a something Jonathan posted several years ago. It's a bit pre-3.7 centric, but seems to get the job done (even with 3.7). svn.tapr.org/repos_sdr_hpsdr/trunk/N5EG/GRC3.6/Gnuradio_remove -- Tom, N5EG On Tue, Jun 24, 2

Re: [Discuss-gnuradio] Removing GNU Radio Throughly

2014-06-24 Thread Jonathan Fox
I forgot a crucial bit of information, make uninstall wasn't working right, I kept getting Cmake Error at cmake_uninstall.cmake:20 (ELSEIF): had incorrect arguments: IS_SYMLINK "$ENV{DESTDIR}${file}" (Unknown arguments specified). So I just went into /usr/local/ and started purging. On Tue, Jun

[Discuss-gnuradio] Removing GNU Radio Throughly

2014-06-24 Thread Jonathan Fox
Just recently I decided to update my old build of GNU Radio (3.6 release from Dec '13) to the newest one. Due to overly conservative and arbitrary network policies, my CentOS machines are forbidden to interact with the internet, so that means no build_gnuradio or PyBombs. I think I didn't throughly

[Discuss-gnuradio] Proper setting for sample delay for polyphase arbitrary resampler?

2014-06-24 Thread Andy Walls
Hi, I have a Polyphase Arbitrary Resampler block in a flow graph and I want to set the "Sample Delay" parameter so GnuRadio delays tags properly. With the following parameters: Input Sample Rate: Fs Resampling Rate: r = output_rate / Fs Number of Filters: N Taps: taps=

Re: [Discuss-gnuradio] Issue with stream to vector

2014-06-24 Thread Marcus Müller
use 512 in the num items field and 1 in the vec length field. On 24.06.2014 13:44, sreena p h wrote: > Hi > I'm trying to find IFFT of a stream of complex numbers and used the following > flowchart. its constantly saying Source IO size "8" does not match sink IO > size "4096". How to overcome t