Revision as of 15:12, 12 September 2008 by Hartmand (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

%David Hartmann

%ECE 301 HW2A

clear all

clc


Ts=0.0005;

x=[-5*pi:Ts:5*pi];

y=sin(x)-cos(2*x);

plot(x,y)

grid on

axis([-10 10 -1.25 2])

Alumni Liaison

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

Francisco Blanco-Silva