line source excitation in RCS
1 view (last 30 days)
Show older comments
hi everyone,
I am working on rcs calculation for 2D object with MoM with an incident plane wave as a source(excitation). But i need to change source with the line source but I dont know how? thanks in advance.
1 Comment
Walter Roberson
on 14 Mar 2016
User comments,
"not revision control system. It stands for Radar Cross Section. numerical electromagnetic problem is that I have mentioned."
Answers (1)
Platypus123
on 17 Aug 2016
try this
source_pnt=[0,0] %location of line source n=1:observation_pnt %number of cells in 2D structure R=sqrt((observation_pnt(n,1)-source_pnt(1))^2 + (observation_pnt(n,2)-sourec_pnt(2))^2); E_inc_line(n)=-(1/4)*(2*pi*frequency)*permeability0*besselh(0,2,k_constant0*R);
0 Comments
See Also
Categories
Find more on Environment and Clutter in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!