Re: [Discuss-gnuradio] About the am_rcv.py

2005-03-26 Thread Eric Blossom
On Fri, Mar 25, 2005 at 10:09:40PM -0800, Sachi wrote: > Hey, guys > > I am studying the examples these days. I met a > question when I read am_rcv.py. > > Why do we need a offset frequency of 30kHz in this > case? > > src.set_rx_freq (0, IF_freq) > actual_IF_freq =src.rx_freq(0)

[Discuss-gnuradio] About the am_rcv.py

2005-03-25 Thread Sachi
Hey, guys I am studying the examples these days. I met a question when I read am_rcv.py. Why do we need a offset frequency of 30kHz in this case? src.set_rx_freq (0, IF_freq) actual_IF_freq =src.rx_freq(0) actual_offset = actual_IF_freq + station The three lines are conf