You are viewing a potentially older version of this package. View all versions.
Khalmee-FFT-1.0.0 icon

FFT

Implements fast fourier transform.

By Khalmee
Date uploaded 3 years ago
Version 1.0.0
Download link Khalmee-FFT-1.0.0.zip
Downloads 323
Dependency string Khalmee-FFT-1.0.0

This mod requires the following mods to function

northstar-Northstar-1.12.0 icon
northstar-Northstar

Titanfall 2 modding and custom server framework.

Preferred version: 1.12.0

README

FFT

Implements fast fourier transform.

Usage

output = fft(input)

Both input and output type is array <vector>, where in the vector x is Re, and y is Im, z is unused.