mermithid.processors.misc.FrequencyShifter module

Some template vars

Members: FrequencyShifter

Functions:

Classes:

Processor for shifting frequencies Author: M. Guigue Date: 10/11/18

Summary

Data:

Reference

class mermithid.processors.misc.FrequencyShifter.FrequencyShifter(name, *args, **kwargs)[source]

Bases: morpho.processors.BaseProcessor.BaseProcessor

InternalConfigure(params)[source]

Method called by Configure() to set up the object. Must be overridden by child class.

InternalRun()[source]

Method called by Run() to run the object. Must be overridden by child class.