|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| :: (Storable v, C v) | | | => ChunkSize | | | -> T Int (T v) | A list of pairs: (relative start time, signal part),
The start time is relative to the start time
of the previous event.
| | -> T v | The mixed signal.
| | ChunkSize is only required for zero padding.
|
|
|
|
| :: (Storable v, C v) | | | => ChunkSize | | | -> T Int (T v) | A list of pairs: (relative start time, signal part),
The start time is relative to the start time
of the previous event.
| | -> T v | The mixed signal.
|
|
|
|
|
|
|
|
| :: (Storable v, C v) | | | => ChunkSize | | | -> T Int (T v) | A list of pairs: (relative start time, signal part),
The start time is relative to the start time
of the previous event.
| | -> T v | The mixed signal.
| | The result is a Lazy StorableVector with chunks of the given size.
|
|
|
|
|
| Produced by Haddock version 2.4.2 |