dielectric resonator antenna fed by slot

4 Ansichten (letzte 30 Tage)
Xiaohang Li
Xiaohang Li am 31 Jul. 2019
Kommentiert: Da Huang am 24 Sep. 2019
I want to design a dielectric resonator antenna fed by slot. In order to achieve so, I add a reflector with reflector ground plane width and length equal 0, slot antenna as excitor, and a thick substrate. In this case, it looks like a dielectric resonator antenna upside down as shown in the attached figure. But when I want to analyse the S parameter, impedance and radiation pattern, no thing been analysed. I am wondering is it correct to design a slot fed dielectric resonator antenna in this way?
The following are the code I am using:matlab slot DRA.jpg
t = dielectric('name','GaAs','EpsilonR',12.94,'Thickness',0.1);
Antenna = slot('Length',0.1,'Width',0.01,'GroundPlaneLength',0.3,'GroundPlaneWidth',0.3);
rf = design(reflector,1.25e9);
rf = reflector('Exciter',Antenna,'Spacing',0.1,'Substrate',t);
rf.GroundPlaneLength = 0;
rf.GroundPlaneWidth = 0;
show(rf);
impedance(rf,linspace(1e9,1.5e9,101));
  1 Kommentar
Da Huang
Da Huang am 24 Sep. 2019
In antenna toolbox, we require the substrate dimension shall be larger than the top radiator. Your design currently is not supported in antenna toolbox.
Also, it is rare to see dielectric substrate smaller than the top radiator, especially for slot fed patch.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Shashwat Bajpai
Shashwat Bajpai am 6 Aug. 2019
I would suggest using the Antenna Designer app to make changes in the geometry of elements and visualize them without writing scripts for every change.
In the present case you can try making the dimensions of the substrate equal to the dimensions of the ground plane of the slot.
Hope this helps!
For help on how to use Antenna Designer refer the following link:

Kategorien

Mehr zu Get Started with Antenna Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by