ar1st0crat / NWaves

.NET DSP library with a lot of audio processing functions
MIT License
453 stars 71 forks source link

Stft.Spectrogram with overlapping window plot #26

Closed ToGoOrNotToGo closed 4 years ago

ToGoOrNotToGo commented 4 years ago

How can Stft.Spectrogram with overlapping windows be plotted in the SpectrogramPlot?

In general: should the overlapping part of the spectral chunks plot together (by overlap-add or something like that) or should the X time axis non continuously?

ToGoOrNotToGo commented 4 years ago

That was my mistake. HopSize determines the time resolution...