Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GPIAG-Software
IFOS2D
Commits
cc0ae1d7
Commit
cc0ae1d7
authored
Mar 09, 2016
by
Florian Wittkamp
Browse files
Revert "BUGFIX: STF & Step length estimation"
This reverts commit
0e8335b9
.
parent
3ead0e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/IFOS2D.c
View file @
cc0ae1d7
...
...
@@ -3278,7 +3278,7 @@ int main(int argc, char **argv){
/*------------------------------------------------------------------------------*/
/*time domain filtering of the source signal */
if
(
WAVETYPE
==
1
||
WAVETYPE
==
3
){
if
(((
TIME_FILT
==
1
)
||
(
TIME_FILT
==
2
))){
if
(((
TIME_FILT
==
1
)
||
(
TIME_FILT
==
2
))
&&
(
INV_STF
==
0
)
){
timedomain_filt
(
signals
,
FC
,
ORDER
,
nsrc_loc
,
ns
,
1
);
}
...
...
@@ -3286,7 +3286,7 @@ int main(int argc, char **argv){
/*time domain filtering of the source signal */
if
(
WAVETYPE
==
2
||
WAVETYPE
==
3
){
if
(((
TIME_FILT
==
1
)
||
(
TIME_FILT
==
2
))){
if
(((
TIME_FILT
==
1
)
||
(
TIME_FILT
==
2
))
&&
(
INV_STF
==
0
)
){
timedomain_filt
(
signals_SH
,
FC
,
ORDER
,
nsrc_loc
,
ns
,
1
);
}
...
...
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