Difference between revisions of "MATLAB amplifier in detail"
Jump to navigation
Jump to search
| Line 21: | Line 21: | ||
* Transistor currents: <math>j_b</math>, <math>j_c</math>, <math>j_e</math>, <math>k_b</math>, <math>k_c</math>, <math>k_e</math> | * Transistor currents: <math>j_b</math>, <math>j_c</math>, <math>j_e</math>, <math>k_b</math>, <math>k_c</math>, <math>k_e</math> | ||
* Capacitor currents: <math>h_1</math>, <math>h_2</math>, <math>h_3</math> | * Capacitor currents: <math>h_1</math>, <math>h_2</math>, <math>h_3</math> | ||
| + | |||
| + | === Constants === | ||
| + | |||
| + | * Resistors | ||
| + | |||
| + | ** <math>R_1 = 100\mbox{k}\Omega</math> | ||
| + | ** <math>R_2 = 10\mbox{k}\Omega</math> | ||
| + | ** <math>R_3 = 5.6\mbox{k}\Omega</math> | ||
| + | ** <math>R_4 = 1.2\mbox{k}\Omega</math> | ||
| + | ** <math>R_5 = 1\mbox{k}\Omega</math> | ||
| + | ** <math>R_6 = 53\Omega</math> | ||
| + | ** <math>R_7 = 240\Omega</math> | ||
| + | ** <math>R_t = 50\Omega</math> | ||
Revision as of 16:19, 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