[Discuss-gnuradio] Dayton SDR Forum speaker list, times

2010-05-13 Thread Robert McGwier
Dayton SDR Forum is exciting this year. 4/5 of the talks are about HPSDR-related and that is good with a great list of speakers. Friday, 2:30-5 PM Gerald Youngblood, Flex updates 2:30 Lyle Johnson, Embedded Processors for SDR 3:00 John Melton, SDR GUI 3:30 Scott Cowling, HPSDR update 4:00

Re: [Discuss-gnuradio] Simple digital data transmitter

2010-05-13 Thread Tom Rondeau
On Thu, May 13, 2010 at 1:18 AM, marcin_w mwie9...@uni.sydney.edu.au wrote: Eric Blossom wrote: Your baseband sample rate is 100M/32 - 3.125MS/s You're using 2 samples/symbol, thus your symbol rate is   3.125MS/s / 2 - 1.5625Msymbols/s And since you're using DBPSK, you're getting 1

Re: Re:Re: [Discuss-gnuradio] PACKET FORMAT error

2010-05-13 Thread meco1982
Hi, can u help me? I want to know which are the step and the file to recompile after a changing in .cc codeAfter add the printf code in .cc what have u done? I have to modify a .cc code to use this modification in a py script as a new methodbut i don't get on with the job Thanks,

RE: Re:Re: [Discuss-gnuradio] PACKET FORMAT error

2010-05-13 Thread Kuntal
HI Domenico, You can 'make'(from terminal) the folder in which you have modified .cc and .py files. It should work fine if there are not errors in your modifications.. Regards, Kuntal Ray -Original Message- From: discuss-gnuradio-bounces+kray2=mail.uh@gnu.org

[Discuss-gnuradio] Alamouti Implementation

2010-05-13 Thread John Fidanis
I am trying to implement the Alamouti 2x1 scheme but i have some problems. I create 2 channel in order to use 2 antennas but one of the channel has less power than the other and i am thinking that the signal is not being transmited by both antennas . Does it matter the distance between the 2

[Discuss-gnuradio] Simultaneous send and receive with USRP2 and RFX900 Daughterboard

2010-05-13 Thread Pascal Sachs
I'm trying to simultaneously send and receive a sine signal with the USRP2 with a RFX900 Daughterboard. My setting is: - An arbritary signal generator sends a sinus signal to RX2 - The USRP2 sends a sine signal through TX/RX to an external Scope - The sampling rate is 1e6 - Interpolation at the

RE: Re:Re: [Discuss-gnuradio] PACKET FORMAT error

2010-05-13 Thread meco1982
Thanks so much I'm deeply sorry but i have to disturb u again... I changed the file db_dbsrx.c in /gnuradio/usrp2/firmaware/lib to insert a new method and c++ compiling at command window is not my best assetWhich are the command to type...? $ gcc db_dbsrx.c..and what else?

Re: Re:Re: [Discuss-gnuradio] PACKET FORMAT error

2010-05-13 Thread John Orlando
On Thu, May 13, 2010 at 9:29 AM, meco1982 meco1...@msn.com wrote: Thanks so much I'm deeply sorry but i have to disturb u again... I changed the file db_dbsrx.c  in  /gnuradio/usrp2/firmaware/lib  to insert a new method and c++ compiling at command window is not my best assetWhich are

[Discuss-gnuradio] How to set bitrate

2010-05-13 Thread Yan Nie
Hi all, How to set the bitrate and the DAC output amplitude, if only need to generate baseband signal as a 25kHz square wave and tune to RF? Thank you so much Regards, Yan attachment: ynie3.vcf___ Discuss-gnuradio mailing list

Re: [Discuss-gnuradio] USRP vs USRP2

2010-05-13 Thread Matt Ettus
On 05/12/2010 04:37 AM, Manne Tallmarken wrote: Hello all, I want to start expereiment with software defined radio but can't make up my mind which one of the usrp and usrp2 is the most suitable. I am new to FPGAs but want to start playing with these as well. I use GNU/Linux and GCC as much as I

Re: [Discuss-gnuradio] Which version of UHD firmware should I be using?

2010-05-13 Thread Matt Ettus
On 05/09/2010 12:40 AM, Charles Brain wrote: Hello, I am a bit confused, there seems to be two versions of the UHD firmware a Raw Ethernet version and a UDP version. I am about to try and move my USRP2 application to UHD and I was wondering which version I should be using? I have a USRP2 and a

[Discuss-gnuradio] RFX900 Duplex

2010-05-13 Thread Sharif Shaher
Hello, I understand that the new firmware supports full duplex for RX900. Would anyone happen to know how I would augment my c++ code (similar to rx_streaming_samples.cc) so that I can select antenna port RX2 for my reciever. I see how it is done in python, but wondering how to do it in c++.

Re: [Discuss-gnuradio] RFX900 Duplex

2010-05-13 Thread Marcus D. Leech
Hello, I understand that the new firmware supports full duplex for RX900. Would anyone happen to know how I would augment my c++ code (similar to rx_streaming_samples.cc) so that I can select antenna port RX2 for my reciever. I see how it is done in python, but wondering how to do it in

Re: [Discuss-gnuradio] RFX900 Duplex

2010-05-13 Thread Sharif Shaher
Thank you Marcus, will give it a try and let you know if I have a success. Sharif - Original Message - From: Marcus D. Leech mle...@ripnet.com To: discuss-gnuradio@gnu.org Sent: Thursday, May 13, 2010 3:41 PM Subject: Re: [Discuss-gnuradio] RFX900 Duplex Hello, I understand that

[Discuss-gnuradio] old USRP inband code

2010-05-13 Thread George Nychis
I'm trying to grab a copy of the GNU Radio code through git which still has the old USRP inband code. I noticed this commit from Jonathan in my search: Author: jcorgan jcor...@221aa14e-8319-0410-a670-987f0aec2ac5 Date: Thu Jul 9 02:55:51 2009 + Merged r11377:11390 from

Re: [Discuss-gnuradio] old USRP inband code

2010-05-13 Thread Thomas Tsou
On Thu, May 13, 2010 at 4:25 PM, George Nychis gnyc...@cmu.edu wrote: I'm trying to grab a copy of the GNU Radio code through git which still has the old USRP inband code.  I noticed this commit from Jonathan in my search: Author: jcorgan jcor...@221aa14e-8319-0410-a670-987f0aec2ac5 Date:  

[Discuss-gnuradio] new inband plan? message passing?

2010-05-13 Thread George Nychis
Hi all, What is the gameplan for the new inband infrastructure? VRT now defines the protocol/structure of the messages between the USRP and host... but what about message passing at the host? This is something I'm going to need in the near future, and if the price (a very, very, solid plan) is

Re: [Discuss-gnuradio] GNU Radio release 3.3.0-rc0 available for testing

2010-05-13 Thread Don Ward
Johnathan Corgan wrote: GNU Radio release 3.3.0-rc0 is available for testing: http://gnuradio.org/releases/gnuradio/gnuradio-3.3.0-rc0.tar.gz http://gnuradio.org/releases/gnuradio/gr-howto-write-a-block-3.3.0-rc0.tar.gz This is the first release candidate for the 3.3 release series. This

Re: [Discuss-gnuradio] GNU Radio release 3.3.0-rc0 available for testing

2010-05-13 Thread Johnathan Corgan
On Thu, May 13, 2010 at 18:10, Don Ward don2387w...@sprynet.com wrote: I have attached a diff file showing the slight differences between the ltmain.sh in the tarball [...] It would be nice if we could ship a tarball with a ltmain.sh that works on Windows. This has been applied. Rather,

Re: [Discuss-gnuradio] Ubuntu 10.04 installation

2010-05-13 Thread Johnathan Corgan
On Thu, May 13, 2010 at 19:29, Marcus D. Leech mle...@ripnet.com wrote: Anyone seen this type of problem trying to build fairly-recent GIT, on a out of the box Ubuntu 10.04 system: /usr/local/src/gnuradio/gruel/src/include/gruel/pmt.h:29,                  from pmt.cc:27:

Re: [Discuss-gnuradio] Ubuntu 10.04 installation

2010-05-13 Thread Tom Rondeau
On Thu, May 13, 2010 at 10:54 PM, Johnathan Corgan jcor...@corganenterprises.com wrote: On Thu, May 13, 2010 at 19:29, Marcus D. Leech mle...@ripnet.com wrote: Anyone seen this type of problem trying to build fairly-recent GIT, on a out of the box Ubuntu 10.04 system:

Re: [Discuss-gnuradio] Trouble in x86_64 land?

2010-05-13 Thread Marcus D. Leech
On 05/10/2010 09:04 PM, Marcus D. Leech wrote: Well, I just turned gl rendering back on, but displayed via an SSH tunnel back to a different machine with a different video card. Works just fine. So, some badness in GL I spoze. Not much that Gnu Radio can do about it, I guess.

Re: [Discuss-gnuradio] Ubuntu 10.04 installation

2010-05-13 Thread Marcus D. Leech
On 05/13/2010 11:01 PM, Tom Rondeau wrote: I installed 10.04 on my laptop as a full, fresh install. I haven't had any issues building GNU Radio. I don't have anything constructive for you, Marcus, just that bit of info. Tom Hm.Curiouser, and curiouser. It's not my machine, I'm

[Discuss-gnuradio] Re: GNU Radio release 3.3.0-rc0 available for testing

2010-05-13 Thread ikjtel
Still getting this error message when trying to play with the new block gr_fir_ccf: using SSE thread[thread-per-block[1]: gr_block dd_mpsk_sync_cc (3)]: gr_complex must be 8-byte aligned I've pasted the py program code below - it's trivial. An initial offhand diagnosis might suggest this is