Skip to content
Snippets Groups Projects
Commit 1f1e5508 authored by TeodoreAutuly's avatar TeodoreAutuly
Browse files

exo2

parent e663b2f8
Branches
No related tags found
No related merge requests found
fo = 10;
fe = 500;
t = 0:1/fe:1;
s(t) = sin(2 * pi * fo * t);
figure(1)
\ No newline at end of file
plot(0:1/fe:1, (sin(2*pi*fo*(0:1/fe:1))).^2, 'r', 'LineWidth', 2); hold on;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment