Skip to content

Commit

Permalink
Update pitch_detection.py
Browse files Browse the repository at this point in the history
indent added
  • Loading branch information
DDEssing authored Jan 11, 2021
1 parent f6c0d89 commit f835f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pitch_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def hps_algo(input_data, freq_vector, nr_downsamp,min_freq=0, max_freq=0.5):


def pitch_detection(trace,nfft,threshold_HSI,nr_downsamp_HPS,add_time=1):
'''Pitch deteciton for python after the idea of Roman, D. C. (2017), Automated detection and characterization of harmonic tremor in continuous seismic data, Geophys. Res. Lett., 44, 6065–6073 doi:10.1002/2017GL073715
'''Pitch deteciton for python after the idea of Roman, D. C. (2017), Automated detection and characterization of harmonic tremor in continuous seismic data, Geophys. Res. Lett., 44, 6065–6073 doi:10.1002/2017GL073715
Expand Down

0 comments on commit f835f0a

Please sign in to comment.