modelCauerLowPassOPV
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
The example Cauer Filter is a low-pass-filter of the fifth order. It is realized using an analog network with operational amplifiers. The voltage source V is the input voltage (step), and the OP5.out.v is the filter output voltage. The pulse response is calculated.
This model is identical to the CauerLowPassAnalog example, but inverting. To get the same response as that of the CauerLowPassAnalog example, a negative voltage step is used as input.
The simulation end time should be 60. Please plot both V.v (which is the inverted input voltage) and OP5.p.v (output voltage). Compare this result with the CauerLowPassAnalog result.
During translation some warnings are issued concerning resistor values (Value=-1 not in range [0,1e100]). Do not worry about it. The negative values are o.k.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Capacitance | l1 | 1.304 | Filter coefficient i1 |
| SI.Capacitance | l2 | 0.8586 | Filter coefficient i2 |
| SI.Capacitance | c1 | 1.072 | Filter coefficient c1 |
| SI.Capacitance | c2 | 1/(1.704992^2*l1) | Filter coefficient c2 |
| SI.Capacitance | c3 | 1.682 | Filter coefficient c3 |
| SI.Capacitance | c4 | 1/(1.179945^2*l2) | Filter coefficient c4 |
| SI.Capacitance | c5 | 0.7262 | Filter coefficient c5 |
Components
Revisions
- January 13, 2006
by Christoph Clauss
included into Modelica Standard Library - September 15, 2005
by Peter Trappe designed and by Teresa Schlegel
initially modelled.