| Author |
Message |
bennywt
Joined: 29 Jan 2008 Posts: 2
|
26 Sep 2008 13:52 Transmission Coefficient of PC in FDTD |
|
|
|
| Hello guys, I already had written the 2D FDTD TM/TE source code in Matlab. It visualized very well the how wave propagate. I need to extract out the transmission coefficient. First, I let the whole medium be vaccum. So theoriticaly, I should get 1 for the transmission but unfortunately I cant get 1. Anyone please help me out. Thanks.
|
|
| Back to top |
|
 |
milli
Joined: 22 May 2008 Posts: 13
|
18 Oct 2008 7:44 Re: Transmission Coefficient of PC in FDTD |
|
|
|
Hey..
can you explain what kind of source implementation you have in your code...
and without knowing your code no one can help you out in this...
so, better you post your code..
cheers
|
|
| Back to top |
|
 |
bennywt
Joined: 29 Jan 2008 Posts: 2
|
18 Oct 2008 7:59 Re: Transmission Coefficient of PC in FDTD |
|
|
|
| milli wrote: |
Hey..
can you explain what kind of source implementation you have in your code...
and without knowing your code no one can help you out in this...
so, better you post your code..
cheers |
Ez(1,Npy-(NMlat-1)/2:Npy+(NMlat-1)/2)=Ez(1,Npy-(NMlat-1)/2:Npy+(NMlat-1)/2)+sin(W*m*Dt)
above is my source which i implement in my code.
|
|
| Back to top |
|
 |