audio-visualizer icon indicating copy to clipboard operation
audio-visualizer copied to clipboard

Log-log Scaling

Open mtthw-meyer opened this issue 4 years ago • 1 comments

I'd like to be able to use this to generate log-log visualizations of a spectrum for looking at things like the frequency response of a digital filter. Looking at the spectrum-analyzer it's easy to scale "power gain" to log with something like the provided scale_20_times_log10 but there isn't a way to do that for the frequency (at least that produces nice output).

For example: image

mtthw-meyer avatar Apr 15 '21 18:04 mtthw-meyer

Hi @mtthw-meyer that's a great feature request! Unfortunately the current state of this project is that I quickly created a more or less dirty code base to quickly get results.

Feel free to contribute an submit a PR!

phip1611 avatar Apr 16 '21 09:04 phip1611