finesse.components.electronics.Filter

Overview

class finesse.components.electronics.Filter(name, gain=1)[source]

Bases: Connector

This is a generic Filter element that encapsulates some of the Scipy signal filter tools. The sys attribute is the filter object which can be ZPK, BA, or SOS.

Parameters:
namestr

Name of element in the model

gainParameter

Overall floating point value gain to apply to the filter.

Methods

Filter.__init__(self, name)

Filter.bode_plot([f, n, return_axes])

Plots Bode for this filter.

Filter.fill(ws)