From f4511bf657c750f821e1ed1aa2274e44db6e2511 Mon Sep 17 00:00:00 2001 From: Eric Creusen Date: Mon, 23 Jan 2023 14:44:57 +0100 Subject: [PATCH] Update scale-to-frequency.ipynb Fix typo where frac was applied outside the arguments instead of inside --- doc/scale-to-frequency.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scale-to-frequency.ipynb b/doc/scale-to-frequency.ipynb index 1f45a31..5c65659 100644 --- a/doc/scale-to-frequency.ipynb +++ b/doc/scale-to-frequency.ipynb @@ -44,7 +44,7 @@ ">\n", "> The child function at scale $s$ is\n", ">\n", - "> $\\Psi_{s,x}(t) = \\frac{1}{\\sqrt{s} } \\frac{\\Psi(t-x)}{s}$\n", + "> $\\Psi_{s,x}(t) = \\frac{1}{\\sqrt{s} } \\Psi(\\frac{t-x}{s})$\n", ">\n", "> where $x$ is the shift parameter used to convolve the signal being analysed with the wavelet.\n", "\n",