SKBP Class Reference
Detailed Description

schema
Takes a signal in and passes it through a Band pass filter using the Sallen-Key topology
Initialisation parameters:
- gain = output gain
- fc = the central frequency
- band = The band of frequncies that will be filtered.
- pushed = True|False push the output buffer immediately if True
Input channels:
- signal = incoming signal
Output channels:
- out =
where
is the input signal,
is the input signal,
is the cut off pulse
is the quality factor and
is the timestep.
Examples:
Inherits Circuit.
Additional Inherited Members | |
![]() | |
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