[Discuss-gnuradio] ofdm occupied tones concept

2010-05-02 Thread jf w
Hi all, I'm thinking about implementing non-contiguous OFDM with gnuradio. So I read the ofdm codes of gnuradio. And I find the occupied tones concept in gnuradio. Is it designed for non-contiguous OFDM? Or it is for other reasons? -- Thanks, Jianfei BUAA _

Re: [Discuss-gnuradio] How to compute square root?

2010-05-02 Thread JAS DEO
Thanks alot sir for your reply. Regards Jaspreet -- View this message in context: http://old.nabble.com/How-to-compute-square-root--tp28384288p28426105.html Sent from the GnuRadio mailing list archive at Nabble.com. ___ Discuss-gnuradio mailing li

[Discuss-gnuradio] Parallel transmission and reception....

2010-05-02 Thread Muhammad Ali Khan
Hello, I am using Flex900 daughter board with USRP board. I am using TX/RX port for the transmission and for channel sensing, is it possible to do reception process simultaneously so that i can receive what i am transmittingPlease help me this, and If not then give me a good reason that what a

[Discuss-gnuradio] Swept FFT

2010-05-02 Thread William Pretty Security Inc
Ok. So I followed Josh's advice and fed the output of a triangle source into a variable sink. My problem is getting the variable sink to control the usrp source. The variable sink can be of type: Complex, Float, Int, short, or byte. The usrp source is looking for a variable type Real and so

Re: [Discuss-gnuradio] Swept FFT

2010-05-02 Thread Josh Blum
The type in variable sink needs to match the type output by the triangle source (probably you want float). Anyway, grc will not validate the flow graph if the types does not match. The variable sink sets a variable in python which will be a python float (not be confused with a float in c/c++ w

RE: [Discuss-gnuradio] reprogram the CPLD of USPR2

2010-05-02 Thread jimmy nu
Dear Matt, Thanks a lot for your reply. I have Xilinx 10.1 installed (ISE, chipscope...). I also have a Xilinx USB platform cable 2 which is connected to both USRP2 and my PC. So can you help to identify the programming process: 1. I modify boot_cpld.v and implement it with Xilinx 2.

[Discuss-gnuradio] My old gnu radio code ( 2007) does not work now :(

2010-05-02 Thread Bisu Bahadur
Hi All, I am running gnu radio-3.2.2 now. I haven't used gnuradio in a while (since 2007). I had a old gnuradio code (from a project) that generated a signal repeatedly until I ask it to stop, and the source came from a vector source defined in the program (please see below). I know "flow_graph"

Re: [Discuss-gnuradio] DQPSK Modulation/Demodulation issue

2010-05-02 Thread marcin_w
anyone? Surely someone has created a dqpsk trasmitter/receiver that works with a simple vector source as input & vector sink as output. -- View this message in context: http://old.nabble.com/DQPSK-Modulation-Demodulation-issue-tp28288015p28431613.html Sent from the GnuRadio mailing list archi

Re: [Discuss-gnuradio] ofdm occupied tones concept

2010-05-02 Thread George Nychis
On Sun, May 2, 2010 at 4:08 AM, jf w wrote: > Hi all, > > I'm thinking about implementing non-contiguous OFDM with gnuradio. So I > read the ofdm codes of gnuradio. And I find the occupied tones concept in > gnuradio. Is it designed for non-contiguous OFDM? Or it is for other > reasons > There