SignalAnalysis.jl icon indicating copy to clipboard operation
SignalAnalysis.jl copied to clipboard

toframe() on ranges should return ranges

Open mchitre opened this issue 4 years ago • 0 comments

Currently toframe() on a range returns a vector, and one has to cast it into a range like this:

UnitRange(toframe(a:b, x)...)

This should be replaced by:

toframe(a:b, x)

mchitre avatar Jul 20 '21 19:07 mchitre