Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Erik von Reis
dtt
Commits
6f2f75ac
Commit
6f2f75ac
authored
Jan 09, 2020
by
Erik von Reis
Browse files
setting span multiplier to 1.0 so that user can set 0 to nyquist.
parent
aab10347
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dtt/diag/ffttools.cc
View file @
6f2f75ac
...
...
@@ -31,7 +31,7 @@ namespace diag {
// Time ahead buffers are allocated
const
double
_TIME_AHEAD
=
3.0
;
const
double
ffttest
::
fftSpanFactor
=
1.1
;
const
double
ffttest
::
fftSpanFactor
=
1.0
;
//
1.1;
const
fftparam
ffttest
::
tmpresult
::
fftparamZero
=
{
0
,
0
,
0
,
0
};
...
...
@@ -345,7 +345,7 @@ namespace diag {
if
(
my_debug
)
cerr
<<
"ffttest::calcTimes() return false line "
<<
__LINE__
<<
endl
;
return
false
;
}
// highest frequency of interest
if
(
fZoom
!=
0
)
{
fMaxMeas
=
fSpan
/
2.0
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment