[Csnd] Direct Digital Synthesis (DDS)
Date | 2013-01-11 21:03 |
From | zappfinger |
Subject | [Csnd] Direct Digital Synthesis (DDS) |
While looking for some code to generate sound with mbed or arduino, I came across this DDS technique. Has anyone used this before and could it be of use for csound? here's a link: http://en.wikipedia.org/wiki/Direct_digital_synthesizer Richard -- View this message in context: http://csound.1045644.n5.nabble.com/Direct-Digital-Synthesis-DDS-tp5719333.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-01-11 21:16 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Direct Digital Synthesis (DDS) |
That appears to be a description of standard wavetable synthesis. On 11 Jan 2013, at 21:03, zappfinger wrote: > While looking for some code to generate sound with mbed or arduino, I came > across this DDS technique. > Has anyone used this before and could it be of use for csound? > > here's a link: http://en.wikipedia.org/wiki/Direct_digital_synthesizer > > Richard > > > > -- > View this message in context: http://csound.1045644.n5.nabble.com/Direct-Digital-Synthesis-DDS-tp5719333.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
Date | 2013-01-11 21:21 |
From | Michael Gogins |
Subject | Re: [Csnd] Direct Digital Synthesis (DDS) |
Csound does exactly this already. All "digital audio synthesizers" do exactly this already. What is described in the article is just a simple digital oscillator. The "clock" is just the sampling rate and the time according to this clock is just the current sample frame. Csound has many kinds of digital oscillator. On Fri, Jan 11, 2013 at 4:03 PM, zappfinger |
Date | 2013-01-11 21:36 |
From | zappfinger |
Subject | [Csnd] Re: Direct Digital Synthesis (DDS) |
Of course! Since it uses a single waveform as a lookup table... -- View this message in context: http://csound.1045644.n5.nabble.com/Direct-Digital-Synthesis-DDS-tp5719333p5719336.html Sent from the Csound - General mailing list archive at Nabble.com. |