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
Add new filter BPENV() for approximating envelopes.
Add new filters RUD() and RND() for generating random signals with
uniform and normal distribution, respectively. When apply to data, the
data samples are replaced by the random signal. For adding noise use the
'+' operator. Example: self+RUD(-10,10)>>BW(3,0.7,2).
New time grammar operator, OT, for configuring amplitude-time windows.