discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Simple digital data transmitter


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Simple digital data transmitter
Date: Wed, 12 May 2010 11:02:42 -0700
User-agent: Mutt/1.5.20 (2009-08-17)

On Wed, May 12, 2010 at 09:06:13AM -0700, David Barton wrote:
> Hi,
>  
> I have set up the following simple digital data transmitter:
>  
>  
> File source -à   throttle    -à    packet encoder --- >  DBPSK modulator -à 
> USRP2     
> File size             sample rate       samples/sym - 2        samples/sym – 
> 2           Inter rate 32   
> -variable             3.125M             bits/sym - 1              excess BW 
> – 0.35         Freq 400M
>                                                      access code – n/a      
> grey code - yes             Gain 0
>                                                      pad for USRP – yes
>                                                      payload len – 0
>  
>  
> What is the transmit (over the air) data rate of this line up ?
>  
> Please explain how the rate is derived.
>  
> Thanks,
> Dave

Remove the "throttle", it's not needed.

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 bit/symbol, thus your
raw over-the-air bit rate is 1.5625Mbit/s

Eric



reply via email to

[Prev in Thread] Current Thread [Next in Thread]