Differences between revisions 1 and 2
Revision 1 as of 2013-05-08 05:16:47
Size: 1669
Editor: haschmid
Comment:
Revision 2 as of 2013-05-08 05:25:06
Size: 396
Editor: haschmid
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

== Lecture Notes ==

Line 8: Line 12:

== Matlab Exercise ==

The 50-MHz bitstream from the previous exercise would be too fast to drive a loudspeaker through power transistors. 2 MHz is the maximum that can be achieved with most chips from Texas Instruments.

So: build a digital sigma-delta converter of higher order that brings (low) audio quality at a sampling rate of at most 2MHz; use [[http://people.ee.ethz.ch/~hps/asf/10/asf_ex10.zip|asf_ex10.zip]]

Three comments:

 1. Don't forget to run setup_project.m to get the paths set up properly.
 1. Use synthesizeNTF and realizeNTF as it was done in dsdemo1.m and dsdemo2.m, and play also with the parameter Hinf.
 1. When you turn to sd3 and sd4, and are frustrated because none of your first attempts work, remember that a sigma-delta converter can be unstable for higher signal magnitudes, so that turning ASig down may be a good idea.

Use Matlab or your tool of choice to simulate a Sigma-Delta converter. Assume an input, an integrator transfer function H(z)= z^-1^/(1-z^-1^), a comparator and a lowpass filter.

 * Verify that your setup works in principle.
 * Choose a sin-input and increase the frequency. Where should the cutoff of the lowpass be?
 * Check for idle tones.
 * Ramp up the input and check when the Sigma-Delta converter becomes unstable.

Lecture 10: Higher-order sigma-delta converters

Lecture Notes

Exercise

Higher-order sigma-delta converters (last edited 2023-08-15 08:11:16 by haschmid)