idk
This commit is contained in:
parent
3575361af1
commit
2eac3ecde6
@ -188,7 +188,7 @@ def extract_stim_data(stimulus):
|
|||||||
stim_dur = stimulus.duration
|
stim_dur = stimulus.duration
|
||||||
# calculates the amplitude modulation
|
# calculates the amplitude modulation
|
||||||
amp_mod, ny_freq = AM(eodf, stim_freq)
|
amp_mod, ny_freq = AM(eodf, stim_freq)
|
||||||
return amplitude, df, eodf, stim_freq,stim_dur, amp_mod, ny_freq
|
return amplitude, df, eodf, stim_freq, stim_dur, amp_mod, ny_freq
|
||||||
|
|
||||||
def find_exceeding_points(frequency, power, points, delta, threshold):
|
def find_exceeding_points(frequency, power, points, delta, threshold):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user