line source excitation in RCS

1 visualización (últimos 30 días)
spvnsr
spvnsr el 13 de Mzo. de 2016
Respondida: Platypus123 el 17 de Ag. de 2016
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 comentario
Walter Roberson
Walter Roberson el 14 de Mzo. de 2016
User comments,
"not revision control system. It stands for Radar Cross Section. numerical electromagnetic problem is that I have mentioned."

Iniciar sesión para comentar.

Respuestas (1)

Platypus123
Platypus123 el 17 de Ag. de 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);

Categorías

Más información sobre Environment and Clutter en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by