Skip to content

Commit e4217d3

Browse files
authored
Create op-amps.html
op-amps initial page
1 parent 5f12cbd commit e4217d3

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

op-amps.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Op-Amps — Difference Engines</title>
6+
<link rel="stylesheet" href="style.css">
7+
</head>
8+
<body>
9+
<header>
10+
<h1>Operational Amplifiers</h1>
11+
<p>Difference engines, sculpting signal and silence.</p>
12+
</header>
13+
<main>
14+
<section>
15+
<p>Op-amps compare voltages and amplify the difference — a kind of analog thinking. With near-infinite gain and elegant feedback, they form the backbone of filters, mixers, and control systems.</p>
16+
<ul>
17+
<li>⚖️ Differential input and high gain</li>
18+
<li>🔁 Negative feedback and stability</li>
19+
<li>🎚 Mixers, integrators, and comparators</li>
20+
<li>🎛 Filter design and envelope shaping</li>
21+
</ul>
22+
<p>In modular synthesis, op-amps are everywhere — hidden inside filters, VCAs, and utility modules. They don’t just amplify; they decide, blend, and shape.</p>
23+
</section>
24+
<footer>
25+
<p><a href="index.html">← Back to EasySynth</a></p>
26+
</footer>
27+
</main>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)