Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 5fcfcb7517038d1f44ab4e478e6e61fa > files > 382

csound-doc-6.10.0-1.mga7.noarch.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Array-based spectral opcodes</title>
    <link rel="stylesheet" type="text/css" href="csound.css" />
    <link rel="stylesheet" type="text/css" href="syntax-highlighting.css" />
    <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" />
    <link rel="home" href="index.html" title="The Canonical Csound Reference Manual" />
    <link rel="up" href="SpectralTop.html" title="Spectral Processing" />
    <link rel="prev" href="loris.html" title="Loris Opcodes" />
    <link rel="next" href="StringsTop.html" title="Strings" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">Array-based spectral opcodes</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="loris.html">Prev</a> </td>
          <th width="60%" align="center">Spectral Processing</th>
          <td width="20%" align="right"> <a accesskey="n" href="StringsTop.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="section">
      <div class="titlepage">
        <div>
          <div>
            <h2 class="title" style="clear: both"><a id="arraysfft"></a>Array-based spectral opcodes</h2>
          </div>
        </div>
      </div>
      <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
        <table border="0" summary="Note">
          <tr>
            <td rowspan="2" align="center" valign="top" width="25">
              <img alt="[Note]" src="images/note.png" />
            </td>
            <th align="left">Note</th>
          </tr>
          <tr>
            <td align="left" valign="top">
              <p>
      These opcodes are designed to work with k-rate arrays for spectral data manipulation.
    </p>
            </td>
          </tr>
        </table>
      </div>
      <p>
  </p>
      <div class="itemizedlist">
        <ul class="itemizedlist" style="list-style-type: disc; ">
          <li class="listitem"><a class="link" href="fft.html" title="fft"><em class="citetitle">fft</em></a>,</li>
          <li class="listitem"><a class="link" href="fftinv.html" title="fftinv"><em class="citetitle">fftinv</em></a>,</li>
          <li class="listitem"><a class="link" href="rfft.html" title="rfft"><em class="citetitle">rfft</em></a>,</li>
          <li class="listitem"><a class="link" href="rifft.html" title="rifft"><em class="citetitle">rifft</em></a>,</li>
          <li class="listitem"><a class="link" href="pvs2tab.html" title="pvs2tab"><em class="citetitle">pvs2array</em></a>,</li>
          <li class="listitem"><a class="link" href="tab2pvs.html" title="tab2pvs"><em class="citetitle">pvsfromarray</em></a>,</li>
          <li class="listitem"><a class="link" href="cmplxprod.html" title="cmplxprod"><em class="citetitle">cmplxprod</em></a>,</li>
          <li class="listitem"><a class="link" href="rect2pol.html" title="rect2pol"><em class="citetitle">rect2pol</em></a>,</li>
          <li class="listitem"><a class="link" href="pol2rect.html" title="pol2rect"><em class="citetitle">pol2rect</em></a>,</li>
          <li class="listitem"><a class="link" href="window.html" title="window"><em class="citetitle">window</em></a>,</li>
          <li class="listitem"><a class="link" href="r2c.html" title="r2c"><em class="citetitle">r2c</em></a>,</li>
          <li class="listitem"><a class="link" href="c2r.html" title="c2r"><em class="citetitle">c2r</em></a>,</li>
          <li class="listitem"><a class="link" href="mags.html" title="mags"><em class="citetitle">mags</em></a>, and</li>
          <li class="listitem"><a class="link" href="phs.html" title="phs"><em class="citetitle">phs</em></a>.</li>
        </ul>
      </div>
      <p>
  </p>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="loris.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="SpectralTop.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="StringsTop.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">Loris Opcodes </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> Strings</td>
        </tr>
      </table>
    </div>
  </body>
</html>