How can Yee's algorithm and PML ABCs be used to detect breast cancer?

AI Thread Summary
A new user on the forum is seeking assistance with understanding Fortran code designed for breast cancer detection using Yee's algorithm and PML ABCs. The user admits to having limited coding skills and is struggling to grasp the code comprehensively. They have shared a link to the code for review and expressed gratitude for any help offered. Another participant suggests that the user identify the sections of the code they understand and the specific parts they find confusing, noting that they only comprehend the section related to building the FDTD grid.
regedit
Messages
2
Reaction score
0
Hi everyone, new to the forum and new to fortran. my coding skills have never been my strongest point and I'm struggling to understand the code from start to finish. If anybody can help me, i would appreciate it very much.

Basically the code is used to detect breast cancer using the Yee's algorithm and PML ABCs.

http://www.box.com/s/48f8f08c999933a1ccc7

thanks for taking the time to look at it, i would be grateful if you could help.
 
Technology news on Phys.org
regedit said:
Hi everyone, new to the forum and new to fortran. my coding skills have never been my strongest point and I'm struggling to understand the code from start to finish. If anybody can help me, i would appreciate it very much.

Basically the code is used to detect breast cancer using the Yee's algorithm and PML ABCs.

http://www.box.com/s/48f8f08c999933a1ccc7

thanks for taking the time to look at it, i would be grateful if you could help.

How about you tell us the parts you do get and an attempt at the parts you don't get
 
the only part i understand is the part of building the fdtd grid.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top