Skip to content

Commit

Permalink
Merge pull request #94 from moncho-S/patch-1
Browse files Browse the repository at this point in the history
Update book.tex
  • Loading branch information
AllenDowney authored Nov 13, 2023
2 parents 72e43c3 + 254bde1 commit 2dc3821
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 @@ -3294,7 +3294,7 @@ \section{Synthesis}
ts = np.linspace(0, 1, framerate)
ys = synthesize1(amps, fs, ts)
wave = thinkdsp.Wave(ys, framerate)
wave = thinkdsp.Wave(ys, ts, framerate)
\end{verbatim}

This example makes a signal that contains a fundamental frequency at
Expand Down

0 comments on commit 2dc3821

Please sign in to comment.