updating FFT plotting utilities. New file gr_plot_fft.py can plot any data type with...
authortrondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 25 Oct 2008 21:22:12 +0000 (21:22 +0000)
committertrondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 25 Oct 2008 21:22:12 +0000 (21:22 +0000)
commite528d03294cf9785137228766097acae9351dd08
tree2728675f3548b7a7facfcd1d4f1b45531eb94f74
parent9213029afb2f1e614ea79fff3b2155ff48927a02
updating FFT plotting utilities. New file gr_plot_fft.py can plot any data type with -d flag and gr_plot_fft_c and gr_plot_fft_f just call this one and pass in complex of float data types.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9842 221aa14e-8319-0410-a670-987f0aec2ac5
gr-utils/src/python/Makefile.am
gr-utils/src/python/gr_plot_fft.py [new file with mode: 0755]
gr-utils/src/python/gr_plot_fft_c.py
gr-utils/src/python/gr_plot_fft_f.py