diff --git a/module3/exo3/bigOsillations.png b/module3/exo3/bigOsillations.png new file mode 100644 index 0000000000000000000000000000000000000000..133f9e6c6999e403933d9c025a9f3a2631b5d606 Binary files /dev/null and b/module3/exo3/bigOsillations.png differ diff --git a/module3/exo3/exercice_python_fr.org b/module3/exo3/exercice_python_fr.org index 453026af8394e7d1c1c2fc051771aa80efd8a235..a6b3cd26bbcecdf3b0da7a5080ccec7d1f8cac53 100644 --- a/module3/exo3/exercice_python_fr.org +++ b/module3/exo3/exercice_python_fr.org @@ -281,7 +281,9 @@ On élimine toutes les valeurs au dessus du seuil établit précédemment. plt.figure(figsize=(10,5)) plt.plot(freq,bigNorm) - #plt.plot(freq[startIndx:fftzoomIndx],big[startIndx:fftzoomIndx]) + plt.title("Spectre des données sans le phénomène périodique") + plt.xlabel("Fréquence par unité de temps") + plt.ylabel("Amplitude") plt.tight_layout() plt.savefig(matplot_lib_filename)