discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] /gnuradio-examples/python/digital/transmit_path.p


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] /gnuradio-examples/python/digital/transmit_path.py and bitrate Question?
Date: Thu, 19 Mar 2009 09:27:03 -0700

2009/3/19 w w <address@hidden>:

> I've been trying to analyse the transmit_path.py script and stumped with the
> bitrate value.   I see bitrate being brought in from the options and also
> derived from pick_bitrate but I don't see where somthing is being done with
> it.

It is assigned in transmit_path.py, line 119.

It is used in tunnel.py, line 255.

The bitrate is a derived variable, mostly for display to the user,
though tunnel.py warns if the TX and RX sides don't match.

The modulator only needs to know the samples per symbol to use; the
transmitted bit rate is then additionally determined by the USRP
interpolation and DAC rate.

Johnathan




reply via email to

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