3 D MoM code using MATLAB
3 D MoM code using MATLAB
(OP)
Hi,
I'm working on the scattering of EM field by 3D dielectric body using METHOD OF MOMENT. Does any one have a code on matlab??
THANKS,
I'm working on the scattering of EM field by 3D dielectric body using METHOD OF MOMENT. Does any one have a code on matlab??
THANKS,
RE: 3 D MoM code using MATLAB
not yet, but I am working on an implimentation in matlab. it will take some time.
regards, thomas
RE: 3 D MoM code using MATLAB
Execution time can be an issue for 'large' MoM problems.
RE: 3 D MoM code using MATLAB
i am working on scattering by 3 D dielectric bodies using
Matlab. I am trying to solve Equation 23 [1] using Surface Integral Equation but in vain. I would appreciate your precious advise on solving this kind of double surface integration.
thanking you in advance.
TAKSIM
[1] Umashankar, Taflove, Rao, - Electromagnetic Scattering by
Arbitrary Shaped Three-Dimensional homogeneous LossyDielectric
Objects, 1986, IEEE A&P
RE: 3 D MoM code using MATLAB
RE: 3 D MoM code using MATLAB
regards thomas
RE: 3 D MoM code using MATLAB
As mentioned before, memory is an issue. MATLAB has a practical limit of about 1.25 GByte on a PC. Augmenting with mex files based on the TNT C++ matrix library can help with speed, but not memory.
RE: 3 D MoM code using MATLAB
I also work with MoM and always since I began, I've used FORTRAN. Matlab is ok for small problems. At least that's what I've always heard because I've never tried myself to do a test between both languages. Anyway, FORTRAN is ok.
Taksim, could you send me the paper you metioned? I'll see if I can be of any help