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 has been archived by the owner on Feb 6, 2024. It is now read-only.
Is anyone interested in a package for generating common waveforms? Im thinking of something similar to MATLAB.
Or does this functionality already exist somewhere else? I figured this isn't overly complicated, but something we probably all have our own snippets for.
The text was updated successfully, but these errors were encountered:
I've currently got a SinSource that conforms to the SampleSource API, so you can read from it either a number of samples or number of seconds, e.g. read(src, 1024) or read(src, 100ms). I've found it to be a pretty handy API for generating an arbitrary amount of waveform data.
Is anyone interested in a package for generating common waveforms? Im thinking of something similar to MATLAB.
Or does this functionality already exist somewhere else? I figured this isn't overly complicated, but something we probably all have our own snippets for.
The text was updated successfully, but these errors were encountered: