Revision as of 12:13, 12 September 2008 by Jmazzei (Talk)

Sampling of CT Signal to Yield a DT Signal

Periodic Signal sampled to become Non-Periodic:


Periodic Signal sampled to remain Periodic:

Still periodic tri ECE301Fall2008mboutin.jpg

Matlab Code:

clc
clear all
t = 0:pi/50:4*pi;
x = sawtooth(t,.5);
stem(t,x)

Creation of a Periodic Signal from a Non-Periodic Signal

Alumni Liaison

Ph.D. on Applied Mathematics in Aug 2007. Involved on applications of image super-resolution to electron microscopy

Francisco Blanco-Silva