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
It would be handy to have signal generation functions like audmath.modulated_signal(), which implements a amplitude and frequency modulation as we currently have in audsp.am_fm_synth().
Maybe also audmath.white_noise() or audmath.noise() as I never remember the numpy call I have to make.
The text was updated successfully, but these errors were encountered:
It would be handy to have signal generation functions like
audmath.modulated_signal()
, which implements a amplitude and frequency modulation as we currently have inaudsp.am_fm_synth()
.Maybe also
audmath.white_noise()
oraudmath.noise()
as I never remember thenumpy
call I have to make.The text was updated successfully, but these errors were encountered: