- 03 May, 2016 1 commit
-
-
Florian Wittkamp authored
I removed the zero phase option from the code, due to complications depending on the source signal and the time window. However, from a technically point of view it was implemented right.
-
- 13 Mar, 2016 1 commit
-
-
Florian Wittkamp authored
I switched the naming of the variables of the frequency filtering to a more clear and easy one. The change affects the JSON input file and the code itself. The following renaming is used: FC_START -> F_LOW_PASS_START FC_END -> F_LOW_PASS_END FC_INCR -> F_LOW_PASS_INCR FC_EXT -> F_LOW_PASS_EXT FC -> F_LOW_PASS F_HP -> F_HIGH_PASS However, old JSON files will also work for now. If one of the old variables is not found, IFOS will search for the corresponding old one. This option will be removed in a future release.
-
- 11 Mar, 2016 1 commit
-
-
laura.gassner authored
# Conflicts: # src/IFOS2D.c # src/wavelet.c
-
- 21 Feb, 2016 1 commit
-
-
Florian Wittkamp authored
(1.) Renamed function err() to declare_error(). This was a problem, as many standard libraries also has functions err(). (2) I fixed a lot of compiler warnings like unused variables and uninitialised variables. However, here is a lot of work to do.
-
- 02 Feb, 2016 1 commit
-
-
Florian Wittkamp authored
-
- 25 Jan, 2016 1 commit
-
-
Florian Wittkamp authored
! This commit renames DENISE to IFOS ! Keep care and update all of your self written shell scripts etc. The make target is 'IFOS' (capital letters). The resulting binary is called 'IFOS' as well.
-
- 08 Dec, 2015 1 commit
-
-
Florian Wittkamp authored
-
- 01 Oct, 2015 1 commit
-
-
Tilman Steinweg authored
-