Skip to content

Commit

Permalink
Fixed failed docs hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
iguinn committed Mar 21, 2024
1 parent 676e0de commit 758c7c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dspeed/processors/time_point_thresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ def interpolated_time_point_thresh(
* ``a`` -- after; closest integer sample after threshold crossing
* ``r`` -- round; round to nearest integer sample to threshold crossing
* ``l`` -- linear interpolation
The following modes are meant to mirror the options
dspeed.upsampler
* ``f`` -- floor; interpolated values are at previous neighbor.
Equivalent to ``a``
* ``c`` -- ceiling, interpolated values are at next neighbor.
Expand Down Expand Up @@ -236,8 +238,10 @@ def multi_time_point_thresh(
* ``a`` -- after; closest integer sample after threshold crossing
* ``r`` -- round; round to nearest integer sample to threshold crossing
* ``l`` -- linear interpolation
The following modes are meant to mirror the options
dspeed.upsampler
* ``f`` -- floor; interpolated values are at previous neighbor.
Equivalent to ``a``
* ``c`` -- ceiling, interpolated values are at next neighbor.
Expand Down

0 comments on commit 758c7c9

Please sign in to comment.