Difference between revisions of "Faraday Cup Analysis"

From New IAC Wiki
Jump to navigation Jump to search
Line 47: Line 47:
 
The ADC measures the charge deposited on each of the 16 Aluminum blocks.  The ADC is a 12 bit ADC with a max input of 400 pc.  THe means that the charge per channel is:
 
The ADC measures the charge deposited on each of the 16 Aluminum blocks.  The ADC is a 12 bit ADC with a max input of 400 pc.  THe means that the charge per channel is:
  
:<math>\frac{400 \mbox{pC}}{2^{12}\mbox{Channels}} = \frac{400 \mbox{pC}}{4096\mbox{Channels}} =\frac{1 \mbox{pC}}{10.24 \mbox{Channels}} = = </math>
+
:<math>\frac{400 \mbox{pC}}{2^{12}\mbox{Channels}} = \frac{400 \mbox{pC}}{4096\mbox{Channels}} =\frac{1 \mbox{pC}}{10.24 \mbox{Channels}} </math>
  
  
  
 
[http://wiki.iac.isu.edu/index.php/FC_Analysis Go Up]
 
[http://wiki.iac.isu.edu/index.php/FC_Analysis Go Up]

Revision as of 20:38, 9 April 2010

Go Back

FC analysis using ADC channel current distribution

For each ADC channel:

[math] ADCSum_{channel}=\sum_{i=1}^{pulses}{ADC_{pulse}^{channel}}[/math]
[math] ADCErr_{channel}=\frac{1}{\sqrt{pulses}}\sum_{i=1}^{pulses}{\sqrt{ADC_{pulse}^{channel}}}[/math]

For distribution over all ADC channel:

[math] ADC^{avg}=\frac{\sum_{i=1}^{16}{ADCSum_{channel}*i}}{\sum_{i=1}^{16}{ADCSum_{channel}}}[/math]

??? [math] ADC^{err}=\frac{\sum_{i=1}^{16}{ADCErr_{channel}*i}}{\sum_{i=1}^{16}{ADCErr_{channel}}}[/math]




FC analysis using pulse by pulse ADC channel mean value distribution

For each beam pulse:

[math] ADC^{avg}_{pulse}=\frac{\sum_{i=1}^{16}{ADC_{i}*i}}{\sum_{i=1}^{16}{ADC_{i}}}[/math]

For distribution over all beam pulses:

[math] ADC^{avg}=\frac{\sum_{i=1}^{pulses}{ADC^{avg}_{pulse}}}{pulses}[/math]
[math] ADC^{err}={ \sqrt{\frac{1}{pulses}\sum_{i=1}^{pulses}{\left(ADC^{avg}_{pulse} - ADC^{avg}\right)^{2}}}}[/math]

Here is:
1. ADC# = bridge#
2. Pulse# = ReadOut# = Entry# = Event#

FC data 23.png

FC plot 2 4.png



Some examples of ADC mean value distribution. Here are:
1. x axis: ADC mean value for one pulse
2. y axis: number of pulse w/ that ADC mean value
1477 1.png1473 1.png
1461 1.png1465 1.png

Faraday Cup 3D plot

Below is the plot of the charge in Faraday cup (pC) as a function of magnet current (vertical axis, A) (basically magnetic field) and ADC (horizontal axis).

Far.jpg

Faraday Cup ADC channel distribution

Faraday Cup "Rain"

Error Analysis

The ADC measures the charge deposited on each of the 16 Aluminum blocks. The ADC is a 12 bit ADC with a max input of 400 pc. THe means that the charge per channel is:

[math]\frac{400 \mbox{pC}}{2^{12}\mbox{Channels}} = \frac{400 \mbox{pC}}{4096\mbox{Channels}} =\frac{1 \mbox{pC}}{10.24 \mbox{Channels}} [/math]


Go Up