Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
turbulent-channel-model
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
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
Jonas Krimmer
turbulent-channel-model
Commits
54b88c40
Commit
54b88c40
authored
1 week ago
by
Jonas Krimmer
Browse files
Options
Downloads
Patches
Plain Diff
fix: more reasonable value
parent
c228da77
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
examples/repeated_wave_propagation.jl
+1
-1
1 addition, 1 deletion
examples/repeated_wave_propagation.jl
with
1 addition
and
1 deletion
examples/repeated_wave_propagation.jl
+
1
−
1
View file @
54b88c40
...
...
@@ -29,7 +29,7 @@ function repeated_wave_propagation(utx::AbstractArray{Complex{T}}, midx, domain:
zr
=
2
π
/
λ
*
w0
^
2
/
2
wz
=
w0
*
sqrt
(
1
+
domain
.
Dz
^
2
/
zr
^
2
)
# effective transmit aperture
D1
=
2
w0
D1
=
4
w0
# effective receive aperture, super-Gaussian window function reduces effective domain size to 2*0.47*Dxy (1/e, see split-step-method.jl)
# D2 = min(2domain.rA, 0.94domain.Dx, 0.94domain.Dy, 2wz)
D2
=
4
wz
...
...
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