jit.glop Feedback with gain stage

The jit.glop object performs feedback on either the input matrix or the output matrix, and provides a gain stage for control.

Matrix Operator: in[1] out[1]
Name IOProc Planelink Typelink Dimlink Plane Dim Type
in n/a n/a n/a n/a n/a n/a n/a
out n/a yes yes yes all all char long float32 float64

Attributes:
Name Type Description
gain float list[32] The per-plane gain factor for feedback (default = 1.)
mode int Feedback mode (default = 0 (feedback output))
0 = perform feedback on output matrix
1 = perform feedback on input matrix

Example:

See Also:
jit.op, jit.wake