wconvert

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 10:21, 7 April 2011 by Toni (talk | contribs) (Created page with '{{DISPLAYTITLE:{{SUBPAGENAME}}}} Compute the normalized, dual and tight version of a window function. ;Usage: :{| class="keinrahmen" |'''<code>wconvert(<var>x</var>, 0)</code>'…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Compute the normalized, dual and tight version of a window function.

Usage
wconvert(x, 0) ... normalized window
wconvert(x, 1, m) ... dual window
wconvert(x, 2, m) ... tight window
x
a vector containing the window function to be converted
m
the hopsize used for analysis and synthesis in samples
Result
a vector with same length as x containing the converted window function

// normalizedWindow := WCONVERT( window , 0 ) (setting window to 0 dB at ft(w,0)) // dualWindow := WCONVERT( window , 1 , hopsize ) // tightWindow := WCONVERT( window , 2 , hopsize )

See also
fft, window

<function list>

Navigation menu

Personal tools