discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] fm_tx4 question related to loop sending


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] fm_tx4 question related to loop sending
Date: Fri, 14 Sep 2007 09:43:02 -0700
User-agent: Mutt/1.5.9i

On Fri, Sep 14, 2007 at 08:52:50AM +0200, Max Moser wrote:
> Hi there,
> 
> fm_tx4 is sending the signal in a "loop". I did not find hte right  
> spot to tell him that he should only send it 1 or X times. Can  
> someone help me out on this?
> 
> Thank you again.
> 
> max
> 


 src = gr.file_source (gr.sizeof_float, filename, True)

The last argument tells it to "repeat" the file or not.

Eric




reply via email to

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