Difference between revisions of "MATLAB amplifier in detail"
Jump to navigation
Jump to search
| Line 42: | Line 42: | ||
{| align="left" border="0" cellpadding="8" cellspacing="0" style="text-align:right" | {| align="left" border="0" cellpadding="8" cellspacing="0" style="text-align:right" | ||
| − | | Parameter || <math>T_1</math> value || <math>T_2</math> value | + | | Parameter || Description || <math>T_1</math> value || <math>T_2</math> value |
|- | |- | ||
| − | | | + | | VT || temperature voltage || 0.0259 || 0.0259 |
|- | |- | ||
| − | | <math> | + | | BF || ideal forward maximum <math>\Beta</math> || 93 || 34 |
|- | |- | ||
| − | | | + | | NF || forward current emission coefficient || 0.99 || 1.0 |
|- | |- | ||
| − | | | + | | IS || transport saturation current || 0.24 fA || 0.44 fA |
|- | |- | ||
| − | | | + | | ISE || B-E leakage saturation current || 2.4 fA || 87 fA |
|- | |- | ||
| − | | | + | | NE || B-E leakage emission coefficient || 1.46 || 1.94 |
|- | |- | ||
| − | | <math> | + | | RB || zero-bias base resistance || 21<math>\Omega</math> || 5<math>\Omega</math> |
|- | |- | ||
| − | | <math> | + | | RE || emitter resistance || 0.37<math>\Omega</math> || 1<math>\Omega</math> |
|} | |} | ||
Revision as of 18:16, 2 July 2007
The model of the SiPM amplifier is a system of 24 equations in 24 variables that has been linearized so that it can be solved by MATLAB.
Parameters and variables
The MATLAB model has a number of parameters and variables to describe the amplifier circuit, including the 24 unknowns, 4 inputs, and numerous constants.
Input parameters
There are four input parameters:
- Input current: (A)
- Bias voltage: (V)
- Power voltage: (V)
- Frequency: (Hz)
Unknown variables
There are twenty-four unknown variables. The locations (and directions in the case of currents) are labeled on the circuit diagram.
- Node voltages: , , , , , ,
- Note: there is no on this circuit; it was a redundant variable with .
- Resistor currents: , , , , , , ,
- Transistor currents: , , , , ,
- Capacitor currents: , ,
Constants
- Resistors
- Capacitors
Transistors
| Parameter | Description | value | value |
| VT | temperature voltage | 0.0259 | 0.0259 |
| BF | ideal forward maximum | 93 | 34 |
| NF | forward current emission coefficient | 0.99 | 1.0 |
| IS | transport saturation current | 0.24 fA | 0.44 fA |
| ISE | B-E leakage saturation current | 2.4 fA | 87 fA |
| NE | B-E leakage emission coefficient | 1.46 | 1.94 |
| RB | zero-bias base resistance | 21 | 5 |
| RE | emitter resistance | 0.37 | 1 |