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
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
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