diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-10 23:02:49 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-10 23:02:49 +0200 |
| commit | 1cf6d187b7d78bdef24a027193fecc546cf4ae67 (patch) | |
| tree | e78a22eeb134846dc2bd1e8b6fa0ddb9196ab9e5 /charts/crosstalk-mathematical-model.typ | |
| parent | a60b85b538c9131869bde5e5e196f6aa23763090 (diff) | |
| download | same-1cf6d187b7d78bdef24a027193fecc546cf4ae67.tar.gz same-1cf6d187b7d78bdef24a027193fecc546cf4ae67.tar.bz2 same-1cf6d187b7d78bdef24a027193fecc546cf4ae67.zip | |
reduce charts samples to 1000 to reduce compile load and ram usage
Diffstat (limited to 'charts/crosstalk-mathematical-model.typ')
| -rw-r--r-- | charts/crosstalk-mathematical-model.typ | 6 |
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 ) }, |
