Re: [Discuss-gnuradio] Uninstall GNU Radio 3.5.3 (installed with building-gnuradio script)

2012-05-08 Thread Ellen Apolinar
I have found the answer of my last question by myself: I configured OpenBTS new, changed the OpenBTS.sql and smqueue.sql files, did sqlite3 -init ./apps/OpenBTS.example.sql /etc/OpenBTS/OpenBTS.db sqlite3 -init smqueue/smqueue.example.sql /etc/OpenBTS/smqueue.db But now there is a new error: >

[Discuss-gnuradio] OFDM_TX_RX_OVER_TCP

2012-05-08 Thread kalu4212
Hi all, I tried to develop an OFDM transmitter and Recevier Using the OFDM Modulator and Demodulator blocks available in GnuRadio.v3.4.2 Since I haven't received my USRP, I decided to test it using the TCP. My PC Configuration: Intel Core2Duo E8500 @3.16GHz 4GB RAM, Fedora 16 , 64Bit. The OFDM

[Discuss-gnuradio] possibility of processing data in FPGA

2012-05-08 Thread Sravya Reddy
hi, i have started working on SDR board a couple of weeks back. According to my knowledge, FPGA on the USRP board will do DDC(receive) and transfer the data sample to PC through USB port. now, my question is can we do signal processing tasks on FPGA??? suppose after down conversion i want to do som

Re: [Discuss-gnuradio] MacOS, AVX, GCC, and LLVM

2012-05-08 Thread Josh Blum
> > Note that I'm compiling on a Sandy Bridge Intel processor, so Altivec > (PPC), NEON (ARM), and float-ABI (ARM?) aren't available. Also, LLVM > 3.0 doesn't support -mpopcnt, and apparently doesn't support > -munsafe_math_optimizations. And yet, the detections are showing > "Success". Sure enou

Re: [Discuss-gnuradio] regarding segmentation fault

2012-05-08 Thread Marcus M
Please post a question on the list in a way that we understand your problem. We don't have a magic window to look into your brain and figure out what your problem is. Give us details so that we can help. One more thing, do not post the same question twice and expect a different response. On Sun,

[Discuss-gnuradio] Fwd: OsmoSDR developer beta

2012-05-08 Thread Alexander Chemeris
Hi all, I think this is of interest for this mailing list. Quick intro -- OsmoSDR [1] is a project to create an extremely low-cost SDR receiver similar to FunCube dongle but with higher bandwidth. Aim is to use it as a receiver for GSM/TETRA/GMR and other Osmocom projects. But it's just an SDR, y

Re: [Discuss-gnuradio] 802.11b Transmitter

2012-05-08 Thread Tom Rondeau
On Mon, May 7, 2012 at 2:56 PM, frankist wrote: > > Hi, > > I was trying to use the BBN 802.11b code in the CGRAN website however I > can't download it using svn. It seems that the url is wrong or doesn't exist > anymore. > > I noticed there is, however, a 802.11b receiver implemented (SPAN 802.11

Re: [Discuss-gnuradio] Questions

2012-05-08 Thread Tom Rondeau
On Sat, May 5, 2012 at 12:00 PM, Amr Youssef wrote: > Hi , i have some questions : > > 1- In  the following  .cc file  : ./gr-digital/lib/digital_crc32.cc > > Regarding CRC-32  , why the generated polynomial  is of length 36 Bits > instead of 32 Bits (as expected) !  " it is written as : >   // Au

Re: [Discuss-gnuradio] MacOS, AVX, GCC, and LLVM

2012-05-08 Thread Tom Rondeau
On Sat, May 5, 2012 at 2:16 PM, Jared Boone wrote: > I spent some time last night getting the the development branch of GNU Radio > to compile on MacOS X 10.7. In the process, I saw some people having issues > with compiler/assembler AVX support, Apple's ancient GPLv2 "as", and Xcode's > LLVM.

Re: [Discuss-gnuradio] disabling configuration check while doing ./configure

2012-05-08 Thread Tom Rondeau
On Tue, May 8, 2012 at 6:41 AM, osama mohamed wrote: > hi all , > > i am doing ./configure --with-uhd but i get the following : > > configure: WARNING: unrecognized options:--with-uhd > > i think the solution is to disable the configuration option check as i have > done it before ,but i forgot the

[Discuss-gnuradio] disabling configuration check while doing ./configure

2012-05-08 Thread osama mohamed
hi all , i am doing ./configure --with-uhd but i get the following : configure: WARNING: unrecognized options:--with-uhd i think the solution is to disable the configuration option check as i have done it before ,but i forgot the command , so can any one help me with this issue thanks, osam