alphanumericslab / OSET

http://sameni.org/OSET/
BSD 3-Clause "New" or "Revised" License
42 stars 27 forks source link

Giulia baldazzi #16

Closed giuliabaldazzi closed 11 months ago

giuliabaldazzi commented 11 months ago

In event_stacker.m (used by sqi_pseudo_periodicity) @line 50, stacked_events = zeros(num_events, round(event_width)); instead of stacked_events = zeros(num_events, event_width); for "event_width" input to be an integer

In sqi_beat_shape_variability @line 97: instead of case 'BEAT_EIG', case 'STACKED_BEAT_EIG'

In SQI4.m, Fs put as input (not Fs=1000 for all)

In sqi_negentropy.m, method put as input (and default: method=’J’)

rsameni commented 11 months ago

Thank you! Already incorporated the changes.