HW16 Application: Difference between revisions
Jump to navigation
Jump to search
(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...) |
No edit summary |
||
Line 1: | Line 1: | ||
==Problem Statement== |
==Problem Statement== |
||
Come up with your own application. Do a simulation in Matlab, Octave, or what have you. |
|||
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. |
|||
==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 22:35, 6 December 2007
Problem Statement
Come up with your own application. Do a simulation in Matlab, Octave, or what have you.