How to use an imported antenna farfield as a source
    8 次查看(过去 30 天)
  
       显示 更早的评论
    
Dear Antenna Toolbox community,
I'm looking for any good tutorial or suggestion on how to import an antenna farfield (e.g. a GRASP file) and then use it as a source for a em simulation. For an example, I'd like to import the farfield of a custom horn antenna (designed and simulated with a different EM solver, not Antenna toolbox) and use it to illuminate a parabolic reflector or reflectarray (created with Antenna toolbox commands).
Where could I find a good, clear and detailed tutorial to do that? So far, I've not been able to find it.
Thank you very much,
Andrea
0 个评论
回答(1 个)
  Raghunathraju
    
 2023-4-24
        Hi,
 As per my understanding, you want to know how to use imported data and use it as a source in Antenna toolbox.
 You can use measuredAntenna to import your data.
  For example,
ms=measuredAntenna 
ant=reflectorParabolic('Exciter',ms)
 For more information refer measuredAntenna
0 个评论
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Analysis 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

