MULACRTS
From STX Wiki
Jump to navigationJump to search
MULACRTS
Usage:
MULACRTS L D WFUNC WTYPE A1 P1 A2 P2 ATYPE OUT X1 Y1
Inputs:
- L
- The frame length in samples (number)
- D
- The hop size in samples (number), where D
<=
L.
- WFUNC
- The window function (string). See
WINDOW
for details.
- WTYPE
- The window type. The following values are supported:
0
- dual
1
- tight
- A1, A2
- The amplitude spectrum (vector) of X1/X2. See ATYPE.
- P1, P2
- The phase spectrum of X1/X2 (vector). Note that this is unlocked.
- ATYPE
- The amplitude type (number). The following values are allowed:
0
- linear
1
- power
Outputs:
- X1, Y2
- The signal 1/2 (vector) with length D.
- ON
- Set to
1
if X1/X2 outputs are filled.
Function:
Gabor synthesis for frame multipliers, optimized for real-time and stereo.