summaryrefslogtreecommitdiff
path: root/opcodes/pvsout.xml
blob: c50a093eaa72df4bb1df1745e9f47f6344995c06 (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
65
66
67
68
69
<refentry id="pvsout">
<indexterm id="Indexpvsout"><primary>pvsout</primary></indexterm>

  <refentryinfo><title>Spectral Processing:Streaming</title></refentryinfo>
  <refmeta>
    <refentrytitle>pvsout</refentrytitle>
  </refmeta>



  <refnamediv>
    <refname>pvsout</refname>
    <refpurpose>
 Write a fsig to the pvs output bus.
          </refpurpose>
  </refnamediv>
  
  <refsect1>
    <title>Description</title>
    <para>
      This opcode writes a fsig to a channel of the pvs output bus. Note that the pvs out bus and
	  the pvs in bus are separate and independent. A new channel is created if non-existent.
    </para>
  </refsect1>

  <refsect1>
    <title>Syntax</title>
    <synopsis><command>pvsout</command> fsig, kchan</synopsis>
  </refsect1>

  <refsect1>
    <title>Performance</title>
    <para>
      <emphasis>fsig</emphasis> -- fsig input data.
    </para>

    <para>
      <emphasis>kchan </emphasis> -- pvs out bus channel number.
    </para>
  </refsect1>

  <refsect1>
    <title>Examples</title>
    <para>
      <example>
        <title>Example</title>
        <programlisting>
asig in ; input
fsig pvsanal asig, 1024, 256, 1024, 1 ; analysis
pvsout   fsig,0 ; write signal to pvs out bus channel 0
        </programlisting>
      </example>


    </para>
    
  </refsect1>
 
  <refsect1>
    <title>Credits</title>
    <para>
      <simplelist>
        <member>Author: Victor Lazzarini;</member>
        <member>August 2006 </member>
      </simplelist>
    </para>

  </refsect1>
</refentry>