Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
2024 Rg Ls FF Op Splitting And Completion
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIT
IANM
AG Inverse Probleme
Software
2024 Rg Ls FF Op Splitting And Completion
Commits
4f951151
Commit
4f951151
authored
1 year ago
by
Lisa Schätzle
Browse files
Options
Downloads
Patches
Plain Diff
Update evaluateFarfieldSecondOrder.m
parent
e3aa5ca6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/evaluateFarfieldSecondOrder.m
+20
-13
20 additions, 13 deletions
src/evaluateFarfieldSecondOrder.m
with
20 additions
and
13 deletions
src/evaluateFarfieldSecondOrder.m
+
20
−
13
View file @
4f951151
function
[
F
]
=
evaluateFarfieldSecondOrder
(
k
,
sampling
,
objects
,
par
,
R
,
q
)
% Calculates a discretized version of the Born farfield operator by using
% the composite trapezoidal rule for the outer integral and calculations as suggested
% by Vainikko in order to approximate the individual Born farfields.
% INPUT: kappa - wave number
% sampling - cell array that contains all information about the
% discretization of the two spheres
% (detectors, illumination directions)
% object - String, that determines the shape of the refractive
% index n=1-q
% par - Vector, that contains all parameters for calculating q
% R,z - Ass.: supp(q) is contained in B_R(z)
% OUTPUT: F - Born farfield operator, nxhat*nd array
function
[
F
]
=
evaluateFarfieldSecondOrder
(
k
,
sampling
,
objects
,
par
,
R
,
q
)
% Calculates a discretized version of the Born farfield operator of second order
% by using the composite trapezoidal rule for the outer integral and calculations
% as suggested by Vainikko in order to approximate the individual Born farfields.
%
% INPUT: kappa Wave number, >0.
% sampling Structure containing information about the discretization.
% objects Structure including two strings that set the shape-types of
% the two scatterers.
% par Vector containing all further information about the scatterers
% shape, 2*6-array.
% R Sizes of the two scatterers, i.e. radii of balls containing them,
% vector of 2.
% q Values of the contrast function within the individual scatterers,
% >-1.
%
% OUTPUT: F Born farfield operator of second order, nxhat*nd-array.
%
% ************************************************************************************
kR
=
k
*
R
;
% kz = k * z;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment