ematlis wrote:
> 
> Hi-
> 
> does anybody know where Chuck Swiger's website went to?  His old site 
> seems to be down and I was looking for his c-code based binary read file 
> utilities.  I tried plotting with gr_plot_float.py but the result doesn't 
> seem right to me.
> 
> thanks,
> eric
> 
> [snip]
> 
> 

Hi eric,

Try matplotlib / pylab:

http://matplotlib.sourceforge.net/
OR:
You can install it (I did it on Ubuntu) with the 'python-matplotlib'
package.

Then for plotting, simply:

import pylab
...
pylab.plot(data)

Hope this helps,
- Ismail

PS You might need to install some other packages to get rid of warning
messages.
-- 
View this message in context: 
http://www.nabble.com/chuck-swiger%27s-file-utilities-tf3836373.html#a10865109
Sent from the GnuRadio mailing list archive at Nabble.com.



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to