pyrex.EmptySignal.with_times¶
-
EmptySignal.
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
- EmptySignal
A representation of the original signal over the new_times array.
Notes
Since the
EmptySignal
always has zero values, the returned signal will also have all zero values.