Hello,
I have an array of receiver/transmitter antenna point located on the same plane.(our antenna are modeled with just point source). I have a simple object in front of my array. I wish to perform synthetic aperture radar imaging. So, I want to transmit signal to the image in transmitters' locations and receive reflected waves and calculate s-parameters from transmitters to receivers. at first I thought I have to receive scattered electrical field. my code is something like this:
** source
!! for #iT=0 to 15
!! for #iR=0 to 87
A5: 0 : : : : : 1 : 0 : #Tx[#iT] : #Ty[#iT] : 15 : 180 : 0 ** ElectricPoint1
** #Tx[#iT] : #Ty[#iT] are "x" and "y" coordinates of transmitters
** StandardConfiguration1
NC: StandardConfiguration1
DA: 0 : 0 : 0 : 0 : 0 : 1 : : : 2
** Near field: NearField1
DA: 3 : 2 : 2 : 2 : 0 : 1 : : 0 : 2
OF: 1 : 0 : : : : 0 : 0 : 0 : 0 : 0 : 0
FE: -3 : 1 : 1 : 1 : 0 : #Rx[#iR] : #Ry[#iR] : 15 : 0 : 0 : 0 ** NearField1
** #Rx[#iR] : #Ry[#iR] are "x" and "y" coordinates of receivers
!!next
!!next
** source
But when I watched this video:
(1) Synthetic Aperture Radar Imaging using Back-projection - HFSS and MATLAB code - YouTube
I changed my mind about it and decided to extract s-parameters. I do not know how to do it. at first, I ran this code:
** source
!! for #iT=0 to 0
!! for #iR=0 to 87
A5: 0 : : : : : 1 : 0 : #Tx[#iT] : #Ty[#iT] : 15 : 180 : 0 ** ElectricPoint1
L2: -1 : : : 0 : 0 : 50 : 0 : #Tx[#iT] : #Ty[#iT] : 15 : : : 0 ** source
LT: 0 : : : source : 0 : 50 ** source
** StandardConfiguration1
NC: StandardConfiguration1
DA: 0 : 0 : 0 : 0 : 0 : 1 : : : 2
L2: -1 : : : 0 : 0 : 50 : 0 : #Rx[#iR] : #Ry[#iR] : 15 : : : 0 ** sink
LT: 0 : : : sink : 0 : 50 ** sink
** Near field: NearField1
DA: 3 : 2 : 2 : 2 : 0 : 1 : : 0 : 2
OF: 1 : 0 : : : : 0 : 0 : 0 : 0 : 0 : 0
FE: -3 : 1 : 1 : 1 : 0 : #Rx[#iR] : #Ry[#iR] : 15 : 0 : 0 : 0 ** NearField1
SP: 1 : 0
!!next
!!next
But It results in the following error:
ERROR 17: Undefined wire port node/connection point