cr.sparse.lop.fourier_basis

cr.sparse.lop.fourier_basis(n)[source]

Returns an operator which represents the DFT orthonormal basis

Forward operation is akin to computing inverse fast fourier transform scaled by \(\sqrt{n}\)

Adjoint operation is akin to computing forward fast fourier transform scaled by \(1/\sqrt{n}\)