[Discuss-gnuradio] Re: fm_tx4.py stronger signal, amplifying before sending

2007-08-31 Thread Patrick Strasser
Patrick Strasser schrieb: Max Moser schrieb: Can i amplify the signal before sending? How do i do that the easiest way in python? Setting the amplitude value higher in the sourcecode? Sorry, did not read carefully. You don't need to add anything, the block "gain" is where you want to turn at

[Discuss-gnuradio] Re: fm_tx4.py stronger signal, amplifying before sending

2007-08-31 Thread Patrick Strasser
Max Moser schrieb: Can i amplify the signal before sending? How do i do that the easiest way in python? Setting the amplitude value higher in the sourcecode? Of course. Use one of the gr.mulitply_const_xx blocks, x in (c, f, i, s). You can change the multiplication factor at runtime. Have a l