Technical data

DOC-01-TELAS-CRG-4 ASTi ACE Studio Components Reference Guide Rev.M
38 Copyright © 2014 Advanced Simulation Technology inc.
2.16. PFilter
Summary: The Parametric Filter (PFilter) component is a parametric equalizer that
allows the user to control the amplitude of a given band of the input signal.
Description: The Pfilter component applies the internal band-pass filter to a given
band of the input signal which is determined by three parameters: the center
frequency, the bandwidth and the desired gain.
Audio Inputs
InSignal
Type Default Value
audio n/a
Description: InSignal is the connection to the signal to be used as an
input to the filter. The input signal comes from another component
in the model.
Control Inputs
Bandwidth
Type Default Value
float32 1.0
Description: Sets the bandwidth around its center frequency. Units
are in Hertz.
Enable
Type Default Value
boolean true
Description: When True it triggers the filter on.
Frequency
Type Default Value
float32 1.0
Description: The center frequency. Units are in Hertz.
Control Inputs
Gain_dB
Type Default Value
float32 1.0
Description: Sets the gain value for the filter. Units are in decibels
(dB).
Audio Outputs
OutSignal
Type Default Value
audio n/a
Description: The filtered audio signal. If Enable is set to false, it
will pass original audio without filtering.