Skip to content
Snippets Groups Projects
Commit 4f12e610 authored by aya.mouzahim's avatar aya.mouzahim
Browse files

last commit

parent 4f26fdcc
No related branches found
No related tags found
No related merge requests found
File added
...@@ -23,9 +23,12 @@ int main(){ ...@@ -23,9 +23,12 @@ int main(){
res = E_rect(1, 5, tab[i]); res = E_rect(1, 5, tab[i]);
printf("Résultat E : %lf avec N : %lf\n", res, tab[i]); printf("Résultat E : %lf avec N : %lf\n", res, tab[i]);
} }
printf("f_intégrale 1, 5 : %lf", f_intergrale(1, 5)); printf("f_intégrale 1, 5 : %lf\n", f_intergrale(1, 5));
printf("I_conv : %.5f\n", I_conv_f(1, 5, 10, 5, 0.2, 1)); printf("w1 = 0.2, w2 = 1 psi = 5\n");
printf("convolution continue : %.5f\n", I_conv_f(1, 5, 10, 5, 0.2, 1));
printf("filtrage_par_s_w1 : %.5f\n", filtrage_par_s_w1(-0.41911, 0.2, 1)); printf("filtrage_par_s_w1 : %.5f\n", filtrage_par_s_w1(-0.41911, 0.2, 1));
printf("filtrage_par_s_w2 : %.5f\n", filtrage_par_s_w2(-0.41911, 0.2, 1));
printf("convolution discrète: %.5f\n", I_conv_h(1, 5, 10, 5, 0.2, 1));
// pgm fichier; // pgm fichier;
// pgm fichier2; // pgm fichier2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment