Gst.FFT.F64 – gstreamer-fft-1.0 Reference Manual
Packages
gstreamer-fft-1.0
Gst
FFT
F64
F64
fft
free
inverse_fft
window
F64
Object Hierarchy:
Description:
[
CCode
( has_type_id =
false
) ]
[
Compact
]
[
GIR
( name =
"FFTF64"
) ]
public
class
F64
Namespace:
Gst.FFT
Package:
gstreamer-fft-1.0
Content:
Creation methods:
public
F64
(
int
len,
bool
inverse)
Methods:
public
void
fft
(
double
timedata,
F64Complex
freqdata)
public
void
free
()
public
void
inverse_fft
(
F64Complex
freqdata,
double
timedata)
public
void
window
(
double
timedata,
Window
window)