WDF allpass generator with single coefficient does not work
The reason is that the NumPy magic will turn a single value into a zero-dimensional array which has no length and well, size = 0.
Better magic required.
The reason is that the NumPy magic will turn a single value into a zero-dimensional array which has no length and well, size = 0.
Better magic required.