s11 characteristic impedance
If you're 5yrs exp. RF designer (then I'm curious why u ask this)
I was wondering too
Anyway, as others said above, and as found in text books:
Calculate your input reflection coff. first:
Gamma_i=S11 + S12.S21.Gamma_L/(1-S22.Gamma_L)
(where Gamma_L is your load reflection coff.)
then calculate Zin:
Zin=Z0*(1+Gamma_i)/(1-Gamma_i)
where Z0 is characteristic impedance (50ohms in most cases)..
All variables (S11, S12, S21, Gamma_i, Gamma_L, Zin) are complex numbers, so you need to convert the dB values usually found in *s2p files to ratios (antilog) first, then plug it in the above equations with its associated angles, then you get your Zin as a complex number also..
Alternatively, (and much quiker if you have a *s2p file), use any RF CAD tool to simulate your s-parameters block connected to your load and then use builtin CAD functions (like Zin(s,50) in A_D_S) to get your Zin...
Cheers...