> signal = (0..length)
btw, you have an off-by-one in normalisation due to the unfortunate design in nim that intervals are closed.. the length of this signal is 457 elements.
> signal = (0..length)
btw, you have an off-by-one in normalisation due to the unfortunate design in nim that intervals are closed.. the length of this signal is 457 elements.