(New page: <pre> % Periodic Signal with frequency 1 Hz. t=[0:0.001:40]; y=sin(t); plot(t,y); % Sampling Frequency 0.25 Hz t=[0:4:40]; y2 = sin(t); figure plot(t,y2); </pre>)
 
Line 11: Line 11:
 
plot(t,y2);
 
plot(t,y2);
 
</pre>
 
</pre>
 +
 +
[[ image:parta.jpg _ECE301Fall2008mboutin]]

Revision as of 16:41, 9 September 2008

% Periodic Signal with frequency 1 Hz.
t=[0:0.001:40];
y=sin(t);
plot(t,y);

% Sampling Frequency 0.25 Hz
t=[0:4:40];
y2 = sin(t);
figure
plot(t,y2);

File:Parta.jpg ECE301Fall2008mboutin

Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang