<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?action=history&amp;feed=atom&amp;title=Programmer_Guide%2FSPU_Reference%2FASIGIN</id>
	<title>Programmer Guide/SPU Reference/ASIGIN - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?action=history&amp;feed=atom&amp;title=Programmer_Guide%2FSPU_Reference%2FASIGIN"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/SPU_Reference/ASIGIN&amp;action=history"/>
	<updated>2026-05-06T15:51:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/SPU_Reference/ASIGIN&amp;diff=4390&amp;oldid=prev</id>
		<title>Toni: moved Programmer Guide/SPU Reference/ASIGIN - read signal (blocked) to Programmer Guide/SPU Reference/ASIGIN</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/SPU_Reference/ASIGIN&amp;diff=4390&amp;oldid=prev"/>
		<updated>2011-04-28T09:26:57Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/stx/docs/wiki/index.php/Programmer_Guide/SPU_Reference/ASIGIN_-_read_signal_(blocked)&quot; class=&quot;mw-redirect&quot; title=&quot;Programmer Guide/SPU Reference/ASIGIN - read signal (blocked)&quot;&gt;Programmer Guide/SPU Reference/ASIGIN - read signal (blocked)&lt;/a&gt; to &lt;a href=&quot;/stx/docs/wiki/index.php/Programmer_Guide/SPU_Reference/ASIGIN&quot; title=&quot;Programmer Guide/SPU Reference/ASIGIN&quot;&gt;Programmer Guide/SPU Reference/ASIGIN&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 11:26, 28 April 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Toni</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/SPU_Reference/ASIGIN&amp;diff=1778&amp;oldid=prev</id>
		<title>Admin: 1 revision:&amp;#32;Initial import</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/SPU_Reference/ASIGIN&amp;diff=1778&amp;oldid=prev"/>
		<updated>2010-11-18T16:31:53Z</updated>

		<summary type="html">&lt;p&gt;1 revision: Initial import&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:31, 18 November 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/SPU_Reference/ASIGIN&amp;diff=1777&amp;oldid=prev</id>
		<title>193.171.195.8: initial import</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/SPU_Reference/ASIGIN&amp;diff=1777&amp;oldid=prev"/>
		<updated>2010-05-17T13:05:27Z</updated>

		<summary type="html">&lt;p&gt;initial import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{DISPLAYTITLE:{{SUBPAGENAME}}}}&lt;br /&gt;
====ASIGIN - read signal (blocked)====&lt;br /&gt;
&lt;br /&gt;
This atom reads the signal from the shell-wave-item and stores the signal in the output buffers. The signal is read block by block without overlap. If the length of the wave-item is not a multiple of L the last block is filled with zeros. This function can be used to feed signal to simple time domain signal processing methods (like copy, amplify, ...). The values of the outputs SR and N are set during the initialization. The output I is initialized with 0 and incremented by 1 after each read cycle. The input REV can be used to reverse the signal in time.&lt;br /&gt;
&lt;br /&gt;
=====Usage:=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ASIGIN &amp;lt;var&amp;gt;sig rev l k d&amp;lt;/var&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Inputs:=====&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;sig&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The name of the shell wave item. There is no default.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;rev&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The reverse read direction (&amp;lt;code&amp;gt;NO&amp;lt;/code&amp;gt;|&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;YES&amp;lt;/code&amp;gt;|&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;). The default is &amp;lt;code&amp;gt;NO&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;l&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The number of samples per block. This must be greater or equal to &amp;lt;code&amp;gt;4&amp;lt;/code&amp;gt;. The default is &amp;lt;code&amp;gt;1024&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;k&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The amplification factor. The default is &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;d&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The differentiation factor. This is any value from &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;. The default is &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=====Outputs:=====&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;Xi&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The signal of the channel &amp;lt;var&amp;gt;i&amp;lt;/var&amp;gt;. This signal has &amp;lt;var&amp;gt;l&amp;lt;/var&amp;gt; samples.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;sr&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The sampling rate in Hz.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;n&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The number of blocks.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;i&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The block counter.&lt;/div&gt;</summary>
		<author><name>193.171.195.8</name></author>
	</entry>
</feed>