Re: [Matplotlib-users] PSD amplitude disparity

2010-03-03 Thread Dunx
That was it Thanks :) John Hunter-4 wrote: > > On Tue, Mar 2, 2010 at 5:13 AM, Dunx wrote: >> >> Hi, >> >> I know about the difference between pylab.psd and mlab.psd, but in theory >> the only difference between the returned values is: >> >> pylab.psd = 10*log10(mlab.psd) >> >> Except this is

Re: [Matplotlib-users] PSD amplitude disparity

2010-03-02 Thread John Hunter
On Tue, Mar 2, 2010 at 5:13 AM, Dunx wrote: > > Hi, > > I know about the difference between pylab.psd and mlab.psd, but in theory > the only difference between the returned values is: > > pylab.psd = 10*log10(mlab.psd) > > Except this is not true, there is noticeable difference: > > pylab.psd = 23

[Matplotlib-users] PSD amplitude disparity

2010-03-02 Thread Dunx
Hi, I know about the difference between pylab.psd and mlab.psd, but in theory the only difference between the returned values is: pylab.psd = 10*log10(mlab.psd) Except this is not true, there is noticeable difference: pylab.psd = 23.4962 (all these pylab.psd values are read from graph) 10*log1