Lena/Oct 2016: Difference between revisions
ElenaZhivun (talk | contribs) |
ElenaZhivun (talk | contribs) |
||
Line 19: | Line 19: | ||
I want to replace this circuit with something that can output both sum and difference, so that the common mode variations can be cancelled. Apparently a circuit that is supposed to do that [[Lab_equipment/NE43500|has already been designed (see the link)]]. The circuit has very little documentation and needs to be modified to increase the gain. We need 1-2 μA/V on the differential channel and 100-200 μA/V on the sum channel. |
I want to replace this circuit with something that can output both sum and difference, so that the common mode variations can be cancelled. Apparently a circuit that is supposed to do that [[Lab_equipment/NE43500|has already been designed (see the link)]]. The circuit has very little documentation and needs to be modified to increase the gain. We need 1-2 μA/V on the differential channel and 100-200 μA/V on the sum channel. |
||
== 10/06/2016 == |
|||
=== New photodetector === |
|||
Started on the new photodetector design and prototype [[Lab_equipment/fMCG_photoamplifier_0.1|here]]. |
|||
=== Lab meeting === |
|||
==== Quick fixed-point division ==== |
|||
FPGA has hard times dividing numbers. Matt mentioned that there is an algorithm that quickly inverts any int32 number by multiplying it with a "magic number". https://en.wikipedia.org/wiki/Fast_inverse_square_root |
|||
==== fMCG setup field stabilization ==== |
|||
Zack and Mike tried to stabilize the field in the magnetically shielded room by controlling the room coils with a feedback look (Y direction only). They tried the fluxgate, but it's sensitivity is not enough, as the polarization rotation signal is going offscreen. The stabilization system works well when the magnetometer signal on the Y channel is used for the feedback control. The bandwidth of the feedback is DC-0.5 Hz. The only problem is that when the sensor is tilted it doesn't work as well. |
|||
==== Shot noise limit for 10 USD ==== |
|||
Thad mentioned there is an article by Hobbs titled "Reaching the shot noise limit for $10". [[File:Shotnoise opn.pdf]] |
|||
==== Downsample the magnetometer signal to 1 kHz ==== |
|||
Zach mentioned that all the existing post-processing software expects the data to be sampled at 1 kHz. Right now it's at 20 kHz, and it's causing problems. |
Revision as of 23:33, 7 October 2016
October 2016
BACK/NEXT
10/03/2016
fMCG setup TODO
- Feedback system to keep the fields from "running away". Only the main XYZ fields need to be stabilized, the gradients don't change much day to day
- Reduce the polarimeter noise when misbalanced
Eliminating polarimeter noise when misbalanced
The existing current amplifier consists of two photodiodes connected in a way to add or subtract their photocurrents. The output of this passive circuit is connected to an SR570 current preamplifier.
I want to replace this circuit with something that can output both sum and difference, so that the common mode variations can be cancelled. Apparently a circuit that is supposed to do that has already been designed (see the link). The circuit has very little documentation and needs to be modified to increase the gain. We need 1-2 μA/V on the differential channel and 100-200 μA/V on the sum channel.
10/06/2016
New photodetector
Started on the new photodetector design and prototype here.
Lab meeting
Quick fixed-point division
FPGA has hard times dividing numbers. Matt mentioned that there is an algorithm that quickly inverts any int32 number by multiplying it with a "magic number". https://en.wikipedia.org/wiki/Fast_inverse_square_root
fMCG setup field stabilization
Zack and Mike tried to stabilize the field in the magnetically shielded room by controlling the room coils with a feedback look (Y direction only). They tried the fluxgate, but it's sensitivity is not enough, as the polarization rotation signal is going offscreen. The stabilization system works well when the magnetometer signal on the Y channel is used for the feedback control. The bandwidth of the feedback is DC-0.5 Hz. The only problem is that when the sensor is tilted it doesn't work as well.
Shot noise limit for 10 USD
Thad mentioned there is an article by Hobbs titled "Reaching the shot noise limit for $10". File:Shotnoise opn.pdf
Downsample the magnetometer signal to 1 kHz
Zach mentioned that all the existing post-processing software expects the data to be sampled at 1 kHz. Right now it's at 20 kHz, and it's causing problems.