Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to calculate the input impedance from FDTD simulation?

Status
Not open for further replies.

Riyad

Junior Member level 1
Joined
Feb 19, 2004
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
176
Hi,

I have seen that the input impedance may be calculated by the fourier transform of the line voltage and the line current and then dividing both inputs. But how can this be done? At what time step shoud I stop the simulation to calculate the voltage and the current???
 

I have a little exp with simulation of microstrip by fdtd. The voltage is the integral of E along a specified path, from the trace to the ground. The current is the integral of H around the trace. The time you stop simulate is the E and H of your concerned point converged to zero.
 

Re: How to calculate the input impedance from FDTD simulatio

Thanx for the advice...

Concerning the E, i just have to calculate it taking values from the ground to the strip on a single line.
But concerning the H, do I need to calculate it taking values surrounding that line at each height, that is, from the ground to the strip? Or do I calculate is from values surrounding the line at a particular height in between the ground and the strip?
Then, to find the input impedance, I just divide the voltage by the current? Or do I need to fourrier transform before?
 

Of course, fourier transform should be done to the voltage and current, because impedance is a frequency-domain parameter.
To calculate current, use the equation
I=integral along a close path (Hdl)
set a close path that include the trace(in the cross secton view). apply the above equation to obtain the current in the trace.
 

Re: How to calculate the input impedance from FDTD simulatio

Ok... but the integration can be aproximated to the sum of the fields etc. Then I obtain a value for the voltage and a value for the current!
So when do I use the fourier transform? and How?

Thanking you in advance!
 

The voltage and current you mentioned are the values at one time spot. Calculate V and I at every time on your concerned place.
Now you've got the voltages and currents at every time steps. i.e. you got v(t) and i(t), where t=n*deltaT. deltaT is time step. n=0,1,2,...
Then V(f)=FFT(v(t)) and I(f)=FFT(i(t)). You can add zero data after v(t) converged to zero in order to improve the resolution in frequency domain.
Finally Z(f)=V(f)/I(f)
 

Re: How to calculate the input impedance from FDTD simulatio

Oh thanks...
I'll try it!!!
 

Re: How to calculate the input impedance from FDTD simulatio

Hi...
I've tried it... but the values obtained is not as expected!
I think the problem is with my gaussian source which is:

Ey(i,j,k) = ( cos (2 * pi * f * (N*dT - t ) ) ) * exp( -( (N*dT - t )^2 ) / 2*T^2)

where f is the frequency
N is the number of time step
dT is the time step
T controls the pulse width
t (I don't exactly know what is t but I've usd it as 100*dT)

My values are
f = 2.0e+9
N = 50
dT = 3.85e-12
T = 0.001
t = 100*dT

Are these values ok to excite my antenna which dimensions are 22x14x8mm (length x width x height)?

Thank you!
 

dt is constrained by the spacial grids and satisfied with stable condition.
t is the time when gauss pulse reaches to the peak. The greater of t, the more flat of exciting fields from the start time. I mean, the E(y) is start from zero,not suddenly reach a high value.
You can try to simulate the structure to determine N. Keep simulating until the fields you concern converge to zero.
 

Re: How to calculate the input impedance from FDTD simulatio

Thanks...

But what about 'T'??? How does it control the pulse width?
Concerning the equation

Ey(i,j,k) = ( cos (2 * pi * f * (N*dT - t ) ) ) * exp( -( (N*dT - t )^2 ) / 2*T^2)

what values should i j and k take???
 

the smaller the T, the narrower the pulse width.
you can plot some curves with different T.
 

because a smaller T,the impulse rise time become more short.so when transform into spectral domain,its 3dB bandwidth become more wide.you could read some paper refer to FDTD to find the relation between T and BW.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top