mirror of
https://github.com/BreizhHardware/cours-ISEN-MD.git
synced 2026-03-18 21:50:46 +01:00
Obisidian vault auto-backup: 23-06-2025 13:25:43 on macbook-air-de-felix. 5 files edited
This commit is contained in:
10
.obsidian/workspace.json
vendored
10
.obsidian/workspace.json
vendored
@@ -85,7 +85,7 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "ISEN/ELA/TP/Conclusion Oscillateur a pont de wien.md",
|
||||
"file": "ISEN/ELA/TP/Conclusion Oscillateurs à relaxation.md",
|
||||
"mode": "source",
|
||||
"source": false,
|
||||
"backlinks": true,
|
||||
@@ -100,7 +100,7 @@
|
||||
}
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Conclusion Oscillateur a pont de wien"
|
||||
"title": "Conclusion Oscillateurs à relaxation"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -278,11 +278,12 @@
|
||||
},
|
||||
"active": "b211b85a27ff6e49",
|
||||
"lastOpenFiles": [
|
||||
"ISEN/ELA/TP/Conclusion Oscillateurs à relaxation.md",
|
||||
"ISEN/ELA/TP/Conclusion Oscillateurs à relaxation.pdf",
|
||||
"ISEN/ELA/TP/Conclusion Oscillateur a pont de wien.md",
|
||||
"ISEN/ELA/TP/Conclusion Oscillateurs à relaxation.md",
|
||||
"ISEN/ELA/TP/Compte rendu TP Amplificateur Opérationnel et Contre-Réaction.md",
|
||||
"ISEN/ELA/TP/Conclusion Oscillateur a pont de wien.pdf",
|
||||
"ISEN/ELA/TP/Compte rendu TP Amplificateur Opérationnel et Contre-Réaction.pdf",
|
||||
"ISEN/ELA/TP/Conclusion Oscillateur a pont de wien.pdf",
|
||||
"ISEN/ELA/TP",
|
||||
"ISEN/Physique/CIPA3/Compte rendu TP Amplificateur Opérationnel et Contre-Réaction_compressed.pdf",
|
||||
"ISEN/Energie/CIPA3/Energie Cours 4.md",
|
||||
@@ -307,7 +308,6 @@
|
||||
"ISEN/Daily/18-12-2024.md",
|
||||
"ISEN/Daily/17-12-2024.md",
|
||||
"ISEN/Daily/17-06-2025.md",
|
||||
"ISEN/Daily/17-03-2025.md",
|
||||
"ISEN/Daily/03-04-2025.pdf",
|
||||
"ISEN/ELA/TP/Fiche de révision TP.pdf",
|
||||
"ISEN/Developpement durable/CIPA3",
|
||||
|
||||
@@ -1,4 +1,56 @@
|
||||
**Conclusion**
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Conclusion TP</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
background-color: #f4f4f9;
|
||||
}
|
||||
.cover-container {
|
||||
text-align: center;
|
||||
background-color: white;
|
||||
padding: 1rem;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
||||
max-width: 500px;
|
||||
width: 100%;
|
||||
}
|
||||
.cover-container h1 {
|
||||
font-size: 1.5rem;
|
||||
color: #2c3e50;
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
.cover-container h2 {
|
||||
font-size: 1.2rem;
|
||||
color: #3498db;
|
||||
margin-top: 0;
|
||||
}
|
||||
.cover-container p {
|
||||
font-size: 0.9rem;
|
||||
color: #7f8c8d;
|
||||
margin: 0.2rem 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="cover-container">
|
||||
<img src="https://isen-nantes.fr/wp-content/uploads/2023/11/ISEN-Nantes.png" alt="Logo" style="width: 33%; display: block; margin-left: auto; margin-right: auto;">
|
||||
<h1>CONCLUSION DE TP</h1>
|
||||
<h2>Oscillateur à pont de wien</h2>
|
||||
<p>Présenté par : Matéo LE TOUZIC et Félix MARQUET</p>
|
||||
<p>Date : 23/06/2025</p>
|
||||
<br>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
L'objectif de ce TP était d'étudier les conditions d'oscillation d'un système bouclé en utilisant un oscillateur à pont de Wien et de comprendre les mécanismes de stabilisation de l'amplitude d'oscillation. À travers ce travail pratique, nous avons pu observer et mesurer les caractéristiques essentielles du circuit de Wien, notamment sa fréquence centrale de $335 Hz$, confirmant son comportement en tant que filtre passe-bande avec un gain max de $1/3$ et une phase nulle à cette fréquence. Les fréquences de coupure mesurées à $1,06 kHz$ et $100 Hz$, avec des phases respectives de $−π/2$ et $π/2$, ont permis de valider la bande passante du filtre.
|
||||
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,55 @@
|
||||
**Conclusion**
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Conclusion TP</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
background-color: #f4f4f9;
|
||||
}
|
||||
.cover-container {
|
||||
text-align: center;
|
||||
background-color: white;
|
||||
padding: 1rem;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
||||
max-width: 500px;
|
||||
width: 100%;
|
||||
}
|
||||
.cover-container h1 {
|
||||
font-size: 1.5rem;
|
||||
color: #2c3e50;
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
.cover-container h2 {
|
||||
font-size: 1.2rem;
|
||||
color: #3498db;
|
||||
margin-top: 0;
|
||||
}
|
||||
.cover-container p {
|
||||
font-size: 0.9rem;
|
||||
color: #7f8c8d;
|
||||
margin: 0.2rem 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="cover-container">
|
||||
<img src="https://isen-nantes.fr/wp-content/uploads/2023/11/ISEN-Nantes.png" alt="Logo" style="width: 33%; display: block; margin-left: auto; margin-right: auto;">
|
||||
<h1>CONCLUSION DE TP</h1>
|
||||
<h2>Oscillateur à relaxation</h2>
|
||||
<p>Présenté par : Matéo LE TOUZIC et Félix MARQUET</p>
|
||||
<p>Date : 23/06/2025</p>
|
||||
<br>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
L'objectif de ce TP était d'étudier et d'expérimenter les oscillateurs à relaxation en utilisant des composants spécifiques tels que le NE555 et le LM311. À travers ce TP, nous avons pu observer et mesurer les caractéristiques essentielles des circuits astables et comprendre leur fonctionnement basé sur les charges et décharges successives d'un condensateur.
|
||||
|
||||
|
||||
BIN
ISEN/ELA/TP/Conclusion Oscillateurs à relaxation.pdf
Normal file
BIN
ISEN/ELA/TP/Conclusion Oscillateurs à relaxation.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user