dasp icon indicating copy to clipboard operation
dasp copied to clipboard

Add a `equilibrium_padded()` constructor to each of the interpolators.

Open mitchmindtree opened this issue 5 years ago • 0 comments

Currently all interpolator implementations require being constructed with the initial samples used for inteprolation. In some cases, it might be more convenient to just construct the interpolator with equilibrium values to begin to avoid the need for the user to sample from the source signal.

mitchmindtree avatar May 29 '20 13:05 mitchmindtree