Learn R Programming

R1magic (version 0.3.4)

DFTMatrix0: Generate Discrete Fourier Transform Matrix using DFTMatrixPlain.

Description

Generate Discrete Fourier Transform Matrix (NxN).

Usage

DFTMatrix0(N)

Value

It returns a NxN square matrix.

Arguments

N

Integer value determines the dimension of the square matrix.

Author

Mehmet Suzen

See Also

DFTMatrixPlain

Examples

Run this code
 DFTMatrix0(2)

Run the code above in your browser using DataLab