I really appreciated what you two did here. Despite confirming what I lately assumed about this circuit's purpose, both of you gave me hints about the GSR_IN variable.
THANK YOU!
Hello again,
Oh so the goal is to measure skin resistance. That makes this a different problem because the thing to be measured is not voltage or current but is an actual resistance. In this case i have to propose the following....
First, with the measurement actually being a resistance at the input, a current source could be used to measure the resistance as is done in a regular everyday Ohm meter. Ohm meters set a constant current on the output such as 1ma and then measure the voltage, then calculate the resistance. If it is out of range, they decrease the current to a lower level and try again. So there could be several constant current sources in play.
The output response then becomes:
Vout=-(I1*R1*R2-j*w*C1*E1*R1*R2-E1*R2-E1*R1)/((j*w*C1*R1+1)*R2)
where
R1 is 100k,
C1 is 100nf,
R2 is the skin resistance at the time of the measurement,
I1 is a constant current source chosen to have a reasonable value based on the expected resistances,
E1 is 3v,
w=2*pi*f,
f is frequency in Hertz.
The output amplitude is then:
Vout(w)=sqrt((I1*R1*R2-E1*R2-E1*R1)^2+w^2*C1^2*E1^2*R1^2*R2^2)/(sqrt(w^2*C1^2*R1^2+1)*R2)
Now with the values set except for R2 and with the test current I1=1e-6 we get the DC output component:
Vout=(2.9*R2+3.0e5)/R2
Solving this for R2 we get:
R2=3000000/(10*v1-29)
In full it looks like this:
R2=300000/(100000*I1+v1-3)
and because of the negative sign in the denominator we have to choose the value of I1 appropriately or else we may have to take the absolute value of R2.
So here we can see that measuring resistance is different than measuring voltage or current.
The animal skin resistance R2 is found using the formula for R2, and the AC response is found using the formula for Vout(w). The cutoff frequency will vary based on the choice of I1 and what R2 is at the time although R2 may be more limited in range.
Last edited: