Re: [Discuss-gnuradio] plot_data options in gr-utils

2016-06-01 Thread Marcus Müller
Hi Adellain, have you tried doing for example gr_plot_fft_c --help ? That should give you all options you can call those with. Now, if you're writing your own visualizations: I recommend using IPython notebooks, with matplotlib configured to produce inline images. Best regards, Marcus On 01.06

Re: [Discuss-gnuradio] plot_data options in gr-utils

2016-06-01 Thread Vitt Benv
Hi , take a look at my [ https://sourceforge.net/projects/automodrecog/ ] and tale a look at pyplot docs... not Gnuradio but it work! My app generate a plot as analysis's result and creates a PNG image embedeed into an html form. Bye, I3VFJ, Vittorio 2016-06-01 15:15 GMT+02:00 Adellain TSIAHINA

[Discuss-gnuradio] plot_data options in gr-utils

2016-06-01 Thread Adellain TSIAHINA
Hello all, I'm using gnuradio and I would write my own python scripts to plot the data (the data are saved in a binary file which contains the stream - saved with file sink in grc). I spent a day trying to use the scripts in gr-utils such as plot_data but I don't know exactly how to use it (the op