<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: SDK: Wavetable for Anti-Aliased Waveforms?</title>
		<atom:link href="http://cycling74.com/forums/topic/sdk-wavetable-for-anti-aliased-waveforms/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/sdk-wavetable-for-anti-aliased-waveforms/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 05:00:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/sdk-wavetable-for-anti-aliased-waveforms/#post-42774</guid>
					<title><![CDATA[SDK: Wavetable for Anti-Aliased Waveforms?]]></title>
					<link>http://cycling74.com/forums/topic/sdk-wavetable-for-anti-aliased-waveforms/#post-42774</link>
					<pubDate>Tue, 10 Mar 2009 18:52:17 +0000</pubDate>
					<dc:creator>ComfortableInClouds</dc:creator>

					<description>
						<![CDATA[
						<p>hi &#8211; i was wondering if someone had the code for the wavetable values of  bandlimited (anti-aliased) waveforms? for example, this code to create a square wave doesn&#8217;t work since the harmonics created go past the Nyquist frequency, and thus alias:</p>
<p>for (i = 0; i < TABSIZE/2; i++)<br />
    x->t_table[i] = 1.0;<br />
for (i = TABSIZE/2; i < TABSIZE; i++)<br />
    x->t_table[i] = 0.0;<br />
x->t_table[TABSIZE] = x->t_table[0];</p>
<p>thanks for any help.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

