WOLFRAM SYSTEM MODELER

CauerLowPassSC

Cauer low-pass filter with operational amplifiers and switched capacitors

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Examples.CauerLowPassSC"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

The example CauerLowPassSC is a low-pass-filter of the fifth order. It is realized using an switched-capacitor 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.

This model is identical to the CauerLowPassOPV example. But the resistors are realized by switched capacitors (see SwitchedCapacitor). There are two different types of instances, one with a value of R=1 and one with a value of R=-1.

The simulation end time should be 60. Please plot both V.v (which is the inverted input voltage) and OP5.out.v (output voltage). Compare this result with the CauerLowPassAnalog result.

Due to the recharging of the capacitances after switching the performance of simulation is not as good as in the CauerLowPassOPV example.

Parameters (7)

l1

Value: 1.304

Type: Capacitance (F)

Description: Filter coefficient i1

l2

Value: 0.8586

Type: Capacitance (F)

Description: Filter coefficient i2

c1

Value: 1.072

Type: Capacitance (F)

Description: Filter coefficient c1

c2

Value: 1 / (1.704992 ^ 2 * l1)

Type: Capacitance (F)

Description: Filter coefficient c2

c3

Value: 1.682

Type: Capacitance (F)

Description: Filter coefficient c3

c4

Value: 1 / (1.179945 ^ 2 * l2)

Type: Capacitance (F)

Description: Filter coefficient c4

c5

Value: 0.7262

Type: Capacitance (F)

Description: Filter coefficient c5

Connectors (19)

n1

Type: NegativePin

Description: Negative pin of an electrical component

n2

Type: NegativePin

Description: Negative pin of an electrical component

n3

Type: NegativePin

Description: Negative pin of an electrical component

n4

Type: NegativePin

Description: Negative pin of an electrical component

n5

Type: NegativePin

Description: Negative pin of an electrical component

p1

Type: PositivePin

Description: Positive pin of an electrical component

n6

Type: NegativePin

Description: Negative pin of an electrical component

n7

Type: NegativePin

Description: Negative pin of an electrical component

n8

Type: NegativePin

Description: Negative pin of an electrical component

p2

Type: PositivePin

Description: Positive pin of an electrical component

out1

Type: PositivePin

Description: Positive pin of an electrical component

p3

Type: PositivePin

Description: Positive pin of an electrical component

n9

Type: NegativePin

Description: Negative pin of an electrical component

n10

Type: NegativePin

Description: Negative pin of an electrical component

n11

Type: NegativePin

Description: Negative pin of an electrical component

n12

Type: NegativePin

Description: Negative pin of an electrical component

n13

Type: NegativePin

Description: Negative pin of an electrical component

p4

Type: PositivePin

Description: Positive pin of an electrical component

n14

Type: NegativePin

Description: Negative pin of an electrical component

Components (32)

C1

Type: Capacitor

Description: Ideal linear electrical capacitor

C2

Type: Capacitor

Description: Ideal linear electrical capacitor

C3

Type: Capacitor

Description: Ideal linear electrical capacitor

C4

Type: Capacitor

Description: Ideal linear electrical capacitor

C5

Type: Capacitor

Description: Ideal linear electrical capacitor

Op1

Type: IdealOpAmp3Pin

Description: Ideal operational amplifier (norator-nullator pair), but 3 pins

G

Type: Ground

Description: Ground node

Op2

Type: IdealOpAmp3Pin

Description: Ideal operational amplifier (norator-nullator pair), but 3 pins

Op3

Type: IdealOpAmp3Pin

Description: Ideal operational amplifier (norator-nullator pair), but 3 pins

G1

Type: Ground

Description: Ground node

C6

Type: Capacitor

Description: Ideal linear electrical capacitor

Op4

Type: IdealOpAmp3Pin

Description: Ideal operational amplifier (norator-nullator pair), but 3 pins

Op5

Type: IdealOpAmp3Pin

Description: Ideal operational amplifier (norator-nullator pair), but 3 pins

C7

Type: Capacitor

Description: Ideal linear electrical capacitor

C8

Type: Capacitor

Description: Ideal linear electrical capacitor

C9

Type: Capacitor

Description: Ideal linear electrical capacitor

G2

Type: Ground

Description: Ground node

G3

Type: Ground

Description: Ground node

G4

Type: Ground

Description: Ground node

V

Type: StepVoltage

Description: Step voltage source

Ground1

Type: Ground

Description: Ground node

R4

Type: SwitchedCapacitor

Description: Switched capacitor which can represent a positive or negative resistance

R5

Type: SwitchedCapacitor

Description: Switched capacitor which can represent a positive or negative resistance

R8

Type: SwitchedCapacitor

Description: Switched capacitor which can represent a positive or negative resistance

R9

Type: SwitchedCapacitor

Description: Switched capacitor which can represent a positive or negative resistance

R1

Type: SwitchedCapacitor

Description: Switched capacitor which can represent a positive or negative resistance

R2

Type: SwitchedCapacitor

Description: Switched capacitor which can represent a positive or negative resistance

R3

Type: SwitchedCapacitor

Description: Switched capacitor which can represent a positive or negative resistance

Rp1

Type: SwitchedCapacitor

Description: Switched capacitor which can represent a positive or negative resistance

R7

Type: SwitchedCapacitor

Description: Switched capacitor which can represent a positive or negative resistance

R10

Type: SwitchedCapacitor

Description: Switched capacitor which can represent a positive or negative resistance

R11

Type: SwitchedCapacitor

Description: Switched capacitor which can represent a positive or negative resistance

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.