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
{{ message }}
This repository was archived by the owner on Jun 5, 2021. It is now read-only.
The windowing and time-restriction APIs are begging for interval types instead of the current haphazard mix of tuples and argument positions. There could even be an infix unicode operator. Then windowing could simply be written as sig[(-200μs ↔ 800μs) + [1s,2s,3s]].
Some questions:
Is there a good way to represent open-ended intervals?
Is this too magical?
The text was updated successfully, but these errors were encountered:
The windowing and time-restriction APIs are begging for interval types instead of the current haphazard mix of tuples and argument positions. There could even be an infix unicode operator. Then windowing could simply be written as
sig[(-200μs ↔ 800μs) + [1s,2s,3s]]
.Some questions:
The text was updated successfully, but these errors were encountered: