Information AboutSpectrogram |
| CATEGORIES ABOUT SPECTROGRAM | |
| acoustics | |
| signal processing | |
|
The spectrogram is the result of calculating the Frequency Spectrum of Windowed Frame s of a compound Signal . It is a three-dimensional plot of the energy of the frequency content of a signal as it changes over time. Spectrograms are used to identify Phonetic sounds, to analyse the cries of animals, and in the fields of Music , Sonar / Radar , Speech Processing , etc. A spectrogram can also be called a spectral waterfall, '''sonogram''', '''voiceprint''', or '''voicegram'''. The instrument that generates a spectrogram is called a '''sonograph'''. FORMAT In the most usual format, the horizontal axis represents Time , the vertical axis is Frequency , and the Intensity of each point in the image represents amplitude of a particular frequency at a particular time. Often the diagram is reduced to two dimensions by indicating the intensity with thicker lines, more intense colors or grey values. There are many variations of format. Sometimes the vertical and horizontal axes are switched, so time runs up and down. Sometimes the amplitude is represented as the height of a 3D surface instead of color or intensity. The frequency and amplitude axes can be either Linear or Logarithm ic, depending on what the graph is being used for. For instance, audio would usually be represented with a logarithmic amplitude axis (probably in DB ), and frequency would be linear to emphasize harmonic relationships, or logarithmic to emphasize musical, tonal relationships. GENERATION Spectrograms are usually created in one of two ways; either with a series of Bandpass Filter s, or calculated from the time signal using the Short-time Fourier Transform (STFT). The filter method is usually used in the Analog , continuous version of measurement. The frequency range of the signal (an audio signal, for instance, would have frequencies in the range of 20 Hz - 20 kHz) is divided into equal sections, either linearly (0-100, 100-200, 200-300, ...), or logarithmically (10-100, 100-1000, 1000-10000, ...). The signal is input to a corresponding Filter , which removes all of the signal that does not fall within its frequency band. The magnitudes of each filter output are recorded as functions of time. Each recording then corresponds to a horizontal line in the image; a measurement of magnitude versus time for a specific frequency band. To calculate the spectrogram using the magnitude of the STFT is usually a Digital process. Digitally Sample d data, in the time domain, is broken up into chunks, which usually overlap, and Fourier transformed to calculate the magnitude of the frequency spectrum for each chunk. Each chunk then corresponds to a vertical line in the image; a measurement of magnitude versus frequency for a specific moment in time. The spectrums or time plots are then "laid side by side" to form the image or 3D surface. The spectrogram is given by the Magnitude of the STFT of the function: |
|
|