How to analyze plane wave excitation on a passive unit cell
2 次查看(过去 30 天)
显示 更早的评论
Hi,
I want to analyze a unit cell which is made of a substrate with a metal patch on the top surface and ground plane on the bottom surface. Such a unit cell can also be called as reflect array unit cell design. The unique property of such a design is that it does not have any feed or exciter. If I could design a patch using pcbstack and then delete the feed, that will be equivalent to my desired design.
I want to incident plane wave excitation on the unit cell and analyze its scattering characteristics.
I want to state one example given in the help center which is similar to my problem but it gives an error. Please see the code below.
f = 1e9;
ant = design(cavity,f);
figure
show(ant)
%%
ant.Exciter = []
When I use this line of code "ant.Exciter = [ ]" it gives an error. See Error message below.
Error Message:
Index exceeds the number of array elements. Index must not exceed 0.
Error in em.MeshGeometry/checkObjectClass
Error in em.BackingStructure/set.Exciter (line 85)
checkObjectClass(obj,propVal)
figure
show(ant)
Similar to the above figure, If I could delete the exciter or the feed from the designed antenna, that would serve my purpose.
Kindly please let me know the way out.
I am using MATLAB R2022b.
0 个评论
采纳的回答
Amish
2023-8-11
I understand that you are trying to analyse a unit cell which is made of a substrate with a metal patch on the top surface and ground plane on the bottom surface. But the property of this specific cell that it does not have any feed or exciter. Therefore, in order to simulate this particular design you want to have the exciter, set to empty.
The issue with this is that your version of MATLAB i.e., 2022b does not support this. However, it is possible to do this in the latest 2023a version as the feature "cavity structure without an exciter as an element of planeWaveExcitation environment" was released in 2023a.
Please find the relevant documentation links below for your reference:
The cavity page documentation for 2022b: https://se.mathworks.com/help/releases/R2022b/antenna/ref/cavity.html
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Custom Geometry and PCB Fabrication 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!