ParallelMixer¶
-
class
DSP.
ParallelMixer
(signal=None, LO=None)¶ Bases:
DSP.BasicMixer
Mixes complex signal with same real (
float
) LOThe I and Q parts of the signal are mixed with the same LO, as two
SimpleMixer
objects operating in parallel. I and Q do not have to be an analytic signal pair.Methods Summary
mixed
(signal, LO)performs SimpleMixer mixed() on signal I and Q separately
Methods Documentation
-
mixed
(signal, LO)¶ performs SimpleMixer mixed() on signal I and Q separately
-