Firstly, thank you for being interested in my question and opening this.
I'm having a hard time calculating input impedance by transmission line theory.
I'm a student studying microwave absorbers. In this field, it is necessary to calculate input impedance to finally obtain reflection loss.
I've uploaded a file showing the equation of transmission line theory.
In the equation, I wonder how I can treat 'j' in tanh when I calculate it in excel program.
I've tried solving the tanh part in many ways like this, but I couldn't
TANH((COMPLEX(0,1))*(2*3.14*((10)^(-2))*(2/3)*((M2*N2)^(1/2))))
TANH((COMPLEX((2*3.14*((10)^(-2))*(2/3)*((N2*O2)^(1/2))),1)))
IMPRODUCT("0+1i", "(2*3.14*((10)^(-2))*(2/3)*((M2*N2)^(1/2)))+0i")
I have no idea how I should threat 'j' in tanh
I'd appreciate it if you'd help me to solve this question.
Best regards.