Re: [Discuss-gnuradio] cmake build

2011-09-11 Thread Michael Dickens
Unless Josh changed something recently, the cmake build (with volk disabled) worked for me under 10.6.8, XCode 3.2.3, 64-bit. It looks like Ben is doing this testing on 10.5.8, XCode 3.1.4 -- which by default will use 32-bit for either PPC or Intel compiling, and, really, getting 64-bit was

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread sumitstop
go to the directory /usr/local/bin there u will find benchmark files for ofdm (both transmission and reception) u need to type benchmark_ofdm_rx.py -h and benchmark_ofdm_tx.py -h these will show you the parameters u can play with. after that u can run these files by typing

[Discuss-gnuradio] problem executing .py file

2011-09-11 Thread bilal ghouri
hello people, i have successfully installed the RDS blocks in the gnuradio and when i try to execute any .py file which contains the RDS blocks, it is showing me the following error Traceback (most recent call last): File crc_fm_rds_tx.py, line 12, in module from gnuradio import gr, rds

[Discuss-gnuradio] Security Researchers Crack APCO P25 Encryption

2011-09-11 Thread Dimitrios Symeonidis
GNU Radio on /. Sorry for the HTML... An anonymous reader writes Two Australian security researchers, Stephen Glass and Matt Robert, have published a paper that details flaws in the encryption implementation (PDF) in the APCO Project 25 digital radio standard, used by emergency services and

[Discuss-gnuradio] Fwd: Problems regarding using UHD Digital-bert codes

2011-09-11 Thread Bonee Soibam
Can someone help me out on this error .. Appreciate your help. -- Forwarded message -- From: Bonee Soibam bone...@gmail.com Date: Sat, Sep 10, 2011 at 5:16 PM Subject: Problems regarding using UHD Digital-bert codes To: discuss-gnuradio@gnu.org Hi , I have been trying to use the

Re: [Discuss-gnuradio] Fwd: Problems regarding using UHD Digital-bert codes

2011-09-11 Thread Marcus D. Leech
On 11/09/11 10:46 AM, Bonee Soibam wrote: Can someone help me out on this error .. Appreciate your help. -- Forwarded message -- From: *Bonee Soibam* bone...@gmail.com mailto:bone...@gmail.com Date: Sat, Sep 10, 2011 at 5:16 PM Subject: Problems regarding using UHD

Re: [Discuss-gnuradio] cmake build

2011-09-11 Thread Josh Blum
On 09/11/2011 04:37 AM, Michael Dickens wrote: Unless Josh changed something recently, the cmake build (with volk disabled) worked for me under 10.6.8, XCode 3.2.3, 64-bit. It looks like Ben is doing this testing on 10.5.8, XCode 3.1.4 -- which by default will use 32-bit for either PPC or

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread waqasme
Hi Sumit, Thanks you so much for ur detailed explanation . i really appriciate your help. I am following the same steps as you mentioned earlier but iam getiing this message when i am entering these comands in terminal. here is the messages . hp@ubuntu:~$ /usr/local/bin bash: /usr/local/bin: is

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread Tuan (Johnny) Ta
You seem to be quite new to Linux, what do you intend to do for your Master thesis? Gnuradio is not something you can master in a couple of months. To go to a directory, you need to use the 'cd' command. Ie cd /usr/local/bin My benchmark_ofdm code is not in /usr/local/bin so when you get to that

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread waqasme
Thanks johnny for your response yes i am quite new to GNU Radio so just started to learn about this software. Ok i will play with it and let you know the results. Thanks for your help guys.. Waq.. Tuan Ta-2 wrote: You seem to be quite new to Linux, what do you intend to do for your Master

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread waqasme
Yes johnny for a while i need only OFDM transmitter and reciever via USRP for my project. I just want that this OFDM system can transmit and receive via USRP, that is my aim at the moment. Thanks once again for your detailed clarification. i will try that and let you know the results. Thank

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread waqasme
hello Johnny, I tried that locate command and i have found the location of the files .here is the output: hp@ubuntu:~$ cd/usr/local/bin bash: cd/usr/local/bin: No such file or directory hp@ubuntu:~$ ls DesktopDownloads Music Public Templates Documents examples.desktop Pictures

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread Tuan (Johnny) Ta
Try this cd /usr/share/gnuradio/examples/ofdm/ benchmark_ofdm_tx.py -h Don't forget the spaces (just copy paste should work) On Sun, Sep 11, 2011 at 7:19 PM, waqasme waqa...@hotmail.com wrote: hello Johnny, I tried that locate command and i have found the location of the files .here is

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread Tuan (Johnny) Ta
Quick correction cd /usr/share/gnuradio/examples/ofdm/ ./benchmark_ofdm_tx.py -h On Sun, Sep 11, 2011 at 7:26 PM, Tuan (Johnny) Ta ta.tu...@gmail.comwrote: Try this cd /usr/share/gnuradio/examples/ofdm/ benchmark_ofdm_tx.py -h Don't forget the spaces (just copy paste should work) On

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread waqasme
Thanks Johnny yah that worked ..it is showing me different options for OFDM... so for this particular benchmark_ofdm file the signal processing blocks are displaying in GNU Radio companion or is there anything else i have to do to make the block diagram of the system? thank you so much for your

Re: [Discuss-gnuradio] cmake build

2011-09-11 Thread Ben Reynwar
On Sun, Sep 11, 2011 at 11:09 AM, Josh Blum j...@ettus.com wrote: On 09/11/2011 04:37 AM, Michael Dickens wrote: Unless Josh changed something recently, the cmake build (with volk disabled) worked for me under 10.6.8, XCode 3.2.3, 64-bit.  It looks like Ben is doing this testing on 10.5.8,