Qucs-core
0.0.19
|
#include <amplifier.h>
Public Member Functions | |
CREATOR (amplifier) | |
void | initSP (void) |
void | calcNoiseSP (nr_double_t) |
void | initDC (void) |
void | initAC (void) |
void | calcNoiseAC (nr_double_t) |
void | initTR (void) |
Data Fields | |
Amp | |
PROP_COMPONENT | |
PROP_NO_SUBSTRATE | |
PROP_LINEAR |
Ideal and linear amplifier
An ideal amplifier increases signal strength from input to output and blocks all signals flowing into the output. The ideal amplifier is an isolator with voltage gain
Definition at line 143 of file amplifier.cpp.
void amplifier::calcNoiseAC | ( | nr_double_t | ) | [virtual] |
Reimplemented from qucs::circuit.
Definition at line 116 of file amplifier.cpp.
void amplifier::calcNoiseSP | ( | nr_double_t | ) | [virtual] |
Reimplemented from qucs::circuit.
Definition at line 73 of file amplifier.cpp.
void amplifier::initAC | ( | void | ) | [virtual] |
AC model initialization.
Idem than DC model.
Reimplemented from qucs::circuit.
Definition at line 112 of file amplifier.cpp.
void amplifier::initDC | ( | void | ) | [virtual] |
DC model initialization. An ideal amplifier is characterized by the following Y-matrix:
With and the impedance of the port 1 and 2 and the gain.
Reimplemented from qucs::circuit.
Definition at line 95 of file amplifier.cpp.
void amplifier::initSP | ( | void | ) | [virtual] |
Initialize S-parameter simulation. An ideal amplifier is characterized by the following S-matrix
With and the impedance of the port 1 and 2 and the gain.
Reimplemented from qucs::circuit.
Definition at line 60 of file amplifier.cpp.
void amplifier::initTR | ( | void | ) | [virtual] |
Transient model initialization.
Idem than DC model.
Reimplemented from qucs::circuit.
Definition at line 130 of file amplifier.cpp.
Definition at line 144 of file amplifier.cpp.
Definition at line 144 of file amplifier.cpp.
Definition at line 144 of file amplifier.cpp.
Definition at line 144 of file amplifier.cpp.