Hi,
> On Fri, 1/30/09, Emil Molin wrote:
>
> Running it with a generated signal causes the program to freeze.
>
>
This is normal since there is no sampling rate control in your code and your
CPU will be eaten. To overcome this problem use gr.throttle API in you code.
Best Regards,
Firas
_
Im learning about gnuradio for my final thesis (quite common i see) and i
wanted to show a simple FFT of a simple signal (or noise) but the only thing
i get the GUI working for is audio input from the microphone. Running it
with a generated signal causes the program to freeze.
Here is my code: (ive