微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 电磁仿真讨论 > code fdtd 2d matlab

code fdtd 2d matlab

时间:03-30 整理:3721RD 点击:
I see your point and perhaps you are right. I am so used to normalizing everything because it is good numerical practice, that I do it almost without thinking about it anymore. I would think if you proceed without normalizing, be VERY sure to check that your coefficients are scaling the terms correctly. You could easily modify your algorithm in some strange way, and if you haven't normalized, problems could suddenly arise from a code that worked previously.

-Tip

thanks iyami and rrumpf, i got a lot

hi i am doing project on fdtd topic
i need some help ...
how can i find s parameters for one antenna using fdtd(matlab) method..
plz help me.....
thank you..
my email id is bdmpra@yahoo.co.in

I have a question... I just learned FDTD recently and I am wondering about running a wave using FDTD. Let's say the incident wave I want to propagate is:

a_x is unit vector pointing in x direction. c= speed of the wave.

E = E_x = a_x*sin(x-c*t) , 0<x-ct<8

If I just plug in the value of my wave into the designated region into my grid at t = 0, then let the FDTD run, I get the feeling that my wave will not propagate in x direction. It seems to be emanating in all directions. Is my feeling correct?

Thanks a lot for 2D FDTD code :D

Thank you for you shared code, i want to calculate reflectivity and transmissivity,pls explain to me how to take.

Hi, Do you know how to calculate reflectivity and transmissivity using FDTD?
if you do ,pls explain to me.
Thanks a lot.

Thanks very much. I have waited for a long time to active my account.

Hi,
May I ask you guys a question about the index of filed correction in this matlab code?

Line 455~456:
ex(is1:is2-1,js1)=ex(is1:is2-1,js1)-((dt/(epsz*dx)).*hz_inc(is1:is2-1));
ex(is1:is2-1,js2)=ex(is1:is2-1,js2)+((dt/(epsz*dx)).*hz_inc(is1:is2-1));

->why is not ex(is1:is2 ...

Line 575:
hz(is1-1,js1:js2-1)=hz(is1-1,js1:js2-1)+(dt/(muz*dx)).*ey_inc(is1);

->why is not hz(is1,....

Thanks a lot!

I am not sure where your code is from and what is1 and is2 represent but look at the boundaries of your model.
The lowest index for H and E does not necessarily coincide since they are located at different postions (different
distances from the boundary).

Have a look at the FDTD guide (and the corresponding wiki) from the thread

https://www.edaboard.com/thread139831.html


Look at the structure of the Yee cells.

上一篇:Wire Bow-Tie Antenna !! ?
下一篇:最后一页

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top