/Resources/html/trlowest.html

http://cecilia4.googlecode.com/ · HTML · 145 lines · 140 code · 5 blank · 0 comment · 0 complexity · 3b16928f768480e8a61c8b90066ec1df MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <title>trlowest</title>
  7. <link rel="stylesheet" href="csound.css" type="text/css" />
  8. <meta name="generator" content="DocBook XSL Stylesheets V1.75.1" />
  9. <link rel="home" href="index.html" title="The Canonical Csound Reference Manual" />
  10. <link rel="up" href="OpcodesTop.html" title="Orchestra Opcodes and Operators" />
  11. <link rel="prev" href="trirand.html" title="trirand" />
  12. <link rel="next" href="trmix.html" title="trmix" />
  13. </head>
  14. <body>
  15. <div class="navheader">
  16. <table width="100%" summary="Navigation header">
  17. <tr>
  18. <th colspan="3" align="center">trlowest</th>
  19. </tr>
  20. <tr>
  21. <td width="20%" align="left"><a accesskey="p" href="trirand.html">Prev</a> </td>
  22. <th width="60%" align="center">Orchestra Opcodes and Operators</th>
  23. <td width="20%" align="right"> <a accesskey="n" href="trmix.html">Next</a></td>
  24. </tr>
  25. </table>
  26. <hr />
  27. </div>
  28. <div class="refentry" title="trlowest">
  29. <a id="trlowest"></a>
  30. <div class="titlepage"></div>
  31. <a id="Indextrlowest" class="indexterm"></a>
  32. <div class="refnamediv">
  33. <h2>
  34. <span class="refentrytitle">trlowest</span>
  35. </h2>
  36. <p>trlowest —
  37. Extracts the lowest-frequency track from a streaming track input signal.
  38. </p>
  39. </div>
  40. <div class="refsect1" title="Description">
  41. <a id="id3655856"></a>
  42. <h2>Description</h2>
  43. <p>
  44. The trlowest opcode takes an input containg TRACKS pv streaming signals (as generated,
  45. for instance by partials) and outputs only the lowest track. In addition it outputs
  46. two k-rate signals, corresponding to the frequency and amplitude of the lowest track
  47. signal.
  48. </p>
  49. </div>
  50. <div class="refsect1" title="Syntax">
  51. <a id="id3655870"></a>
  52. <h2>Syntax</h2>
  53. <pre class="synopsis">fsig, kfr,kamp <span class="command"><strong>trlowest</strong></span> fin1, kscal</pre>
  54. </div>
  55. <div class="refsect1" title="Performance">
  56. <a id="id3656759"></a>
  57. <h2>Performance</h2>
  58. <p>
  59. <span class="emphasis"><em>fsig</em></span> -- output pv stream in TRACKS format
  60. </p>
  61. <p>
  62. <span class="emphasis"><em>kfr</em></span> -- frequency (in Hz) of the lowest-frequency track
  63. </p>
  64. <p>
  65. <span class="emphasis"><em>kamp</em></span> -- amplitude of the lowest-frequency track
  66. </p>
  67. <p>
  68. <span class="emphasis"><em>fin</em></span> -- input pv stream in TRACKS format.
  69. </p>
  70. <p>
  71. <span class="emphasis"><em>kscal</em></span> -- amplitude scaling of output.
  72. </p>
  73. </div>
  74. <div class="refsect1" title="Examples">
  75. <a id="id3656802"></a>
  76. <h2>Examples</h2>
  77. <p>
  78. </p>
  79. <div class="example">
  80. <a id="id3656810"></a>
  81. <p class="title">
  82. <b>Example 540. Example</b>
  83. </p>
  84. <div class="example-contents">
  85. <pre class="programlisting">
  86. ain inch 1 ; input signal
  87. fs1,fsi2 pvsifd ain,2048,512,1 ; ifd analysis
  88. fst partials fs1,fsi2,.003,1,3,500 ; partial tracking
  89. flow,kfr,kamp trlowest fst,1 ; lowest freq-track
  90. aout tradsyn flow, 1, 1, 1, 1 ; resynthesis of lowest frequency
  91. out aout
  92. </pre>
  93. </div>
  94. </div>
  95. <p><br class="example-break" />
  96. </p>
  97. <p>
  98. The example above shows partial tracking of an ifd-analysis signal, extraction of
  99. the lowest frequency and resynthesis.
  100. </p>
  101. </div>
  102. <div class="refsect1" title="Credits">
  103. <a id="id3656835"></a>
  104. <h2>Credits</h2>
  105. <p>
  106. </p>
  107. <table border="0" summary="Simple list" class="simplelist">
  108. <tr>
  109. <td>Author: Victor Lazzarini</td>
  110. </tr>
  111. <tr>
  112. <td>February 2006 </td>
  113. </tr>
  114. </table>
  115. <p>
  116. </p>
  117. <p>New in Csound5.01</p>
  118. </div>
  119. </div>
  120. <div class="navfooter">
  121. <hr />
  122. <table width="100%" summary="Navigation footer">
  123. <tr>
  124. <td width="40%" align="left"><a accesskey="p" href="trirand.html">Prev</a> </td>
  125. <td width="20%" align="center">
  126. <a accesskey="u" href="OpcodesTop.html">Up</a>
  127. </td>
  128. <td width="40%" align="right"> <a accesskey="n" href="trmix.html">Next</a></td>
  129. </tr>
  130. <tr>
  131. <td width="40%" align="left" valign="top">trirand </td>
  132. <td width="20%" align="center">
  133. <a accesskey="h" href="index.html">Home</a>
  134. </td>
  135. <td width="40%" align="right" valign="top"> trmix</td>
  136. </tr>
  137. </table>
  138. </div>
  139. </body>
  140. </html>