I am just a beginner in antenna Design using MATLAB . I tried for a resonant frequency of 25GHz using the following code :
p = patchMicrostrip;
lambda = 0.012;
p.Length = 0.00321;
p.Width = 0.00424;
p.GroundPlaneLength = 0.00621;
p.GroundPlaneWidth = 0.00724;
p.Height = 0.01*lambda;
p.FeedOffset = [p.Length/4 0];
figure(1);
show(p)
figure(2);
The dimensions are calculated using the formula from Balanis Book. the impedance curve shows this way ( see the attachemnt). Can anybody help me out saying what actually the impedance plot tries to say?