Mercurial > hg > svgui
log layer/SpectrumLayer.h @ 1428:c9fa16e41664 single-point
age | author | description |
---|---|---|
Mon, 26 Nov 2018 13:52:27 +0000 | Chris Cannam | Use override throughout fix-static-analysis |
Thu, 15 Nov 2018 15:08:08 +0000 | Chris Cannam | Retain consistent min freq (rather than min bin no) when changing fft parameters in spectrum; scale ffts by window size rather than fft size in case of oversampling, to avoid fading out because of scale factor including zero padding |
Wed, 14 Nov 2018 11:01:18 +0000 | Chris Cannam | Highlight the current peak line in the spectrum (when shown); also a fix to the crosshair labelling spectrogramparam |
Mon, 12 Nov 2018 11:34:34 +0000 | Chris Cannam | Use log-frequency rather than log-bin for calculating x coord in spectrum. This has the advantage that frequency positions don't move when we change the window size or oversampling ratio, but it does give us an unhelpfully large amount of space for very low frequencies - to be considered spectrogramparam |