From 870ee1af741fd85b74e24680a22ce8fae5c53846 Mon Sep 17 00:00:00 2001 From: Sebastian Hernandez <95467227+moncho-S@users.noreply.github.com> Date: Sun, 26 Nov 2023 05:28:47 -0300 Subject: [PATCH] change filename to match chap10.ipynb --- book/book.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/book.tex b/book/book.tex index 1bd632f8..055b710b 100644 --- a/book/book.tex +++ b/book/book.tex @@ -5932,7 +5932,7 @@ \section{Acoustic response} Here's the gunshot: \begin{verbatim} - response = thinkdsp.read_wave('180961__kleeb__gunshots.wav') + response = thinkdsp.read_wave('180960__kleeb__gunshots.wav') response = response.segment(start=0.26, duration=5.0) response.normalize() response.plot()