#Devember 2020 - Day 18 - Spectral Painter - Functions
I’ve replaced the code that was generating the images you saw, with the functions I’ve extracted. Now I keep a float matrix and don’t work converting the initial spectrogram image. Having a single line on, it has no difference.
I’ve noticed that without the image normalization the recomputed spectrogram would look like the original, but with normalization it has black values on the line, so probably they are negative values, I’m not sure there can be negative values though.
The recomputed signal has frequency that seems double of the original from the inverse STFT.
TODOs:
In the inverse STFT I should use the window I used for the STFT.
The way I manage the time shift is wrong.
I’ll have to keep a bigger spectrogram and downscale it for visualization







