Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 6e7a2755bd78c9deedab199b86e675f3 > files > 7601

gnuradio-doc-3.2.2-9.fc14.x86_64.rpm

<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.7.3">
  <compounddef id="classgr__fir__ccf__simd" kind="class" prot="public">
    <compoundname>gr_fir_ccf_simd</compoundname>
    <basecompoundref refid="classgr__fir__ccf__generic" prot="public" virt="non-virtual">gr_fir_ccf_generic</basecompoundref>
    <derivedcompoundref refid="classgr__fir__ccf__3dnow" prot="public" virt="non-virtual">gr_fir_ccf_3dnow</derivedcompoundref>
    <derivedcompoundref refid="classgr__fir__ccf__sse" prot="public" virt="non-virtual">gr_fir_ccf_sse</derivedcompoundref>
    <includes refid="gr__fir__ccf__simd_8h" local="no">gr_fir_ccf_simd.h</includes>
      <sectiondef kind="protected-type">
      <memberdef kind="typedef" id="classgr__fir__ccf__simd_1abcf7817f4bfed0daf6111c7a238859a2" prot="protected" static="no">
        <type>void(*</type>
        <definition>typedef void(* gr_fir_ccf_simd::fcomplex_dotprod_t)(const float *taps, const float *input, unsigned n_2_complex_blocks, float *result)</definition>
        <argsstring>)(const float *taps, const float *input, unsigned n_2_complex_blocks, float *result)</argsstring>
        <name>fcomplex_dotprod_t</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_ccf_simd.h" line="42" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_ccf_simd.h" bodystart="39" bodyend="-1"/>
      </memberdef>
      </sectiondef>
      <sectiondef kind="protected-attrib">
      <memberdef kind="variable" id="classgr__fir__ccf__simd_1a21b414b07a0353484e342e1e96216bd0" prot="protected" static="no" mutable="no">
        <type>float *</type>
        <definition>float* gr_fir_ccf_simd::d_aligned_taps[4]</definition>
        <argsstring>[4]</argsstring>
        <name>d_aligned_taps</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
<para><computeroutput>aligned_taps</computeroutput> holds 4 copies of the coefficients preshifted by 0, 1, 2, or 3 float pairs to meet all possible input data alignments. This allows us to always fetch data and taps that are 128-bit aligned. </para>        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_ccf_simd.h" line="49" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_ccf_simd.h" bodystart="49" bodyend="-1"/>
      </memberdef>
      <memberdef kind="variable" id="classgr__fir__ccf__simd_1a1f38cc30575580de30009fc8b50e9640" prot="protected" static="no" mutable="no">
        <type><ref refid="classgr__fir__ccf__simd_1abcf7817f4bfed0daf6111c7a238859a2" kindref="member">fcomplex_dotprod_t</ref></type>
        <definition>fcomplex_dotprod_t gr_fir_ccf_simd::d_fcomplex_dotprod</definition>
        <argsstring></argsstring>
        <name>d_fcomplex_dotprod</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_ccf_simd.h" line="51" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_ccf_simd.h" bodystart="51" bodyend="-1"/>
      </memberdef>
      </sectiondef>
      <sectiondef kind="public-func">
      <memberdef kind="function" id="classgr__fir__ccf__simd_1a9c8229586ed0a73d176c0960feb90531" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type></type>
        <definition>gr_fir_ccf_simd::gr_fir_ccf_simd</definition>
        <argsstring>()</argsstring>
        <name>gr_fir_ccf_simd</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_ccf_simd.h" line="56"/>
      </memberdef>
      <memberdef kind="function" id="classgr__fir__ccf__simd_1ae6af6ec1bf4f676d0a1a3c2acd744285" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type></type>
        <definition>gr_fir_ccf_simd::gr_fir_ccf_simd</definition>
        <argsstring>(const std::vector&lt; float &gt; &amp;taps)</argsstring>
        <name>gr_fir_ccf_simd</name>
        <param>
          <type>const <ref refid="classstd_1_1vector" kindref="compound">std::vector</ref>&lt; float &gt; &amp;</type>
          <declname>taps</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_ccf_simd.h" line="57"/>
      </memberdef>
      <memberdef kind="function" id="classgr__fir__ccf__simd_1a233af35deedb8f55261421089c923e73" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type></type>
        <definition>gr_fir_ccf_simd::~gr_fir_ccf_simd</definition>
        <argsstring>()</argsstring>
        <name>~gr_fir_ccf_simd</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_ccf_simd.h" line="58"/>
      </memberdef>
      <memberdef kind="function" id="classgr__fir__ccf__simd_1a970d13e317fa6471e65da3bcd94a2e24" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual">
        <type>void</type>
        <definition>virtual void gr_fir_ccf_simd::set_taps</definition>
        <argsstring>(const std::vector&lt; float &gt; &amp;taps)</argsstring>
        <name>set_taps</name>
        <reimplements refid="classgr__fir__ccf_1afaa800d2c0901730c37101bdfff9386d">set_taps</reimplements>
        <param>
          <type>const <ref refid="classstd_1_1vector" kindref="compound">std::vector</ref>&lt; float &gt; &amp;</type>
          <declname>taps</declname>
        </param>
        <briefdescription>
<para>install <computeroutput>new_taps</computeroutput> as the current taps. </para>        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_ccf_simd.h" line="61"/>
      </memberdef>
      <memberdef kind="function" id="classgr__fir__ccf__simd_1a8acdb63d025f11d8f028565c68f03bc0" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual">
        <type><ref refid="gr__complex_8h_1aec4bfe41433369afae9327f1b0bc9109" kindref="member">gr_complex</ref></type>
        <definition>virtual gr_complex gr_fir_ccf_simd::filter</definition>
        <argsstring>(const gr_complex input[])</argsstring>
        <name>filter</name>
        <reimplements refid="classgr__fir__ccf__generic_1aa3965e06fadc82c0ffde8949842b6088">filter</reimplements>
        <param>
          <type>const <ref refid="gr__complex_8h_1aec4bfe41433369afae9327f1b0bc9109" kindref="member">gr_complex</ref></type>
          <declname>input</declname>
          <array>[]</array>
        </param>
        <briefdescription>
<para>compute a single output value. </para>        </briefdescription>
        <detaileddescription>
<para><computeroutput>input</computeroutput> must have <ref refid="classgr__fir__ccf_1a03fb8ba5795cd467c6bd6314ac4a4d78" kindref="member">ntaps()</ref> valid entries. input[0] .. input[<ref refid="classgr__fir__ccf_1a03fb8ba5795cd467c6bd6314ac4a4d78" kindref="member">ntaps()</ref> - 1] are referenced to compute the output value.</para><para><simplesect kind="return"><para>the filtered input value. </para></simplesect>
</para>        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_ccf_simd.h" line="62"/>
      </memberdef>
      </sectiondef>
    <briefdescription>
<para>common base class for SIMD versions of <ref refid="classgr__fir__ccf" kindref="compound">gr_fir_ccf</ref></para><para>This base class handles alignment issues common to SSE and 3DNOW subclasses. </para>    </briefdescription>
    <detaileddescription>
    </detaileddescription>
    <inheritancegraph>
      <node id="8464">
        <label>gr_fir_ccf_simd</label>
        <link refid="classgr__fir__ccf__simd"/>
        <childnode refid="8465" relation="public-inheritance">
        </childnode>
      </node>
      <node id="8468">
        <label>gr_fir_ccf_sse</label>
        <link refid="classgr__fir__ccf__sse"/>
        <childnode refid="8464" relation="public-inheritance">
        </childnode>
      </node>
      <node id="8466">
        <label>gr_fir_ccf</label>
        <link refid="classgr__fir__ccf"/>
      </node>
      <node id="8465">
        <label>gr_fir_ccf_generic</label>
        <link refid="classgr__fir__ccf__generic"/>
        <childnode refid="8466" relation="public-inheritance">
        </childnode>
      </node>
      <node id="8467">
        <label>gr_fir_ccf_3dnow</label>
        <link refid="classgr__fir__ccf__3dnow"/>
        <childnode refid="8464" relation="public-inheritance">
        </childnode>
      </node>
    </inheritancegraph>
    <collaborationgraph>
      <node id="8469">
        <label>gr_fir_ccf_simd</label>
        <link refid="classgr__fir__ccf__simd"/>
        <childnode refid="8470" relation="public-inheritance">
        </childnode>
      </node>
      <node id="8472">
        <label>std::vector&lt; float &gt;</label>
        <link refid="classstd_1_1vector"/>
      </node>
      <node id="8471">
        <label>gr_fir_ccf</label>
        <link refid="classgr__fir__ccf"/>
        <childnode refid="8472" relation="usage">
          <edgelabel>d_taps</edgelabel>
        </childnode>
      </node>
      <node id="8470">
        <label>gr_fir_ccf_generic</label>
        <link refid="classgr__fir__ccf__generic"/>
        <childnode refid="8471" relation="public-inheritance">
        </childnode>
      </node>
    </collaborationgraph>
    <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_ccf_simd.h" line="37" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_ccf_simd.h" bodystart="36" bodyend="63"/>
    <listofallmembers>
      <member refid="classgr__fir__ccf__simd_1a21b414b07a0353484e342e1e96216bd0" prot="protected" virt="non-virtual"><scope>gr_fir_ccf_simd</scope><name>d_aligned_taps</name></member>
      <member refid="classgr__fir__ccf__simd_1a1f38cc30575580de30009fc8b50e9640" prot="protected" virt="non-virtual"><scope>gr_fir_ccf_simd</scope><name>d_fcomplex_dotprod</name></member>
      <member refid="classgr__fir__ccf_1a9af107e829a86398e5f607702840806a" prot="protected" virt="non-virtual"><scope>gr_fir_ccf_simd</scope><name>d_taps</name></member>
      <member refid="classgr__fir__ccf__simd_1abcf7817f4bfed0daf6111c7a238859a2" prot="protected" virt="non-virtual"><scope>gr_fir_ccf_simd</scope><name>fcomplex_dotprod_t</name></member>
      <member refid="classgr__fir__ccf__simd_1a8acdb63d025f11d8f028565c68f03bc0" prot="public" virt="virtual"><scope>gr_fir_ccf_simd</scope><name>filter</name></member>
      <member refid="classgr__fir__ccf__generic_1ad06a6a9c87cfd7c20f0b0746f46fa28c" prot="public" virt="virtual"><scope>gr_fir_ccf_simd</scope><name>filterN</name></member>
      <member refid="classgr__fir__ccf__generic_1a05e2e78319edd5f5a8902b9b09c45756" prot="public" virt="virtual"><scope>gr_fir_ccf_simd</scope><name>filterNdec</name></member>
      <member refid="classgr__fir__ccf_1ab1ed3d65aaa985e7032fd5e9243537d1" prot="public" virt="virtual"><scope>gr_fir_ccf_simd</scope><name>get_taps</name></member>
      <member refid="classgr__fir__ccf_1aa48a9accdb4deced4b5b04061a8961df" prot="public" virt="non-virtual"><scope>gr_fir_ccf_simd</scope><name>gr_fir_ccf</name></member>
      <member refid="classgr__fir__ccf_1a9d5ba21009ff25164b8fdf08d0c8c7e3" prot="public" virt="non-virtual"><scope>gr_fir_ccf_simd</scope><name>gr_fir_ccf</name></member>
      <member refid="classgr__fir__ccf__generic_1aa73fecc18b02a5ad506342c7ef284f36" prot="public" virt="non-virtual"><scope>gr_fir_ccf_simd</scope><name>gr_fir_ccf_generic</name></member>
      <member refid="classgr__fir__ccf__generic_1a012c8d0043999db86aaf5d45fde4d506" prot="public" virt="non-virtual"><scope>gr_fir_ccf_simd</scope><name>gr_fir_ccf_generic</name></member>
      <member refid="classgr__fir__ccf__simd_1a9c8229586ed0a73d176c0960feb90531" prot="public" virt="non-virtual"><scope>gr_fir_ccf_simd</scope><name>gr_fir_ccf_simd</name></member>
      <member refid="classgr__fir__ccf__simd_1ae6af6ec1bf4f676d0a1a3c2acd744285" prot="public" virt="non-virtual"><scope>gr_fir_ccf_simd</scope><name>gr_fir_ccf_simd</name></member>
      <member refid="classgr__fir__ccf_1a03fb8ba5795cd467c6bd6314ac4a4d78" prot="public" virt="non-virtual"><scope>gr_fir_ccf_simd</scope><name>ntaps</name></member>
      <member refid="classgr__fir__ccf__simd_1a970d13e317fa6471e65da3bcd94a2e24" prot="public" virt="virtual"><scope>gr_fir_ccf_simd</scope><name>set_taps</name></member>
      <member refid="classgr__fir__ccf_1a1823367b810356281a5e87efa1b57d8f" prot="public" virt="virtual"><scope>gr_fir_ccf_simd</scope><name>~gr_fir_ccf</name></member>
      <member refid="classgr__fir__ccf__simd_1a233af35deedb8f55261421089c923e73" prot="public" virt="non-virtual"><scope>gr_fir_ccf_simd</scope><name>~gr_fir_ccf_simd</name></member>
    </listofallmembers>
  </compounddef>
</doxygen>