FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > DSP

DSP comp.dsp newsgroup, mailing list

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-06-2009, 11:30 PM
Rune Allnor
Guest
 
Posts: n/a
Default Re: logarithmic power spectra looks ridiculously high

On 6 Feb, 22:45, adamchapman <adamchapman1...@hotmail.co.uk> wrote:
> Hello,
>
> I was reading this paper (http://www.kecl.ntt.co.jp/icl/signal/
> nakatani/papers/icslp2002f0.pdf) and thought his Power spectra looks
> ridiculously high.
>
> using 10*log10(S) for the log power of spectrum S, S would need to be
> about 10^9 to get that high dB range.
>
> Or is there some standard that I'm unaware of?


Assuming a signed 32-bit integer number format, 1e9 represents
about 50% of the available dynamic range. It could be as simple
as that the authors used the integer format without paying
attention to scaling.

Rune
Reply With Quote
  #2 (permalink)  
Old 02-06-2009, 11:40 PM
adamchapman
Guest
 
Posts: n/a
Default Re: logarithmic power spectra looks ridiculously high

On Feb 6, 10:30*pm, Rune Allnor <all...@tele.ntnu.no> wrote:
> On 6 Feb, 22:45, adamchapman <adamchapman1...@hotmail.co.uk> wrote:
>
> > Hello,

>
> > I was reading this paper (http://www.kecl.ntt.co.jp/icl/signal/
> > nakatani/papers/icslp2002f0.pdf) and thought his Power spectra looks
> > ridiculously high.

>
> > using 10*log10(S) for the log power of spectrum S, S would need to be
> > about 10^9 to get that high dB range.

>
> > Or is there some standard that I'm unaware of?

>
> Assuming a signed 32-bit integer number format, 1e9 represents
> about 50% of the available dynamic range. It could be as simple
> as that the authors used the integer format without paying
> attention to scaling.
>
> Rune


Im not sure, the author has used the same scale for different examples
in other papers. The method I used gave a similar scale, but I don't
know if that's because Im doing it right or if Im doing it almost
right, or im just lucky with my particular data.
Reply With Quote
  #3 (permalink)  
Old 02-06-2009, 11:49 PM
[email protected]
Guest
 
Posts: n/a
Default Re: logarithmic power spectra looks ridiculously high

On Feb 6, 5:40*pm, adamchapman <adamchapman1...@hotmail.co.uk> wrote:
> On Feb 6, 10:30*pm, Rune Allnor <all...@tele.ntnu.no> wrote:
>
>
>
>
>
> > On 6 Feb, 22:45, adamchapman <adamchapman1...@hotmail.co.uk> wrote:

>
> > > Hello,

>
> > > I was reading this paper (http://www.kecl.ntt.co.jp/icl/signal/
> > > nakatani/papers/icslp2002f0.pdf) and thought his Power spectra looks
> > > ridiculously high.

>
> > > using 10*log10(S) for the log power of spectrum S, S would need to be
> > > about 10^9 to get that high dB range.

>
> > > Or is there some standard that I'm unaware of?

>
> > Assuming a signed 32-bit integer number format, 1e9 represents
> > about 50% of the available dynamic range. It could be as simple
> > as that the authors used the integer format without paying
> > attention to scaling.

>
> > Rune

>
> Im not sure, the author has used the same scale for different examples
> in other papers. The method I used gave a similar scale, but I don't
> know if that's because Im doing it right or if Im doing it almost
> right, or im just lucky with my particular data.- Hide quoted text -
>
> - Show quoted text -


the Y axis is power in dB relative to what??? probably some
arbitrary small number..

Mark
Reply With Quote
  #4 (permalink)  
Old 02-06-2009, 11:57 PM
adamchapman
Guest
 
Posts: n/a
Default Re: logarithmic power spectra looks ridiculously high

On Feb 6, 10:49*pm, makol...@yahoo.com wrote:
> On Feb 6, 5:40*pm, adamchapman <adamchapman1...@hotmail.co.uk> wrote:
>
>
>
>
>
> > On Feb 6, 10:30*pm, Rune Allnor <all...@tele.ntnu.no> wrote:

>
> > > On 6 Feb, 22:45, adamchapman <adamchapman1...@hotmail.co.uk> wrote:

>
> > > > Hello,

>
> > > > I was reading this paper (http://www.kecl.ntt.co.jp/icl/signal/
> > > > nakatani/papers/icslp2002f0.pdf) and thought his Power spectra looks
> > > > ridiculously high.

>
> > > > using 10*log10(S) for the log power of spectrum S, S would need to be
> > > > about 10^9 to get that high dB range.

>
> > > > Or is there some standard that I'm unaware of?

>
> > > Assuming a signed 32-bit integer number format, 1e9 represents
> > > about 50% of the available dynamic range. It could be as simple
> > > as that the authors used the integer format without paying
> > > attention to scaling.

>
> > > Rune

>
> > Im not sure, the author has used the same scale for different examples
> > in other papers. The method I used gave a similar scale, but I don't
> > know if that's because Im doing it right or if Im doing it almost
> > right, or im just lucky with my particular data.- Hide quoted text -

>
> > - Show quoted text -

>
> the Y axis is power in dB relative to what??? * *probably some
> arbitrary small number..
>
> Mark- Hide quoted text -
>
> - Show quoted text -


That's what Im thinking, I've chosen the small number to be the
smallest value present in the original power spectrum (abs(fft(x)).^2)
that is not zero. However I don't know if this is the right value to
use. I expected there was some kind of simple rule that everyone knew
about but me, Im very new to audio processing
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wavelet Phase Spectra vs. Power Spectra gkn DSP 0 02-02-2007 10:41 AM
How do I evaluate the power spectra density of QAM signals? Franc DSP 1 06-06-2006 05:49 AM
What is happening with the Cross-Correlation and Power Spectra of these signals? [email protected] DSP 8 03-03-2006 11:02 AM
Getting the Power Spectra Distribution [email protected] DSP 0 02-22-2006 03:14 PM
Ridiculously OT: The physics of beverages (was: Homework for the hollidays) Rune Allnor DSP 4 12-09-2004 02:09 AM


All times are GMT +1. The time now is 04:10 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved