JimHokanson / matlab_standard_library

Standard Library for my Matlab Projects
MIT License
8 stars 10 forks source link

Add a maximum peak difference to findpeaks #49

Closed GregGoldman closed 7 years ago

GregGoldman commented 7 years ago

It would be useful to be able to exclude peaks of a certain height to remove errors

JimHokanson commented 7 years ago

I believe this is implemented in the event finders calculator. Please confirm.

GregGoldman commented 7 years ago

Current case includes a minimum peak height. This issue was meant to be for excluding peaks of a maximum height. May not be all that useful...