Simple Python struct issue

2009-10-02 Thread Carlo DiCelico
I saw an article on O'Reilly about using NumPy and Dislin to analyze and visualize WAV files. It's a really fantastic article but was a little out of date. I updated the script to work with the newer modules etc but am still having trouble getting it working. The line temp[i,:] =

Re: Simple Python struct issue

2009-10-02 Thread Simon Forman
On Fri, Oct 2, 2009 at 12:07 PM, Carlo DiCelico carlo.dicel...@gmail.com wrote: I saw an article on O'Reilly about using NumPy and Dislin to analyze and visualize WAV files. It's a really fantastic article but was a little out of date. I updated the script to work with the newer modules etc

Re: Simple Python struct issue

2009-10-02 Thread Carlo DiCelico
On Oct 2, 12:15 pm, Simon Forman sajmik...@gmail.com wrote: On Fri, Oct 2, 2009 at 12:07 PM, Carlo DiCelico carlo.dicel...@gmail.com wrote: I saw an article on O'Reilly about using NumPy and Dislin to analyze and visualize WAV files. It's a really fantastic article but was a little

Re: Simple Python struct issue

2009-10-02 Thread MRAB
Carlo DiCelico wrote: I saw an article on O'Reilly about using NumPy and Dislin to analyze and visualize WAV files. It's a really fantastic article but was a little out of date. I updated the script to work with the newer modules etc but am still having trouble getting it working. The line

Re: Simple Python struct issue

2009-10-02 Thread Carlo DiCelico
On Oct 2, 3:17 pm, Simon Forman sajmik...@gmail.com wrote: On Fri, Oct 2, 2009 at 12:35 PM, Carlo DiCelico carlo.dicel...@gmail.com wrote: On Oct 2, 12:15 pm, Simon Forman sajmik...@gmail.com wrote: On Fri, Oct 2, 2009 at 12:07 PM, Carlo DiCelico carlo.dicel...@gmail.com wrote: I

Re: Simple Python struct issue

2009-10-02 Thread Carlo DiCelico
On Oct 2, 12:49 pm, MRAB pyt...@mrabarnett.plus.com wrote: Carlo DiCelico wrote: I saw an article on O'Reilly about using NumPy and Dislin to analyze and visualize WAV files. It's a really fantastic article but was a little out of date. I updated the script to work with the newer modules