pyrex.Signal.with_times¶
-
Signal.with_times(new_times)¶ Returns a representation of this signal over a different times array.
- Parameters
- new_timesarray_like
1D array of times (s) for which to define the new signal.
- Returns
- Signal
A representation of the original signal over the new_times array.
Notes
Interpolates the values of the
Signalobject across new_times, extrapolating with zero values on the left and right.
