Learn R Programming

R1magic (version 0.3.4)

DFTMatrixPlain: Generate Plain Discrete Fourier Transform Matrix without the coefficient

Description

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

Usage

DFTMatrixPlain(N)

Value

It returns a NxN square matrix.

Arguments

N

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

Author

Mehmet Suzen

Examples

Run this code
DFTMatrixPlain(2)

Run the code above in your browser using DataLab