since you have s-parameters you should be able to get the capacitance. There's a relatively simple transformation to go from s-param to Y-param
and from that capacitance (or inductance). There should be a past post in this forum that describes this. Looking at your graphs I'd expect there
to be a complicated frequency dependence. I usually write out the s-params into an .s2p format file and process the data in matlab.
Here's a matlab sniplet : (needs rf circuit package)
F=your frequency range
Z0=intrinsic impedance (usually 50)
s2p=your s-params
you should use the full s-param matrix which in your case is a 2x2 matrix ((S11,S12),(S21,S22)) for each frequency point analyzed.
So the variable "s2p" above is a 2x2xN array : the last index runs over the number of frequency points analyzed.
The "s2y" function transforms "s2p" into another 2x2xN array ((Y11,Y12),(Y21,Y22)). Then Y11 can be used to get capacitance,...
Your "capacitance" could be frequency dependent (not constant)
S parameteres have to be in re +i*imag form of course?!
How do you export files in s2p format from HFSS? I do not have this option, although it is not a problem, I can perfectly well export in txt.
S parameteres have to be in re +i*imag form of course?!
How do you export files in s2p format from HFSS? I do not have this option, although it is not a problem, I can perfectly well export in txt.