"Winamp style" spectrum analyzer
Posted
by cvb
on Stack Overflow
See other posts from Stack Overflow
or by cvb
Published on 2010-01-04T06:51:27Z
Indexed on
2010/03/13
19:45 UTC
Read the original article
Hit count: 207
I have a program that plots the spectrum analysis (Amp/Freq) of a signal, which is preety much the DFT converted to polar. However, this is not exactly the sort of graph that, say, winamp (right at the top-left corner), or effectively any other audio software plots. I am not really sure what is this sort of graph called (if it has a distinct name at all), so I am not sure what to look for.
I am preety positive about the frequency axis being base two exponential, the amplitude axis puzzles me though.
Any pointers?
© Stack Overflow or respective owner