Mercurial > hg > svgui
log layer/SpectrumLayer.cpp @ 1464:66bf1abfefc1
age | author | description |
---|---|---|
2018-11-26 | Chris Cannam | Use nullptr throughout fix-static-analysis |
2018-11-15 | 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 |
2018-11-15 | Chris Cannam | Different approach to x-coord calculation in slice layer - let's acknowledge that we really do have two different types of model, those whose "bins" are actually at a single value (frequency in the case of the spectrum) and those whose bins are just labels. |
2018-11-14 | Chris Cannam | Fixes to spectrum axis calculations, + default to starting at bin 1 |
2018-11-14 | Chris Cannam | We need to draw illumination label *after* the spectrum... |
2018-11-14 | Chris Cannam | Fix some incorrect pixel scaling |
2018-11-14 | Chris Cannam | Fix compiler warning |