tf.signal.vorbis_window

Generate a Vorbis power complementary window.

window_lengthA scalar Tensor indicating the window length to generate.
dtypeThe data type to produce. Must be a floating point type.
nameAn optional name for the operation.

A Tensor of shape [window_length] of type dtype.