ParallelMixer¶
-
class
DSP.ParallelMixer(signal=None, LO=None)¶ Bases:
DSP.BasicMixerMixes complex signal with same real (
float) LOThe I and Q parts of the signal are mixed with the same LO, as two
SimpleMixerobjects 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
-