Skip to content

Commit

Permalink
Merge pull request #95 from moncho-S/patch-1
Browse files Browse the repository at this point in the history
change filename to match chap10.ipynb
  • Loading branch information
AllenDowney authored Nov 26, 2023
2 parents 2dc3821 + 870ee1a commit f2e5c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f2e5c76

Please sign in to comment.