a curcuit equation can be modeled as Vlo = Zemb*Iw + Vw where Vlo is the source voltage, Zemb is the complex imepadance, Iw is a complex current that has a weighted bessnel function with will be shown below. and Vw is the josephson junction voltage which is proportional to alpha.
Iw = I'w + i*I''w
where I'w = sum(bessnel(n, alpha)*(bessnel(n-1, alpha) + bessnel(n+1, alpha)))*Idc
I''w = sum(bessnel(n, alpha)*(bessnel(n-1, alpha) - bessnel(n+1, alpha)))*Ikk
where ikk abd Idc are arrays of data points.
We need to find the Zemb = Bem + i*Gem and Vlo values by solving this equation
How could I go about to solving this avoiding the degeneracy of all three values?
MathBot Answer:
MathBot is working on a solution to your problem.
