Concept Flow - Spectrogram visualization
Input Signal
Windowing: Split signal into chunks
Apply FFT on each chunk
Calculate magnitude (power) spectrum
Stack spectra over time
Display as 2D image: Time vs Frequency vs Intensity
The signal is split into small time windows, each window is transformed to frequency data, then all frequency data are combined over time to form the spectrogram image.