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
0f8fe79c
Commit
0f8fe79c
authored
Mar 09, 2016
by
Florian Wittkamp
Browse files
Revert "BUGFIX: STF and frequency filtering"
This reverts commit
6ae350d1
. # Conflicts: # src/IFOS2D.c
parent
cc0ae1d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/IFOS2D.c
View file @
0f8fe79c
...
...
@@ -1584,7 +1584,7 @@ int main(int argc, char **argv){
/*----------- Start of Time Domain Filtering -----------------------------------*/
/*------------------------------------------------------------------------------*/
if
(((
TIME_FILT
==
1
)
||
(
TIME_FILT
==
2
))){
if
(((
TIME_FILT
==
1
)
||
(
TIME_FILT
==
2
))
&&
(
SOURCE_SHAPE
!=
6
)
&&
(
INV_STF
==
0
)
){
fprintf
(
FP
,
"
\n
Time Domain Filter applied: Lowpass with corner frequency of %.2f Hz, order %d
\n
"
,
FC
,
ORDER
);
/*time domain filtering of the source signal */
...
...
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