modelLCOscillator
LC oscillator
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This is an LC oscillator according to:
U. Tietze and C. Schenk, Halbleiter-Schaltungstechnik (German), 11th edition, Springer 1999, Chapter 14.1
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | VAmp | 10 | Amplitude of output |
| SI.Frequency | f | 1000 | Desired frequency |
| Real | A | 1.001 | Amplification constant: A > 1 amplification, A = 1 pure sinusoidal oscillation, A < 0 damping |
| SI.Inductance | L | 0.001 | Arbitrary inductance > 0 |
| SI.Capacitance | C | 1/((2*pi*f)^2*L) | Calculated capacitance to reach frequency f |
| SI.Resistance | R | 10000.0 | Damping resistance |
| SI.Resistance | R1 | 10000.0 | Arbitrary high resistance |
| SI.Resistance | R2 | (A - 1)*R1 | Calculated resistance to reach amplification A |
| Real | gamma | (1 - A)/(2*R*C) | Calculated characteristical parameter |