Hello all

I’ve synthesized recently different magnetic nanomaterials, and as a trial, i pressed the powder into rectangular shapes and put them inside a rectangular waveguide with similar dimensions to study their electromagnetic properties in the microwave region.

Then using the Nicholson-Ross-Wier method i calculated Epsilon, which should be nearly constant for such systems.

Finally, i calculated the return loss RL using 20*log((Zin-Z0)/(Zin+Z0)) where Zin is Mu and Epsilon dependent and Z0 = 50 ohm

RL should be negative and dipping below -10 dB once with a large bandwidth

Images are available below

The sample dimensions are 2.3x1 cm, and they have a thickness around 2.4 mm. the 2.3 cm side is 0.1 mm to big for the waveguide so it requires some quick polishing, which sometimes leaves a small air gap due to human error

My main question is, what is causing such massive peaks and jumps in the calculated parameters?

It’s either from the setup, the small gap or some hidden error in the matlab NRW code? which after importing the real and imaginary S11 and S21 is:

S11 = s11r + 1i.*s11i;

S21 = s21r + 1i.*s21i;

X = (S11.^2-S21.^2+1)./(2.*S11);

G = X + sqrt(X.^2-1)

G(abs(G)>1) = X(abs(G)>1) - sqrt(X(abs(G)>1).^2-1) %%this is to guarantee that abs(Gamma)

More Wafic Labban's questions See All
Similar questions and discussions