About 50 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 of ...

    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. A …

  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, spectrograph, and similar …

  4. signal processing - MATLAB 'spectrogram' params - Stack Overflow

    I am a beginner in MATLAB and I should perform a spectral analysis of an EEG signal drawing the graphs of power spectral density and spectrogram. My signal is 10 seconds long and a sampling …

  5. Spectrogram in python using numpy - Stack Overflow

    Aug 28, 2020 · I need to make spectrogram using numpy. I take 1s of audio and split it into 0.02s chunks. Then I calculate FFT using numpy and put it back together into one image. Results are poor. …

  6. Can I adjust spectogram frequency axes? - Stack Overflow

    May 29, 2015 · The MATLAB documentation examples for the spectrogram function gives examples that have the frequency axis set to [0 500]. Can I change this to something like [0 100]? Obviously …

  7. 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 signal …

  8. python - scipy spectrogram with logarithmic frequency axis? - Stack ...

    This is the result: But the frequency axis is linear. For audio this is not often desirable - at any rate, it's not what I want. Is there a way to coax scipy.signal.spectrogram to output a logarithmic frequency …

  9. How to convert a .wav file to a spectrogram in python3

    Jun 27, 2017 · I am trying to create a spectrogram from a .wav file in python3. I want the final saved image to look similar to this image: I have tried the following: This stack overflow post: Spectrogram o...

  10. spectrogram - Octave specgram: How do I plot negative frequencies ...

    Dec 11, 2023 · I have a complex signal and I'm trying to use Octave to plot a spectrogram. I found the specgram function, and it's close to what I want, but I can't figure out how to get it to display negative …