Discrete-Time
Discrete Fourier Transform
Digital Signal
Power Spectral Density
PSD
Spectrogram
- PSD vertically
- Frequency power over time horizontally
- Time and frequency resolution inversely proportional
- Resolution- Frequency
- Time
 
- Frequency
- STFT has fixed resolution depending on window size- Wider window- Better frequency res
- Worse time resolution- Can’t tell where stuff changes with big window
 
 
- Can’t use too wide- Frequency can change during window
 
 
- Wider window
- 20-30ms window of speech usually treated as quasi-stationary
- Overlapping window- Hop size of 5ms
 
- Appending windows can cause discontinuities- Use window function to smooth- Hann
 
 
- Use window function to smooth
Fast-Fourier
FFT
- Faster version of DFT- Three parts- Shuffling- Bit reversal
- Shuffle N-dimensional input into N one-dimensional signals
 
- N one-point DFTs
- Merge- N one-point DFTs into one N-point DFT
- Butterfly merging equations
 
 
- Shuffling
 
- Three parts
Short-Time Fourier Transform
STFT
- Short-term
- N-point windowed DFT- Probably use FFT
 
- Discrete angular frequency
 
- Time-frame index
 
- Hop size
 
- Window function
- Hann