From 1cf6d187b7d78bdef24a027193fecc546cf4ae67 Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 10 Aug 2026 23:02:49 +0200 Subject: reduce charts samples to 1000 to reduce compile load and ram usage --- charts/crosstalk-mathematical-model.typ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'charts/crosstalk-mathematical-model.typ') 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 ) }, -- cgit