aboutsummaryrefslogtreecommitdiff
path: root/charts/crosstalk-mathematical-model.typ
diff options
context:
space:
mode:
Diffstat (limited to 'charts/crosstalk-mathematical-model.typ')
-rw-r--r--charts/crosstalk-mathematical-model.typ6
1 files changed, 3 insertions, 3 deletions
diff --git a/charts/crosstalk-mathematical-model.typ b/charts/crosstalk-mathematical-model.typ
index 7701ed9..0319493 100644
--- a/charts/crosstalk-mathematical-model.typ
+++ b/charts/crosstalk-mathematical-model.typ
@@ -33,7 +33,7 @@
label: [Unshielded trace \
($qty(1, "pF"), qty(10, "kilo ohm")$)],
domain: (10, 100000),
- samples: 8000,
+ samples: 1000,
f => 2 * calc.pi * f * 1e-12 * 10000 * 10 * 1000, // in mV
)
@@ -43,7 +43,7 @@
label: [Low-impedance node \
($qty(1, "pF"), qty(1, "kilo ohm")$)],
domain: (10, 100000),
- samples: 8000,
+ samples: 1000,
f => 2 * calc.pi * f * 1e-12 * 1000 * 10 * 1000, // in mV
)
@@ -53,7 +53,7 @@
label: [Guard trace shielded \
($qty(0.05, "pF"), qty(10, "kilo ohm")$)],
domain: (10, 100000),
- samples: 8000,
+ samples: 1000,
f => 2 * calc.pi * f * 0.05e-12 * 10000 * 10 * 1000, // in mV
)
},