You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a np.ndarray subclass that stores the sample rate (default 1) and sample offset (default 0) of a sample series. When slices are performed, the sample offset is updated. When rate changes happen, the sample rate is updated.
We can also add a time slice feature. Maybe if the slice values are floats x[1e-3 : 5e-3] they are interpreted as time in seconds. Or maybe x(1e-3 : 5e-3).
The text was updated successfully, but these errors were encountered:
This is a
np.ndarray
subclass that stores the sample rate (default 1) and sample offset (default 0) of a sample series. When slices are performed, the sample offset is updated. When rate changes happen, the sample rate is updated.We can also add a time slice feature. Maybe if the slice values are floats
x[1e-3 : 5e-3]
they are interpreted as time in seconds. Or maybex(1e-3 : 5e-3)
.The text was updated successfully, but these errors were encountered: