Re: Logarithmic Binning with Histogram function? [message #51837] |
Wed, 06 December 2006 19:56 |
fatcat3131
Messages: 6 Registered: November 2006
|
Junior Member |
|
|
ha. wow, my bad.... i must need some sleep....
thanks,
tara
Braedley wrote:
> You could always take the log of your data, do the histogram, and then
> the exponent. Better yet, get the reverse indicies and then you don't
> have to convert back.
>
> Seems to me that the use of dB values isn't high enough among some of
> us. : )
>
> Braedley
>
> fatcat3...@gmail.com wrote:
>> Is it at all possible to perform the histogram function with bin sizes
>> that are *not* constant? Performing a histogram prevents me from having
>> to loop over my data, but I need to vary the bin sizes. is this doable?
>>
>> tara.
|
|
|
Re: Logarithmic Binning with Histogram function? [message #51839 is a reply to message #51837] |
Wed, 06 December 2006 19:35  |
Braedley
Messages: 57 Registered: September 2006
|
Member |
|
|
You could always take the log of your data, do the histogram, and then
the exponent. Better yet, get the reverse indicies and then you don't
have to convert back.
Seems to me that the use of dB values isn't high enough among some of
us. : )
Braedley
fatcat3...@gmail.com wrote:
> Is it at all possible to perform the histogram function with bin sizes
> that are *not* constant? Performing a histogram prevents me from having
> to loop over my data, but I need to vary the bin sizes. is this doable?
>
> tara.
|
|
|