Question

Assume that I have STFT (short time fourier transform) data, how would these can be displayed on the picture box as spectrogram of frequency vs time, what function in C# can I use ?

Was it helpful?

Solution

The WPF Sound Visualization Library isn't bad for this type of thing, although it doesn't have a spectrograph control.

While not a .NET implementation Audacity is open source. So you may be able to poke around in there and see how they created their Spectrograph control

There is also some Matlab code here that should allow you to get to where you need

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top