About 141,000 results
Open links in new tab
  1. What is a spectrogram and how do I set its parameters?

    A spectrogram is a visual representation of the Short-Time Fourier Transform. Think of this as taking chunks of an input signal and applying a local Fourier Transform on each chunk.

  2. Signal Processing: Can someone explain for me the different type …

    Jan 15, 2018 · Spectrogram: Splitting a sound into harmonics A spectrogram is a visualization of the frequency spectrum, a breakdown of the sound into pure sinusoids of different frequencies. …

  3. Terminology: spectrum, spectrogram, spectrograph, sonogram, etc

    May 22, 2012 · In term of proper or accepted naming conventions of DSP graphics or instrumentation output, what is the difference between the words spectrum, spectrogram, …

  4. Understanding the shape of spectrograms and n_mels

    Jun 26, 2020 · So for 10s of audio at 22050 Hz, you get a spectrogram array with the dimensions (128, 430), where 128 is the number of Mel bins and 430 the number of features (in this case, …

  5. How plot a waterfall of Frequency with python - Stack Overflow

    Sep 10, 2018 · Here is an example, the spectrogram is made with scipy.signal.stft, which creates the dft array for us. I'm not detailling helper functions in order to shorten the code, feel free to …

  6. Reconstruction of audio signal from Spectrogram

    Jul 9, 2013 · A spectrogram matrix is lossy, so can't be used for reconstruction. But if you can reverse engineer a transform to produce your desired spectrogram, you can apply it to the …

  7. How do I optimize the window lengths in STFT?

    Look at this example where I generated a spectrogram of a sine wave with 5kHz and sample rate of 22050Hz, from my C++ code. The above spectrogram has window size of 2048 samples …

  8. Welch spectrogram - Signal Processing Stack Exchange

    Oct 26, 2017 · I have been using scipy's spectrogram function (STFT) to compute a PSD spectrogram for a non-stationary signal. I provide X length window (with nperseg = X/10) each …

  9. python - Spectrogram 2D and 3D - Stack Overflow

    Mar 15, 2020 · I've created 2D and 3D spectrogram with python scipy. The 2D spectrogram is fully correct, but 3D spectrogram looks wrong, it has additional color blue. What is wrong 3D …

  10. spectrogram - Spectrum of FM signal? - Signal Processing Stack …

    Jan 11, 2021 · Why ? What would happen in the simple example of a 2 tones modulating signal ? If a carrier is AM modulated by complex signal like speech, we find the spectrum of modulating …