forked from iic-jku/analog-circuit-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
60 lines (52 loc) · 1.84 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
title: Analog Circuit Design
author:
- name: Harald Pretl
orcid: 0000-0003-1519-076X
email: harald.pretl@jku.at
corresponding: true
roles: "Lead author"
affiliation:
- name: Johannes Kepler University
city: Linz
state: Austria
url: https://www.jku.at/en/institute-for-integrated-circuits-and-quantum-computing
- name: Michael Koefinger
roles: "Supporting author"
- name: Simon Dorrer
roles: "Supporting author"
date: last-modified
license: "Apache-2.0 license"
copyright:
holder: "Harald Pretl and co-authors, Johannes Kepler University."
year: 2024
citation:
doi: "10.5281/zenodo.14387481"
url: https://iic-jku.github.io/analog-circuit-design
bibliography: references.bib
---
{{< include /content/_macros.qmd >}}
{{< include /content/_sec_intro.qmd >}}
{{< include /content/_sec_first_steps.qmd >}}
{{< include /content/_sec_sizing.qmd >}}
{{< include /content/_sec_mosfet_diode.qmd >}}
{{< include /content/_sec_common_source_amplifier.qmd >}}
{{< include /content/_sec_current_mirror.qmd >}}
{{< include /content/_sec_differential_pair.qmd >}}
{{< include /content/_sec_basic_ota.qmd >}}
{{< include /content/_sec_cascode_stage.qmd >}}
{{< include /content/_sec_improved_ota.qmd >}}
# A Fully-Differential OTA
To be added in a future release.
# Biasing the OTA
To be added in a future release.
# An RC-OPAMP Filter
To be added in a future release.
{{< include /content/_sec_summary.qmd >}}
{{< include /content/_app_middlebrook_method.qmd >}}
{{< include /content/_app_millers_theorem.qmd >}}
{{< include /content/_app_voltage_buffer_zout.qmd >}}
{{< include /content/_app_linux_cheatsheet.qmd >}}
{{< include /content/_app_xschem_cheatsheet.qmd >}}
{{< include /content/_app_ngspice_cheatsheet.qmd >}}
{{< include /content/_app_circuit_designers_etiquette.qmd >}}