Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GPIAG-Software
IFOS2D
Commits
0e8335b9
Commit
0e8335b9
authored
Feb 26, 2016
by
Florian Wittkamp
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUGFIX: STF & Step length estimation
parent
3dae0cd1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/IFOS2D.c
src/IFOS2D.c
+2
-2
No files found.
src/IFOS2D.c
View file @
0e8335b9
...
...
@@ -3275,7 +3275,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
))
&&
(
INV_STF
==
0
)
){
if
(((
TIME_FILT
==
1
)
||
(
TIME_FILT
==
2
))){
timedomain_filt
(
signals
,
FC
,
ORDER
,
nsrc_loc
,
ns
,
1
);
}
...
...
@@ -3283,7 +3283,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
))
&&
(
INV_STF
==
0
)
){
if
(((
TIME_FILT
==
1
)
||
(
TIME_FILT
==
2
))){
timedomain_filt
(
signals_SH
,
FC
,
ORDER
,
nsrc_loc
,
ns
,
1
);
}
...
...
Florian Wittkamp
@wittkamp_old
mentioned in commit
cc0ae1d7
·
Mar 11, 2016
mentioned in commit
cc0ae1d7
mentioned in commit cc0ae1d7817569d189ee7c49f20ffa00c77663d3
Toggle commit list
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