Skip to content

Incorrect time definition #3

@jdsierral

Description

@jdsierral

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions