From ftm
(How to make a logarithmic frequency scale fft with vecdisplay) |
|||
Line 1: | Line 1: | ||
I have modify the gabor.analysis example to make a simple fft. | I have modify the gabor.analysis example to make a simple fft. | ||
− | I make the FFT of signal_1(f)-signal_2(f) but i want to display the result with a logarithmic scale , not a linear or Bark | + | I make the FFT of signal_1(f)-signal_2(f) but i want to display the result with a logarithmic scale , not a linear or Bark.</br> |
My processing work well but only with bark and liear scale. | My processing work well but only with bark and liear scale. | ||
Help me please | Help me please |
Revision as of 16:37, 12 March 2009
I have modify the gabor.analysis example to make a simple fft. I make the FFT of signal_1(f)-signal_2(f) but i want to display the result with a logarithmic scale , not a linear or Bark.</br> My processing work well but only with bark and liear scale. Help me please