Re: [Discuss-gnuradio] how to transmit a DQPSK Modulated Sequence through USRP (how to handel the carrier?)

2008-04-13 Thread Bill Stevenson
Attached is the pulse shaping generator in Dqpsk Modulator # pulse shaping filter self.rrc_taps = gr.firdes.root_raised_cosine( self._samples_per_symbol, # gain (sps since we're interpolating by sps) self._samples_per_symbol, # sampling rate 1.0, #

Re: [Discuss-gnuradio] two questions about the general communication system

2008-04-13 Thread Bill Stevenson
Sorry! Below was a typo! Eb should be set to1, I think. Thank you Bill - Original Message From: Bill Stevenson <[EMAIL PROTECTED]> To: discuss-gnuradio@gnu.org Sent: Monday, April 14, 2008 12:27:58 AM Subject: Re: [Discuss-gnuradio] two questions about the general communication system

Re: [Discuss-gnuradio] two questions about the general communication system

2008-04-13 Thread Bill Stevenson
Thank u George!!! I know i have to calculate, but how much I set Eb/N0 to? Now i think it should be set to 1. Bill - Original Message From: George Nychis <[EMAIL PROTECTED]> To: Bill Stevenson <[EMAIL PROTECTED]> Cc: discuss-gnuradio@gnu.org Sent: Monday, April 14, 2008 12:00:45 AM Sub

[Discuss-gnuradio] how to transmit a DQPSK Modulated Sequence through USRP (how to handel the carrier?)

2008-04-13 Thread Bill Stevenson
Hello, everybody I am trying to transmit a DQPSK Modulated Sequence into sky through USRP, but after the symbols whose types are complex go through the pulse shaping filter, how can we put them onto a carrier, say cos(2*pi*fc*t). Should we multiply the complex symbols with cos(2*pi*fc*t) or wit

Re: [Discuss-gnuradio] two questions about the general communication system

2008-04-13 Thread George Nychis
Read not only the document that I sent you, but the document that Brian sent you too. You can lead a horse to water, but you can't make it drink. Both docs tell you have to make the calculation. - George Bill Stevenson wrote: - Forwarded Message From: Bill Stevenson <[EMAIL PROTE

Re: [Discuss-gnuradio] two questions about the general communication system

2008-04-13 Thread Bill Stevenson
- Forwarded Message From: Bill Stevenson <[EMAIL PROTECTED]> To: George Nychis <[EMAIL PROTECTED]> Sent: Sunday, April 13, 2008 11:58:08 PM Subject: Re: [Discuss-gnuradio] two questions about the general communication system I meant: i was just simulating a simple communication system

Re: [Discuss-gnuradio] two questions about the general communication system

2008-04-13 Thread George Nychis
So... if the noise channel is on your laptop, you must have generated this channel? Is it a simulated channel? Are you specifying the noise power? You're not giving us much information. - George Bill Stevenson wrote: Thank you! What i am trying to do is very simple: I don't use USRP, i ju

Re: [Discuss-gnuradio] Questions on US digital cable ...

2008-04-13 Thread Vijay Ramasami
Jan, Sorry. I have been out of touch with GNURadio for a while. I am very happy to hear that you have some data available to test. I would really appreciate it if you can find time to upload your data (whatever size you are comfortable with - I have a fast connection and hence 270MB should downloa

Re: [Discuss-gnuradio] two questions about the general communication system

2008-04-13 Thread Bill Stevenson
Thank you! What i am trying to do is very simple: I don't use USRP, i just used a vector as a bit source and have it modulated and transmitted through a noise channel (on my laptop ^.^ ). Now i can set the value of noise's amplitude, but there seems to be no way to determine the bit energy! How

Re: [Discuss-gnuradio] two questions about the general communication system

2008-04-13 Thread Daniel Halperin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Apr 13, 2008, at 1:28 PM, Brian Padalino wrote: On Sun, Apr 13, 2008 at 2:38 PM, Bill Stevenson <[EMAIL PROTECTED]> wrote: Thank you George! I am just wondering when we calculate BER, how can we determine the value of bit energy? Thank u!

[Discuss-gnuradio] Re: Cygwin install problem

2008-04-13 Thread Don Ward
Don - Thanks for the info. I tried this but initially had a problem with the first export statement due to the space before the equal sign. Apparently that's not allowed. After that, configure went ok but I got the following problem during make: g++: I/usr/local/include/SDL: No such file o

[Discuss-gnuradio] Re: Cygwin install problem

2008-04-13 Thread Walker, Robert CIV NSWC Crane, WCE Aviation Systems Staff
Don - Thanks for the info. I tried this but initially had a problem with the first export statement due to the space before the equal sign. Apparently that's not allowed. After that, configure went ok but I got the following problem during make: g++: I/usr/local/include/SDL: No such file or

Re: [Discuss-gnuradio] two questions about the general communication system

2008-04-13 Thread Brian Padalino
On Sun, Apr 13, 2008 at 2:38 PM, Bill Stevenson <[EMAIL PROTECTED]> wrote: > > Thank you George! > > I am just wondering when we calculate BER, how can we determine the value of > bit energy? Thank u! There's a good article (with commentary from Phil Karn as well) located here: http://www.sss

Re: [Discuss-gnuradio] two questions about the general communication system

2008-04-13 Thread Bill Stevenson
Thank you George! I am just wondering when we calculate BER, how can we determine the value of bit energy? Thank u! Bill - Original Message From: George Nychis <[EMAIL PROTECTED]> To: Bill Stevenson <[EMAIL PROTECTED]> Sent: Sunday, April 13, 2008 1:01:21 PM Subject: Re: [Discuss-gnura

Re: [Discuss-gnuradio] usrp_firmware.ihx and usrp_fpga.rbf are not found

2008-04-13 Thread Eric Blossom
On Sun, Apr 13, 2008 at 08:14:01PM +0200, [EMAIL PROTECTED] wrote: > > > Hello, > > I just started with GNU Radio, and I have a problem with the USRP card which > is > not find usrp_firmware.ihx both file and usrp_fpga.rbf because they are not > installed on my fedora version. > > Can you tell

[Discuss-gnuradio] usrp_firmware.ihx and usrp_fpga.rbf are not found

2008-04-13 Thread amrina1
Hello, I just started with GNU Radio, and I have a problem with the USRP card which is not find usrp_firmware.ihx both file and usrp_fpga.rbf because they are not installed on my fedora version. Can you tell me where I can be found for added Thanks in advance Naoufel (Paris)

Re: [Discuss-gnuradio] Shared varible between blocks

2008-04-13 Thread Vincenzo
Thanks Michael, it worked flawlessly On Sat, 2008-04-12 at 20:28 -0400, Michael Dickens wrote: > IIRC: The "standard C" way to do this is: > > In one, and only one, .cc file, do at the top level (not in any class, > method, or function definition), e.g.: > > int foo = 0; > > then in the .h fi