VCAs
- class tiliqua.dsp.VCA(*args, src_loc_at=0, **kwargs)
Voltage Controlled Amplifier (simple multiplier with saturation). Output values are clipped to fit in the output type.
- Members:
i (
In(stream.Signature(data.ArrayLayout(itype, 2)))
) – 2-channel input stream.o (
Out(stream.Signature(otype))
) – Output stream,i.payload[0] * i.payload[1]
.