Total gain of transistor amplifier¶
The total gain of a transistor amplifier depends on the gain of the input and output matching circuits and the transistor gain.
- total_gain¶
Total gain of the transistor amplifier. See
circuit_gain
.
- Symbol:
gain
- Latex:
\(\text{gain}\)
- Dimension:
dimensionless
- input_circuit_gain¶
Input matching
circuit_gain
.
- Symbol:
gain_i
- Latex:
\(\text{gain}_\text{i}\)
- Dimension:
dimensionless
- transistor_gain¶
Transistor gain. See
circuit_gain
.
- Symbol:
gain_t
- Latex:
\(\text{gain}_\text{t}\)
- Dimension:
dimensionless
- output_circuit_gain¶
Output matching
circuit_gain
.
- Symbol:
gain_o
- Latex:
\(\text{gain}_\text{o}\)
- Dimension:
dimensionless
- law¶
gain = gain_i * gain_t * gain_o
- Latex:
- \[\text{gain} = \text{gain}_\text{i} \text{gain}_\text{t} \text{gain}_\text{o}\]