Pythonic Virtual Machine
RCLP Class Reference

Detailed Description

PassiveLowPass.png
schema

Pass a signal through a series of order RC low pass filters with transfer function:... .

Initialisation parameters:

  • fc = the frequency cut off for the circuit
  • order = the order of the filter
  • pushed = True|False push the output buffer immediately if True

Input channels:

  • signal = Incoming signal

Output channels:

  • out = Filtered signal

Examples:

1 machine.AddCircuit(type='RCLP', name='lp', fc=150, pushed='True')
2 machine.AddCircuit(type='RCLP', name='lp', order=2, fc=50)

Inherits Circuit.

Additional Inherited Members

- Public Attributes inherited from Circuit
 name
 Name of the circuit. More...
 
 enabled
 if it is working... More...
 
 machine
 Reference to the virtual machine to which this circuit belongs. More...
 
 pushed
 Push output buffer at the end of Update. More...
 
 I
 Dictionary of input channels.
 
 O
 Dictionary of output channels.
 
 cCoreID
 index of circuit in cCore
 

Documentation for pyVAFM
Generated on Wed Feb 8 2017 10:13:49 for pyVAFM by doxygen 1.8.9.1