Merge branch 'master' of https://whale.am28.uni-tuebingen.de/git/raab/GP2023_chirp_detection
This commit is contained in:
commit
41ffe7ecce
@ -76,7 +76,7 @@ def instantaneos_frequency(
|
|||||||
upper_time = np.abs(time_signal[period_index])
|
upper_time = np.abs(time_signal[period_index])
|
||||||
lower_time = np.abs(time_signal[period_index - 1])
|
lower_time = np.abs(time_signal[period_index - 1])
|
||||||
|
|
||||||
# create ratios
|
# create ratio
|
||||||
lower_ratio = lower_bound / (lower_bound + upper_bound)
|
lower_ratio = lower_bound / (lower_bound + upper_bound)
|
||||||
|
|
||||||
# appy to time delta
|
# appy to time delta
|
||||||
|
Loading…
Reference in New Issue
Block a user