Top | ![]() |
![]() |
![]() |
![]() |
GstFFTF64 * | gst_fft_f64_new () |
void | gst_fft_f64_fft () |
void | gst_fft_f64_inverse_fft () |
void | gst_fft_f64_window () |
void | gst_fft_f64_free () |
void gst_fft_f64_fft (GstFFTF64 *self
,const gdouble *timedata
,GstFFTF64Complex *freqdata
);
void gst_fft_f64_inverse_fft (GstFFTF64 *self
,const GstFFTF64Complex *freqdata
,gdouble *timedata
);
void gst_fft_f64_window (GstFFTF64 *self
,gdouble *timedata
,GstFFTWindow window
);