This commit is contained in:
sarah.eisele 2024-10-22 16:24:24 +02:00
parent af4e888db0
commit 9e766e8b3f
2 changed files with 7 additions and 6 deletions

View File

@ -152,7 +152,3 @@ power_spectrum_plot(freq, power)
# then loop over sams/dfs, all stims, intensities # then loop over sams/dfs, all stims, intensities
# when does stim start in eodf/ at which phase and how does that influence our signal --> alignment problem: egal wenn wir spectren haben # when does stim start in eodf/ at which phase and how does that influence our signal --> alignment problem: egal wenn wir spectren haben
# we want to see peaks at phase locking to own and stim frequency, and at amp modulation frequency # we want to see peaks at phase locking to own and stim frequency, and at amp modulation frequency
'''TEST- HI'''

View File

@ -251,3 +251,8 @@ def spike_times(stim):
ti = stim.trace_info("V-1") ti = stim.trace_info("V-1")
dt = ti.sampling_interval dt = ti.sampling_interval
return spike_times, stim_dur, dt return spike_times, stim_dur, dt
'''TODO: AM-freq plot:
meaning of am peak in spectrum? why is it there how does it change with stim intensity?
make plot with AM 1/2 EODf over stim frequency (df+eodf), get amplitude of am peak and plot
amplitude over frequency of peak'''