Re: [Discuss-gnuradio] Photo of the Beagle Board and USRP

2008-04-25 Thread Brian Padalino
On Fri, Apr 25, 2008 at 9:32 AM, Jeff Brower [EMAIL PROTECTED] wrote: You are talking about the ARM9 core on the OMAP device, right? If so then you can run Linux on the ARM core but overall processing capability will be limited compared to a Xeon or Core2-something PC. Now if you can

Re: [Discuss-gnuradio] What does the USRP transmit after I've done tx-stop.

2008-04-25 Thread George Nychis
Per Zetterberg wrote: Hi All, I am transmitting a stream of buffers from the USRP (based on libusrp with standard .rbf file). After I've done tx-stop (where tx is a pointer to usrp_standard_tx) it seems that the USRP is repeating the last transmitted buffer (or couple of buffers ?). Is this

Re: [Discuss-gnuradio] Photo of the Beagle Board and USRP

2008-04-25 Thread Jeff Brower
Brian- On Fri, Apr 25, 2008 at 9:32 AM, Jeff Brower [EMAIL PROTECTED] wrote: You are talking about the ARM9 core on the OMAP device, right? If so then you can run Linux on the ARM core but overall processing capability will be limited compared to a Xeon or Core2-something PC.

[Discuss-gnuradio] Flexrf AGC sensitive to noise ?

2008-04-25 Thread Per Zetterberg
Hi All, I am trying to get some experience of flexrf1800. I am receiving a CW of 1766MHz (from a signal generator) and transmitting a wavefrom at a different frequency. Now, changing the frequency of the outgoing signal from 1800MHz to 1900MHz changes the estimated amplitude of ingoing signal by

Re: [Discuss-gnuradio] What does the USRP transmit after I've done tx-stop.

2008-04-25 Thread Dan Halperin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I don't know how relevant this is, but I have fixed similar problems in the past by making sure that the host app sends data that's an even multiple of 512 bytes. (This is harder than you think :)) I found that if you send a number of sample

[Discuss-gnuradio] OFDM Modification

2008-04-25 Thread CHIN-YA HUANG
Hi, I use an array to implement supporting multi-constellation scheme for OFDM system, but I got a problem in modifying the code for /trunk/ gnuradio-core/src/python/gnuradio/blks2impl/ofdm.py in which I generate a parameter multi_modulation[i][j] while i is the ith subcarrier, and j is the

Re: [Discuss-gnuradio] Flexrf AGC sensitive to noise ?

2008-04-25 Thread Matt Ettus
Per Zetterberg wrote: Hi All, I am trying to get some experience of flexrf1800. I am receiving a CW of 1766MHz (from a signal generator) and transmitting a wavefrom at a different frequency. Now, changing the frequency of the outgoing signal from 1800MHz to 1900MHz changes the estimated

Re: [Discuss-gnuradio] m-block timeouts, time passed

2008-04-25 Thread David Li
Hi George, I browsed through cmac.cc and got a few questions: 1. Can you explain more about Without m block to gr block connection, all raw samples are forced thru the MAC layer? 2. What kind of applications are needed to interface with your MAC code to do CS configuration and data

[Discuss-gnuradio] gr_complex and gr_complex to xxx

2008-04-25 Thread CHIN-YA HUANG
I am not sure the fine gr_complex to xxx is the same as the gr_complex which I found in the ofdm_mapper_bcv.cc const std::vectorgr_complex constellation I thought they are different, aren't they? ___ Discuss-gnuradio mailing list

[Discuss-gnuradio] Re: Discuss-gnuradio Digest, Vol 65, Issue 45

2008-04-25 Thread CHIN-YA HUANG
Message: 6 The OFDM system uses fft_length number of subcarriers and occupied_tones number of used subcarriers. The used subcarriers are mapped to the middle of the fft_length subcarriers leaving the same number of guardband subcarriers on either side. The middle two subcarriers are

Re: [Discuss-gnuradio] m-block timeouts, time passed

2008-04-25 Thread George Nychis
David Li wrote: Hi George, I browsed through cmac.cc and got a few questions: 1. Can you explain more about Without m block to gr block connection, all raw samples are forced thru the MAC layer? Ahhh I need to change that comment. That comment is no longer true. The samples hit the PHY

[Discuss-gnuradio] USRP2 GigE MAC module - 10Mbps?

2008-04-25 Thread Jennifer Ann Petersen
Hi there, I'd like to use the GigE MAC module for the USRP2 on a piece of (non-USRP2) hardware, but due to project constraints am not able to use GigE or 100Mbps. Does the module support 10Mbps? From the comments in the change logs, I'm guessing not, but just wanted to make sure. From an earlier

[Discuss-gnuradio] any recommendation? debug tools and IDE on cygwin

2008-04-25 Thread Bob
guys, I just got GR installed on cygwin. It runs. But don't know what debugging tools and IDE that I can use to play with it. Eclipse for windows seems not support cygwin. I couldn't run debugging or any other code navigation function. do you have any suggestions and recommendations on cygwin

[Discuss-gnuradio] RFX900 Gain

2008-04-25 Thread Wireless Monster
Hi all, Is there a way to reduce the gain of the RFX900 board? Using the self.subdev.set_gain(self.subdev.gain_range()[1]/Att) function does not seem to change anything. Thanks! ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] Photo of the Beagle Board and USRP

2008-04-25 Thread Eric A. Cottrell
Philip Balister wrote: I've received a Beagle board and started testing the USRP connection. (Still needs work) I've had several requests for more information so I thought a photo would help people understand the possibilities. http://www.flickr.com/photos/[EMAIL PROTECTED]/2439256116/ Philip

[Discuss-gnuradio] polymorphic type documentation (PMT)

2008-04-25 Thread George Nychis
Hi all, I've added documentation on the new polymorphic type in GNU Radio, PMT, to the GNU Radio wiki: http://gnuradio.org/trac/wiki/TypePMT It has full details of many of the methods, how to use a PMT, how to assign it values, how to do type conversions, etc... For more difficult PMT