Skip to content

Code for steepest descent algorithm and solving inverse scattering problem for various contrast function

Notifications You must be signed in to change notification settings

saurabhsh96/WFIAssignment1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WFIAssignment1

Matlab code: steepDescent.m implements the steepest descent algorithm to find the steepest descent of a below function:

f = 1/2x1^2 + a/2x2^2, where a is 'a' positive real number

Matlab code: objectEquation.m solves the inverse scattering problem for given contrast function of some object. Born Approximation is not assumed and a linear system of equation,

(I - G*C)x = Uinc G and C matrices are obtained from discretized form of object equation.

The detailed equations are mentioned in the Assignment pdf.

About

Code for steepest descent algorithm and solving inverse scattering problem for various contrast function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages