Difference between revisions of "SiPM Amplifier"

From UConn PAN
Jump to navigation Jump to search
Line 53: Line 53:
 
The amplifier's response to varying the power voltage (<math>V_c</math>) from 0 to 10V is shown in the image below.
 
The amplifier's response to varying the power voltage (<math>V_c</math>) from 0 to 10V is shown in the image below.
  
[[Image:Amplifier Response to Power.jpg]]
+
[[Image:Amplifier Response to Power (2007-07-03).png]]
  
 
Note that the vertical axis can be read as either the output voltage (<math>V_{out}</math>) in mV or as the transimpedance gain in <math>\Omega</math>.
 
Note that the vertical axis can be read as either the output voltage (<math>V_{out}</math>) in mV or as the transimpedance gain in <math>\Omega</math>.
Line 61: Line 61:
 
The amplifier's response to varying the frequency (<math>f</math>) is shown in the image below.
 
The amplifier's response to varying the frequency (<math>f</math>) is shown in the image below.
  
[[Image:Amplifier Response to Frequency.jpg]]
+
[[Image:Amplifier Response to Frequency (2007-07-03).png]]
  
 
Note that the vertical axis can be read as either the output voltage (<math>V_{out}</math>) in mV or as the transimpedance gain in <math>\Omega</math>.
 
Note that the vertical axis can be read as either the output voltage (<math>V_{out}</math>) in mV or as the transimpedance gain in <math>\Omega</math>.

Revision as of 18:05, 3 July 2007

The silicon photomultipliers (SiPM) we are using in our experiment were purchased from Photonique. Photonique also supplies analog electronics boards to amplify the signals from the SiPMs. This page discusses the analysis and modeling of the amplifier circuit.

The circuit diagram

Component values
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

The amplifier circuit diagram shown here was developed through combining the diagram supplied by Photonique (lacking component values, and having several extra components) and the physical circuit (having most components labeled).

The component values are shown to the right. The capacitors are unlabeled on any diagram, so values are not known for those components.

MATLAB model

Main article: MATLAB amplifier in detail

We developed a model for this circuit in MATLAB to simulate its behavior and study various parameters, especially gain as a function of power voltage. The Photonique documentation claims that the power voltage can be varied between four and nine volts in order to tune the gain of the amplifier. The MATLAB model is a linearized system of twenty-four equations, with the voltages and currents on the circuit being the twenty-four unknowns. There are four input parameters: input current (, in amps), the bias voltage (, in volts), the power voltage (, in volts), and the frequency (, in hertz). The resistor values are mostly the same as the ones given for the above diagram, except for (now ) and (now ). We also add a load resistor from to GND, with a value of . The transistors are described by a series of parameters from the Gummel-Poon SPICE model, and we included our best guesses of the capacitor values.

Responses of the model

We ran simulations of the MATLAB model while varying the input parameters to generate data on how the amplifier responds to each input. We used as a baseline test the inputs , , , and , then varied one parameter at a time to generate responses.

Bias voltage

We varied the bias voltage from 0 to 50V. Within this range the output () does not vary at all.

Power voltage

The amplifier's response to varying the power voltage () from 0 to 10V is shown in the image below.

Amplifier Response to Power (2007-07-03).png

Note that the vertical axis can be read as either the output voltage () in mV or as the transimpedance gain in .

Frequency

The amplifier's response to varying the frequency () is shown in the image below.

Amplifier Response to Frequency (2007-07-03).png

Note that the vertical axis can be read as either the output voltage () in mV or as the transimpedance gain in .

Input current

Varying the input current from 0 to 2A results in a clean straight line. Performing a linear regression results in the equation

.

Thus we can say that the amplifier has a transimpedance gain ( under the conditions given above) and no DC bias.