Diagonal of multidimensional DFT

151 Views Asked by At

If $X$ is a $n\times n$ square matrix and $F$ its Discrete Fourier Transform, is there a way to compute the diagonal $(F_{1,1},\ldots,F_{n,n})$ without explicitly computing the full DFT?

How about for higher dimensional arrays?

1

There are 1 best solutions below

0
On BEST ANSWER

The diagonal of a matrix product (AB) is the dot product of row's of the first matrix (A) with the corresponding column of the second matrix (B).