# HG changeset patch # User Chris Cannam # Date 1483462250 0 # Node ID 8b72c5a7dfe53b93ad3457d0307a155eecccfe89 # Parent c8183f084ad8901fe4cbee618b563ebe72faef27 Mention hybrid normalisation in changelog diff -r c8183f084ad8 -r 8b72c5a7dfe5 CHANGELOG --- a/CHANGELOG Tue Jan 03 16:45:43 2017 +0000 +++ b/CHANGELOG Tue Jan 03 16:50:50 2017 +0000 @@ -32,6 +32,12 @@ format of record, because of differences like this between decoders. The previous behaviour is still available as a preference. + - Add new Hybrid normalisation type for spectrogram and colour 3d + plot layers. This normalises each column to its peak value and then + scales the normalised values by the log of the peak in order to + restore some distinction in scale between columns with different + levels. It can provide quite visually clear results. + - Add function to subdivide time instant layers into regular intervals (and its inverse)