[][src]Module dasp::signal::window

Items to ease the application of windowing functions to signals.

Structs

Window

A Signal type that for every yielded phase, yields the amplitude across the window::Type for that phase.

Windowed

An Iterator that multiplies a Signal with a Window.

Windower

Takes a long slice of frames and yields Windowed chunks of size bin once every hop frames.

Functions

hanning

A helper function for constructing a Window that uses a Hanning Type function.

rectangle

A helper function for constructing a Window that uses a Rectangle Type function.