Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.
Florian Rappl edited this page Dec 21, 2014 · 2 revisions

fft

Provides a fast-fourier-transform function for 2^n (complex) values.

References

fft(M)

Fourier transforms a matrix of elements.

Argument M

Matrix

Returns 1. entry

Matrix

Example

fft([0,1,0,5])

Uses FFT on the vector [0,1,0,5].

Clone this wiki locally