Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
d682078cda52034c5c9de3f5af638a6f
mooc-rr
Commits
21c33cf8
Commit
21c33cf8
authored
Nov 28, 2020
by
MigAP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add big oscillations time reconstruction
parent
f99d1e2f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
bigOsillationsTime.png
module3/exo3/bigOsillationsTime.png
+0
-0
exercice_python_fr.org
module3/exo3/exercice_python_fr.org
+4
-1
No files found.
module3/exo3/bigOsillationsTime.png
0 → 100644
View file @
21c33cf8
41.9 KB
module3/exo3/exercice_python_fr.org
View file @
21c33cf8
...
...
@@ -293,7 +293,7 @@ On élimine toutes les valeurs au dessus du seuil établit précédemment.
#+RESULTS:
[[file:bigOsillations.png]]
** Reconstruction du signal :
grandes oscillations
** Reconstruction du signal :
contribution lente
#+begin_src python :results file :session :var matplot_lib_filename="bigOsillationsTime.png" :exports both
bigFreqSignal = bigNorm*np.exp(1j*concentrationFFTAngle)
...
...
@@ -302,6 +302,9 @@ On élimine toutes les valeurs au dessus du seuil établit précédemment.
plt.figure(figsize=(10,5))
plt.plot(t,bigSignal)
plt.title("Reconstruction du signal sans phénomène périodique sur la concentration de CO2 en fonction du temps")
plt.xlabel("Temps [semaines]")
plt.ylabel("Concentration de CO2 [ppm]")
plt.tight_layout()
plt.savefig(matplot_lib_filename)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment