gstfftf64

gstfftf64

Functions

Types and Values

struct GstFFTF64
struct GstFFTF64Complex

Includes

#include <gst/fft/gstfftf64.h>

Description

Functions

gst_fft_f64_new ()

GstFFTF64 *
gst_fft_f64_new (gint len,
                 gboolean inverse);

gst_fft_f64_fft ()

void
gst_fft_f64_fft (GstFFTF64 *self,
                 const gdouble *timedata,
                 GstFFTF64Complex *freqdata);

gst_fft_f64_inverse_fft ()

void
gst_fft_f64_inverse_fft (GstFFTF64 *self,
                         const GstFFTF64Complex *freqdata,
                         gdouble *timedata);

gst_fft_f64_window ()

void
gst_fft_f64_window (GstFFTF64 *self,
                    gdouble *timedata,
                    GstFFTWindow window);

gst_fft_f64_free ()

void
gst_fft_f64_free (GstFFTF64 *self);

Types and Values

struct GstFFTF64

struct GstFFTF64 {
};

struct GstFFTF64Complex

struct GstFFTF64Complex {
  gdouble r;
  gdouble i;
};