DFTMatrixPlain: Generate Plain Discrete Fourier Transform Matrix without the...

View source: R/DFTMatrixPlain.R

DFTMatrixPlainR 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)

R1magic documentation built on Aug. 27, 2023, 5:07 p.m.