Closed maxstrobel closed 4 years ago
The rectangular matrix in the middle of the Toeplitz matrix seems to be buggy.
We can show this with a simple example, e.g. N=6, p=1: x[N-p] = x[6-1] = x[5] != x[p+1] = x[1+1] = x[1]
The rectangular matrix in the middle of the Toeplitz matrix seems to be buggy.
We can show this with a simple example, e.g. N=6, p=1: x[N-p] = x[6-1] = x[5] != x[p+1] = x[1+1] = x[1]