-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
In most of the examples theres a time definition like
t = linspace(0, dur, dur * srate);
when it should be
t = linspace(0, dur, dur * srate, endpoint=False);
or
t = linspace(0, dur, dur * srate + 1);
to verify this it should be the case that 1./t[1] == srate
Hope this helps
JuanS
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels