Re: fft of a dat file?

2009-03-25 Thread R. David Murray
Soumen banerjee wrote: > Hello > I have not tried the code because in no part of the code is the array > "out" being created. As such, it is bound to return an error that out > isnt created. The point here is how i can get sampled values from the > dat file which has lines like this:- > >

Re: fft of a dat file?

2009-03-25 Thread Soumen banerjee
Hello I have not tried the code because in no part of the code is the array "out" being created. As such, it is bound to return an error that out isnt created. The point here is how i can get sampled values from the dat file which has lines like this:- \r\n i need to isolate the sampled va

Re: fft of a dat file?

2009-03-24 Thread Steven D'Aprano
On Wed, 25 Mar 2009 11:26:00 +0530, Soumen banerjee wrote: > Hello, > I'm kind of new to python and i wanted to do a little project, make a > frequency plot of some wav audio. I have been following this webpage > http://www.acronymchile.com/sigproc.html and have got to the making of a > dat file c

fft of a dat file?

2009-03-24 Thread Soumen banerjee
Hello, I'm kind of new to python and i wanted to do a little project, make a frequency plot of some wav audio. I have been following this webpage http://www.acronymchile.com/sigproc.html and have got to the making of a dat file containing the samples and time of sampling. The question here is how d