Top | ![]() |
![]() |
![]() |
![]() |
GstFFTF32 * | gst_fft_f32_new () |
void | gst_fft_f32_fft () |
void | gst_fft_f32_inverse_fft () |
void | gst_fft_f32_window () |
void | gst_fft_f32_free () |
void gst_fft_f32_fft (GstFFTF32 *self
,const gfloat *timedata
,GstFFTF32Complex *freqdata
);
void gst_fft_f32_inverse_fft (GstFFTF32 *self
,const GstFFTF32Complex *freqdata
,gfloat *timedata
);
void gst_fft_f32_window (GstFFTF32 *self
,gfloat *timedata
,GstFFTWindow window
);