Re: [Discuss-gnuradio] Implementing controlled transmission

2008-10-07 Thread Eric Blossom
On Tue, Oct 07, 2008 at 07:35:43AM -0700, kaleem ahmad wrote: > > Hi, > > I am using RFX2400+USRP+SUSI > > I am using following flowgraph to transmit data: > > gr.file_source -> gr.simple_framer -> gr.bytes_to_syms -> > gr.interp_fir_filter_fff -> gr.frequency_modulator_fc -> > gr.multiply_cons

[Discuss-gnuradio] Implementing controlled transmission

2008-10-07 Thread kaleem ahmad
Hi, I am using RFX2400+USRP+SUSI I am using following flowgraph to transmit data: gr.file_source -> gr.simple_framer -> gr.bytes_to_syms -> gr.interp_fir_filter_fff -> gr.frequency_modulator_fc -> gr.multiply_const_cc -> usrp.sink_c When I start the flowgraph by either start() or run() or Main