DFTMatrixPlain {R1magic}R Documentation

Generate Plain Discrete Fourier Transform Matrix without the coefficient

Description

Generate plain Discrete Fourier Transform Matrix (NxN) without a coefficient.

Usage

DFTMatrixPlain(N)

Arguments

N

Integer value defines the dimension of the square plain DFT matrix.

Value

It returns a NxN square matrix.

Author(s)

Mehmet Suzen

Examples

DFTMatrixPlain(2)

[Package R1magic version 0.3.4 Index]