Difference between revisions of "MATLAB amplifier in detail"
Jump to navigation
Jump to search
| Line 39: | Line 39: | ||
** <math>C_5 = 10\mbox{nF}</math> | ** <math>C_5 = 10\mbox{nF}</math> | ||
* Transistors | * Transistors | ||
| − | ** | + | ** |
| − | + | ||
| − | + | {| align="right" border="1" cellpadding="0" cellspacing="0" style="text-align:center" | |
| + | |+ '''Component values''' | ||
| + | |- | ||
| + | ! style="font-weight:bold" | Part || On-chip label || Actual component | ||
| + | |- | ||
| + | ! colspan="3" style="background:#ffdead; text-align:left" | Resistors | ||
| + | |- | ||
| + | | <math>R_1</math> || 104 || <math>100\mbox{k}\Omega</math> | ||
| + | |- | ||
| + | | <math>R_2</math> || 103 || <math>10\mbox{k}\Omega</math> | ||
| + | |- | ||
| + | | <math>R_3</math> || 562 || <math>5.6\mbox{k}\Omega</math> | ||
| + | |- | ||
| + | | <math>R_4</math> || 202 || <math>2\mbox{k}\Omega</math> | ||
| + | |- | ||
| + | | <math>R_5</math> || 102 || <math>1\mbox{k}\Omega</math> | ||
| + | |- | ||
| + | | <math>R_6</math> || 510 || <math>51\Omega</math> | ||
| + | |- | ||
| + | | <math>R_7</math> || 241 || <math>240\Omega</math> | ||
| + | |- | ||
| + | ! colspan="3" style="background:#ffdead; text-align:left" | Transistors | ||
| + | |- | ||
| + | | <math>VT_1</math> || E2P <small>(1717)</small> || Philips BFS 17A | ||
| + | |- | ||
| + | | <math>VT_2</math> || W1S <small>(13)</small> || Philips BFT 92 | ||
| + | |} | ||
Revision as of 18:05, 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
| Part | On-chip label | Actual component |
|---|---|---|
| Resistors | ||
| 104 | ||
| 103 | ||
| 562 | ||
| 202 | ||
| 102 | ||
| 510 | ||
| 241 | ||
| Transistors | ||
| E2P (1717) | Philips BFS 17A | |
| W1S (13) | Philips BFT 92 | |