HW16 Application: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Rothsa (talk | contribs)
New page: ==Problem Statement== Make a MATLAB script to do four times oversampling and a filter so as to eliminate as much as possible the effect of the D/A converter that follows the interpolation...
 
Rothsa (talk | contribs)
No edit summary
 
Line 1: Line 1:
==Problem Statement==
==Problem Statement==


Make a MATLAB script to do four times oversampling and a filter so as to eliminate as much as possible the effect of the D/A converter that follows the interpolation filter.
Come up with your own application. Do a simulation in Matlab, Octave, or what have you.


==Solution==
==Solution==
The Nyquist theorem states: "Exact reconstruction of a continuous-time baseband signal from its samples is possible if the signal is bandlimited and the sampling frequency is greater than twice the signal bandwidth."
sin(2*\pi*t)\!

Latest revision as of 23:35, 6 December 2007

Problem Statement

Come up with your own application. Do a simulation in Matlab, Octave, or what have you.

Solution