Brain Dump

Windowing

Tags
speech-processing

Refers to the process of [see page 16, applying] a windowing function to a series of signal inputs before interpreting them as samples (or speech-frames, specifically in WOLA).

Think of it:

  1. Take 8 samples.
  2. Apply the window and return the result
  3. Take 8 more samples.

Of course samples can overlap.