class

DSP::Transforms::Radix8

Inherits Reference < Object

Constants

ROOT = Math.sqrt(0.5)

Class methods

fft(input : Array) : Array(Complex)
Source
fft_helper(input : Array, forward? : Bool = true) : Array(Complex)
Source
ifft(input : Array) : Array(Complex)
Source