carputils
Doxygen code documentation for the python framework controlling openCARP
Public Member Functions | List of all members
carputils.dataproc.BandStopButterFilter Class Reference
Inheritance diagram for carputils.dataproc.BandStopButterFilter:
carputils.dataproc.DataProcessor

Public Member Functions

def __init__ (self, signal_nyqfreq, filter_order, filter_freq_low, filter_freq_high)
 
def apply (self, data)
 
- Public Member Functions inherited from carputils.dataproc.DataProcessor
def apply (self, data)
 

Constructor & Destructor Documentation

◆ __init__()

def carputils.dataproc.BandStopButterFilter.__init__ (   self,
  signal_nyqfreq,
  filter_order,
  filter_freq_low,
  filter_freq_high 
)

Member Function Documentation

◆ apply()

def carputils.dataproc.BandStopButterFilter.apply (   self,
  data 
)

The documentation for this class was generated from the following file: