Re: [Discuss-gnuradio] GNU Radio 3.2 Release Candidate 2 available for testing

2009-04-30 Thread Jan Schiefer
Johnathan Corgan wrote: GNU Radio 3.2 release candidate 2 is now available for download and testing: http://gnuradio.org/releases/gnuradio/gnuradio-3.2rc2.tar.gz http://gnuradio.org/releases/gnuradio/gr-howto-write-a-block-3.2rc2.tar.gz [etc] My 3.2-rc2 build fails with the following error: M

[Discuss-gnuradio] Fwd:Re:error while running fmradio.py

2009-04-30 Thread mayur sarode
Hello friends ,I have found the sloution to th problem i was facing while going through a postIn the porgram fmradio.py change the line inthe code as shown belowtr = usrp.tune(self.subdev.which, self.subdev, targetfreq)...which is now:tr = usrp.tune(self.subdev.which(), self.subdev, targetfreq)

Re: [Discuss-gnuradio] OS X input troubled

2009-04-30 Thread Michael Dickens
Hi Jaanus - Welcome to GNU Radio! What you found might be a bug in the code; I haven't looked at it or updated it in a long time. I can't look into this issue today, but I will tomorrow (Friday). In the mean time, could you provide to me (on or off list, your choice) which Mac model you'

[Discuss-gnuradio] problem installing mingw when trying to run gnu radio on windows

2009-04-30 Thread Zainab Qureshi
Quoting from the page: http://gnuradio.org/trac/wiki/MingwInstallMain "You can avoid some problems by intalling an updated version of bash. Download bash-3.1-MSYS-1.0.11-1.tar.bz2 from the "MSYS Base System/Technology Preview: MSYS-1.0.11" section of the MinGW download area

Re: [Discuss-gnuradio] OS X input troubled

2009-04-30 Thread Jason Uher
> The problem I have is with audio input. Output is working fine (dial_tone.py > is wowking), but when I try > to use audio input, I get: 2009/4/30 Michael Dickens : > code; I haven't looked at it or updated it in a long time.  I can't look > into this issue today, but I will tomorrow (Friday).

Re: [Discuss-gnuradio] FX2 firmware

2009-04-30 Thread Dominik Auras
Hello, I was able to increase the USB bandwidth of the rx chain to 40Mb/s if tx is completely turned off (test_usrp_standard_rx -D 4). However, with test_usrp_standard_tx -i 8, it won't get beyond 32.7 Mb/s. I am ignoring under/overruns for now. Is there a way test wether this is a limitatio

Re: [Discuss-gnuradio] FX2 firmware

2009-04-30 Thread Dominik Auras
Hi Philip, > http://gnuradio.org/trac/wiki/UsrpFAQ/Gen#USB:480MBitsec32MBytesec http://gnuradio.org/trac/wiki/UsrpFAQ/FX2 We can get beyond. See http://lists.gnu.org/archive/html/discuss-gnuradio/2006-10/msg00340.html Larry achieved 35Mb/s. I got 40Mb/s when receiving. The SSRP sustains more t

Re: [Discuss-gnuradio] Installing gnuradio on Opensuse

2009-04-30 Thread garretaj
sorted it now. There are no .so files in lib64, only .a files - recreated the symbolic links and all was merry. Andrew garretaj wrote: > > Good afternoon, > > I'm currently trying to install gnuradio on OpenSuse.After a successful > configure with the following options: > -- > The followi

Re: [Discuss-gnuradio] Installing gnuradio on Opensuse

2009-04-30 Thread Stefan Bruens
On Thursday 30 April 2009 17:04:53 garretaj wrote: > sorted it now. > There are no .so files in lib64, only .a files - recreated the symbolic > links and all was merry. This is somewhat contradictory to what you wrote first - did the symbolic links exist in the first place, and were they pointing

Re: [Discuss-gnuradio] GNU Radio 3.2 Release Candidate 2 available for testing

2009-04-30 Thread Johnathan Corgan
On Thu, Apr 30, 2009 at 12:52 AM, Jan Schiefer wrote: > ../../../gnuradio-core/src/lib/.libs/libgnuradio-core-qa.so: undefined > reference to `CppUnit::assertDoubleEquals(double, double, double, > CppUnit::SourceLine)' [...] > j...@ubuntu:~$ nm --demangle /usr/lib/libcppunit.a | grep assertDouble

[Discuss-gnuradio] problem when make is called to install gnuradio

2009-04-30 Thread Zainab Qureshi
When i make GNU radio on mingw i get the following error. Can someone figure out the problem? $ make make all-recursive make[1]: Entering directory `/c/gnuradio-3.1.3' Making all in config make[2]: Entering directory `/c/gnuradio-3.1.3/config' make[2]: Nothing to be done for `all'. make[2]: Leavi

Re: [Discuss-gnuradio] flowstates - FX2

2009-04-30 Thread Dominik Auras
If I have reengineered this correctly (gpif.gpf crashes the current GPIF Designer, importing gpif.c skips the flow states), you set to transfer data at rising AND falling edge while in flow state. Is this correct? I can give the answer to myself ;-) Took a while ... So, data is transferred on

Re: [Discuss-gnuradio] problem when make is called to install gnuradio

2009-04-30 Thread Brian Padalino
On Thu, Apr 30, 2009 at 12:26 PM, Zainab Qureshi wrote: > ./qa_gr_block.h:26:45: cppunit/extensions/HelperMacros.h: No such file or > directory > ./qa_gr_block.h:27:30: cppunit/TestCase.h: No such file or directory I would start there. It seems like a bit of a red flag. Brian

Re: [Discuss-gnuradio] problem when make is called to install gnuradio

2009-04-30 Thread Zainab Qureshi
what does that mean? On Thu, Apr 30, 2009 at 10:44 PM, Brian Padalino wrote: > On Thu, Apr 30, 2009 at 12:26 PM, Zainab Qureshi > wrote: > > ./qa_gr_block.h:26:45: cppunit/extensions/HelperMacros.h: No such file or > > directory > > ./qa_gr_block.h:27:30: cppunit/TestCase.h: No such file or dire

Re: [Discuss-gnuradio] problem when make is called to install gnuradio

2009-04-30 Thread Brian Padalino
On Thu, Apr 30, 2009 at 1:44 PM, Zainab Qureshi wrote: > what does that mean? Taking a stab in the dark, I am going to guess an error stating "No such file or directory" means the file couldn't be found by the program? Can you find it on your machine? If you can, you should give the program som

[Discuss-gnuradio] USRP spacing, tx-amplitude and rx-gain

2009-04-30 Thread Maduike, Dumezie
Hello all, Does anyone know a suggested spacing (in meters) for 2 USRPs that communicate with each other when the tx-amplitude is 12000 and the rx-gain is set to 45? Thanks, Dumezie ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://li

[Discuss-gnuradio] Re: About Latency

2009-04-30 Thread William Sherman
Hi, Where did he get this equation from? (What is this equation f?) > Hi Eric: > > I have already read that paper before. As that paper mentions, the USB > delay > is according to the equation > > f(512, fusb_block_size*fusb_nblock) > - > fs*sample_size

[Discuss-gnuradio] Re: About Latency

2009-04-30 Thread William Sherman
never mind just realized -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] a question about Reed-Solomon in GNURadio!

2009-04-30 Thread Bill Stevenson
I implemented the reed-solomon coding scheme in gr-atsc onto benchmark_tx.py and benchmark_rx.py. Following describes the results I got: 1, The transmitter can transmit reed-solomon coded stream with no problem. The receiver just keeps on waiting for the packets. There is no response at the rec

Re: [Discuss-gnuradio] GNU Radio 3.2 Release Candidate 2 available for testing

2009-04-30 Thread Jan Schiefer
> I can't replicate your results here on an Ubuntu 9.04 machine. > > There is only one actual assertDoubleEquals function in libcppunit, > and it takes all five arguments. The macro > CPPUNIT_ASSERT_DOUBLES_EQUAL that takes three arguments supplies the > other two as defaults. This has been the