Configurable analog classical filter.
Drop this down in order to implement analog filtering on a signal. Filter type, order, cutoff and so on are configurable.
menu: veeos ==> Signal Processing ==> Modules ==> analogFilter
library: sigLib
This object is a wrapper around the aFilter function which does the actual work. The wrapper provides an easy way to make sure that the configuration inputs of aFilter are valid. In operation, the signal is converted to frequency domain and then multiplied by the transfer function defined by the chosen filter specifications.
The filters implemented include the classical polynomial definitions of Chebychev (equal ripple) and Butterworth (maximally flat) filters.
Uses aFilter which in turn requires ButterPoly and ChebyPoly
analogAmp, downConvert, upConvert, decayFilter, polyFilter, rootFilter