Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 6d445a7e34cab500c4a729b1f6c7a5fd > files > 124

lib64gstreamer-plugins-base0.10-devel-0.10.17-3mdv2008.1.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gstfftf64</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<link rel="start" href="index.html" title="GStreamer Base Plugins 0.10 Library Reference Manual">
<link rel="up" href="gstreamer-ffft.html" title="FFT Library">
<link rel="prev" href="gst-plugins-base-libs-gstfftf32.html" title="gstfftf32">
<link rel="next" href="gstreamer-floatcast.html" title="FloatCast Library">
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gstreamer-plugins-base.html" title="Part&#160;I.&#160;GStreamer Base Plugins Libraries">
<link rel="chapter" href="gstreamer-audio.html" title="Audio Library">
<link rel="chapter" href="gstreamer-cdda.html" title="CDDA Library">
<link rel="chapter" href="gstreamer-ffft.html" title="FFT Library">
<link rel="chapter" href="gstreamer-floatcast.html" title="FloatCast Library">
<link rel="chapter" href="gstreamer-interfaces.html" title="Interfaces Library">
<link rel="chapter" href="gstreamer-netbuffer.html" title="Network Buffer Library">
<link rel="chapter" href="gstreamer-riff.html" title="Riff Media Library">
<link rel="chapter" href="gstreamer-rtp.html" title="RTP Library">
<link rel="chapter" href="gstreamer-rtsp.html" title="RTSP Library">
<link rel="chapter" href="gstreamer-sdp.html" title="SDP Library">
<link rel="chapter" href="gstreamer-tag.html" title="Tag Support Library">
<link rel="chapter" href="gstreamer-base-utils.html" title="Base Utils Library">
<link rel="chapter" href="gstreamer-video.html" title="Video Library">
<link rel="part" href="gstreamer-libs-hierarchy.html" title="Part&#160;II.&#160;Object Hierarchy">
<link rel="index" href="api-index.html" title="Index">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="gst-plugins-base-libs-gstfftf32.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="gstreamer-ffft.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GStreamer Base Plugins 0.10 Library Reference Manual</th>
<td><a accesskey="n" href="gstreamer-floatcast.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592828" class="shortcut">Top</a>
                  &#160;|&#160;
                  <a href="#id2593028" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="gst-plugins-base-libs-gstfftf64"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2592828"></a><span class="refentrytitle">gstfftf64</span>
</h2>
<p>gstfftf64 &#8212; FFT functions for 64 bit float samples</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">

#include &lt;gst/fft/gstfftf64.h&gt;


                    <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64">GstFFTF64</a>;
                    <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64Complex">GstFFTF64Complex</a>;
<a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64">GstFFTF64</a>*          <a href="gst-plugins-base-libs-gstfftf64.html#gst-fft-f64-new">gst_fft_f64_new</a>                     (gint len,
                                                         gboolean inverse);
void                <a href="gst-plugins-base-libs-gstfftf64.html#gst-fft-f64-fft">gst_fft_f64_fft</a>                     (<a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64">GstFFTF64</a> *self,
                                                         const gdouble *timedata,
                                                         <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64Complex">GstFFTF64Complex</a> *freqdata);
void                <a href="gst-plugins-base-libs-gstfftf64.html#gst-fft-f64-inverse-fft">gst_fft_f64_inverse_fft</a>             (<a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64">GstFFTF64</a> *self,
                                                         const <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64Complex">GstFFTF64Complex</a> *freqdata,
                                                         gdouble *timedata);
void                <a href="gst-plugins-base-libs-gstfftf64.html#gst-fft-f64-window">gst_fft_f64_window</a>                  (<a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64">GstFFTF64</a> *self,
                                                         gdouble *timedata,
                                                         <a href="gst-plugins-base-libs-gstfft.html#GstFFTWindow">GstFFTWindow</a> window);
void                <a href="gst-plugins-base-libs-gstfftf64.html#gst-fft-f64-free">gst_fft_f64_free</a>                    (<a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64">GstFFTF64</a> *self);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2593028"></a><h2>Description</h2>
<p>
<a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64"><span class="type">GstFFTF64</span></a> provides a FFT implementation and related functions for
64 bit float samples. To use this call <a href="gst-plugins-base-libs-gstfftf64.html#gst-fft-f64-new"><code class="function">gst_fft_f64_new()</code></a> for
allocating a <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64"><span class="type">GstFFTF64</span></a> instance with the appropiate parameters and
then call <a href="gst-plugins-base-libs-gstfftf64.html#gst-fft-f64-fft"><code class="function">gst_fft_f64_fft()</code></a> or <a href="gst-plugins-base-libs-gstfftf64.html#gst-fft-f64-inverse-fft"><code class="function">gst_fft_f64_inverse_fft()</code></a> to perform the
FFT or inverse FFT on a buffer of samples.
</p>
<p>
After use free the <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64"><span class="type">GstFFTF64</span></a> instance with <a href="gst-plugins-base-libs-gstfftf64.html#gst-fft-f64-free"><code class="function">gst_fft_f64_free()</code></a>.
</p>
<p>
For the best performance use <a href="gst-plugins-base-libs-gstfft.html#gst-fft-next-fast-length"><code class="function">gst_fft_next_fast_length()</code></a> to get a
number that is entirely a product of 2, 3 and 5 and use this as the
<em class="parameter"><code>len</code></em> parameter for <a href="gst-plugins-base-libs-gstfftf64.html#gst-fft-f64-new"><code class="function">gst_fft_f64_new()</code></a>.
</p>
<p>
The <em class="parameter"><code>len</code></em> parameter specifies the number of samples in the time domain that
will be processed or generated. The number of samples in the frequency domain
is <em class="parameter"><code>len</code></em>/2 + 1. To get n samples in the frequency domain use 2*n - 2 as <em class="parameter"><code>len</code></em>.
</p>
<p>
Before performing the FFT on time domain data it usually makes sense
to apply a window function to it. For this <a href="gst-plugins-base-libs-gstfftf64.html#gst-fft-f64-window"><code class="function">gst_fft_f64_window()</code></a> can comfortably
be used.
</p>
<p>
Be aware, that you can't simply run <a href="gst-plugins-base-libs-gstfftf32.html#gst-fft-f32-inverse-fft"><code class="function">gst_fft_f32_inverse_fft()</code></a> on the
resulting frequency data of <a href="gst-plugins-base-libs-gstfftf32.html#gst-fft-f32-fft"><code class="function">gst_fft_f32_fft()</code></a> to get the original data back.
The relation between them is iFFT (FFT (x)) = x * nfft where nfft is the
length of the FFT. This also has to be taken into account when calculation
the magnitude of the frequency data.</p>
<p>

</p>
</div>
<div class="refsect1" lang="en">
<a name="id2593222"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2593232"></a><h3>
<a name="GstFFTF64"></a>GstFFTF64</h3>
<a class="indexterm" name="id2593244"></a><pre class="programlisting">typedef struct {
} GstFFTF64;
</pre>
<p>
Instance structure for <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64"><span class="type">GstFFTF64</span></a>.</p>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593271"></a><h3>
<a name="GstFFTF64Complex"></a>GstFFTF64Complex</h3>
<a class="indexterm" name="id2593283"></a><pre class="programlisting">typedef struct {
  gdouble r;
  gdouble i;
} GstFFTF64Complex;
</pre>
<p>
Data type for complex numbers composed of
64 bit float.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term">gdouble&#160;<em class="structfield"><code>r</code></em>;</span></td>
<td> Real part
</td>
</tr>
<tr>
<td><span class="term">gdouble&#160;<em class="structfield"><code>i</code></em>;</span></td>
<td> Imaginary part
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593348"></a><h3>
<a name="gst-fft-f64-new"></a>gst_fft_f64_new ()</h3>
<a class="indexterm" name="id2593361"></a><pre class="programlisting"><a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64">GstFFTF64</a>*          gst_fft_f64_new                     (gint len,
                                                         gboolean inverse);</pre>
<p>
This returns a new <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64"><span class="type">GstFFTF64</span></a> instance with the given parameters. It makes
sense to keep one instance for several calls for speed reasons.
</p>
<p>
<em class="parameter"><code>len</code></em> must be even and to get the best performance a product of
2, 3 and 5. To get the next number with this characteristics use
<a href="gst-plugins-base-libs-gstfft.html#gst-fft-next-fast-length"><code class="function">gst_fft_next_fast_length()</code></a>.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>len</code></em>&#160;:</span></td>
<td> Length of the FFT in the time domain
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>inverse</code></em>&#160;:</span></td>
<td> <code class="literal">TRUE</code> if the <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64"><span class="type">GstFFTF64</span></a> instance should be used for the inverse FFT
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a new <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64"><span class="type">GstFFTF64</span></a> instance.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593501"></a><h3>
<a name="gst-fft-f64-fft"></a>gst_fft_f64_fft ()</h3>
<a class="indexterm" name="id2593514"></a><pre class="programlisting">void                gst_fft_f64_fft                     (<a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64">GstFFTF64</a> *self,
                                                         const gdouble *timedata,
                                                         <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64Complex">GstFFTF64Complex</a> *freqdata);</pre>
<p>
This performs the FFT on <em class="parameter"><code>timedata</code></em> and puts the result in <em class="parameter"><code>freqdata</code></em>.
</p>
<p>
<em class="parameter"><code>timedata</code></em> must have as many samples as specified with the <em class="parameter"><code>len</code></em> parameter while
allocating the <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64"><span class="type">GstFFTF64</span></a> instance with <a href="gst-plugins-base-libs-gstfftf64.html#gst-fft-f64-new"><code class="function">gst_fft_f64_new()</code></a>.
</p>
<p>
<em class="parameter"><code>freqdata</code></em> must be large enough to hold <em class="parameter"><code>len</code></em>/2 + 1 <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64Complex"><span class="type">GstFFTF64Complex</span></a> frequency
domain samples.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>self</code></em>&#160;:</span></td>
<td> <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64"><span class="type">GstFFTF64</span></a> instance for this call
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>timedata</code></em>&#160;:</span></td>
<td> Buffer of the samples in the time domain
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>freqdata</code></em>&#160;:</span></td>
<td> Target buffer for the samples in the frequency domain
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593688"></a><h3>
<a name="gst-fft-f64-inverse-fft"></a>gst_fft_f64_inverse_fft ()</h3>
<a class="indexterm" name="id2593702"></a><pre class="programlisting">void                gst_fft_f64_inverse_fft             (<a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64">GstFFTF64</a> *self,
                                                         const <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64Complex">GstFFTF64Complex</a> *freqdata,
                                                         gdouble *timedata);</pre>
<p>
This performs the inverse FFT on <em class="parameter"><code>freqdata</code></em> and puts the result in <em class="parameter"><code>timedata</code></em>.
</p>
<p>
<em class="parameter"><code>freqdata</code></em> must have <em class="parameter"><code>len</code></em>/2 + 1 samples, where <em class="parameter"><code>len</code></em> is the parameter specified
while allocating the <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64"><span class="type">GstFFTF64</span></a> instance with <a href="gst-plugins-base-libs-gstfftf64.html#gst-fft-f64-new"><code class="function">gst_fft_f64_new()</code></a>.
</p>
<p>
<em class="parameter"><code>timedata</code></em> must be large enough to hold <em class="parameter"><code>len</code></em> time domain samples.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>self</code></em>&#160;:</span></td>
<td> <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64"><span class="type">GstFFTF64</span></a> instance for this call
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>freqdata</code></em>&#160;:</span></td>
<td> Buffer of the samples in the frequency domain
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>timedata</code></em>&#160;:</span></td>
<td> Target buffer for the samples in the time domain
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593873"></a><h3>
<a name="gst-fft-f64-window"></a>gst_fft_f64_window ()</h3>
<a class="indexterm" name="id2593886"></a><pre class="programlisting">void                gst_fft_f64_window                  (<a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64">GstFFTF64</a> *self,
                                                         gdouble *timedata,
                                                         <a href="gst-plugins-base-libs-gstfft.html#GstFFTWindow">GstFFTWindow</a> window);</pre>
<p>
This calls the window function <em class="parameter"><code>window</code></em> on the <em class="parameter"><code>timedata</code></em> sample buffer.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>self</code></em>&#160;:</span></td>
<td> <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64"><span class="type">GstFFTF64</span></a> instance for this call
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>timedata</code></em>&#160;:</span></td>
<td> Time domain samples
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>window</code></em>&#160;:</span></td>
<td> Window function to apply
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2594001"></a><h3>
<a name="gst-fft-f64-free"></a>gst_fft_f64_free ()</h3>
<a class="indexterm" name="id2594013"></a><pre class="programlisting">void                gst_fft_f64_free                    (<a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64">GstFFTF64</a> *self);</pre>
<p>
This frees the memory allocated for <em class="parameter"><code>self</code></em>.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>self</code></em>&#160;:</span></td>
<td> <a href="gst-plugins-base-libs-gstfftf64.html#GstFFTF64"><span class="type">GstFFTF64</span></a> instance for this call
</td>
</tr></tbody>
</table></div>
</div>
</div>
</div>
</body>
</html>