Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Phillip Lino Rall
UGBlocks_V3
Commits
15f11eb3
Commit
15f11eb3
authored
Oct 06, 2020
by
Phillip Lino Rall
Browse files
implementing beamquality example with FFT
parent
1394fb62
Changes
1
Show whitespace changes
Inline
Side-by-side
program2D/main.cc
View file @
15f11eb3
...
...
@@ -109,6 +109,10 @@ void spectrumPlaneWave(std::complex<double> (*aperture) (double x, double y),
varFar
.
inversFFT
();
}
void
estimateBeamQuality
(
VariableFFT
&
varIn
,
double
lambda
)
{
}
int
main
(
int
argc
,
char
**
argv
)
{
std
::
ofstream
DATEI
;
...
...
@@ -145,6 +149,7 @@ int main(int argc, char** argv) {
VariableFFT
varE
(
n
,
n
,
geo
);
VariableFFT
varIn
(
varE
);
VariableFFT
varPhase
(
varE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment