summaryrefslogtreecommitdiff
path: root/opcodes/spechist.xml
blob: 9dbc167df88553f7e9ed6c0ae9439b879cff3cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<refentry id="spechist">
<indexterm id="IndexSpechist"><primary>spechist</primary></indexterm>
  <refentryinfo><title>Spectral Processing:Non-Standard</title></refentryinfo>
  <refmeta>
    <refentrytitle>spechist</refentrytitle>
  </refmeta>


 
  <refnamediv>
    <refname>spechist</refname>
    <refpurpose>
      Accumulates the values of successive spectral frames.
          </refpurpose>
  </refnamediv>
 
  <refsect1>
    <title>Description</title>
    <para>
      Accumulates the values of successive spectral frames.
    </para>
  </refsect1>
 
  <refsect1>
    <title>Syntax</title>
    <synopsis>wsig <command>spechist</command> wsigin</synopsis>
  </refsect1>
 
  <refsect1>
    <title>Performance</title>
    <para>
      <emphasis>wsigin</emphasis> -- the input spectra.
    </para>

    <para>
      Accumulates the values of successive spectral frames. At each new frame of <emphasis>wsigin</emphasis>, the accumulations-to-date in each magnitude track are written to the output spectrum. This unit thus provides a running <emphasis>histogram</emphasis> of spectral distribution.
    </para>
  </refsect1>
 
  <refsect1>
    <title>Examples</title>
    <para>
      <informalexample>
        <programlisting>
  wsig2    <emphasis>specdiff</emphasis>         wsig1               ; sense onsets 
  wsig3    <emphasis>specfilt</emphasis>         wsig2, 2            ; absorb slowly 
           <emphasis>specdisp</emphasis>         wsig2, .1           ; &amp; display both spectra 
           <emphasis>specdisp</emphasis>         wsig3, .1
        </programlisting>
      </informalexample>
    </para>
  </refsect1>

  <refsect1>
    <title>See Also</title>
    <para>
      <link linkend="specaddm"><citetitle>specaddm</citetitle></link>,
      <link linkend="specdiff"><citetitle>specdiff</citetitle></link>,
      <link linkend="specfilt"><citetitle>specfilt</citetitle></link>,
      <link linkend="specscal"><citetitle>specscal</citetitle></link>
    </para>
  </refsect1>
</refentry>