Skip to content
Snippets Groups Projects
Commit 69d39fbd authored by VATON Samuel's avatar VATON Samuel
Browse files
parents 2631e601 687fd960
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ xlabel('f (Hz)')
ylabel('10log(|X_1|)')
title('spectre du signal en dent de scie');
%question 2.2------------------------------------------
% Question 2.2------------------------------------------
% Filtrage : y(k) = 1/2 (x(k) + x(k-1))
b=[1/2,1/2];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment