Skip to content

Commit

Permalink
08_01 Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesblakemore committed May 22, 2024
1 parent f15aa4d commit b304f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nb/08_01_Intro_Fourier_Analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"source": [
"## Try playing with the arguments of this function to see how the plot changes\n",
"## most especially the xlog and ylog arguments which change the scaling of the plot\n",
"plotSpectrum(samps, fsamp, xlim=[2, 2e4], xlog=True, ylog=False)"
"plotSpectrum(samps, fsamp, fft_xlim=[2, 2e4], xlog=True, ylog=False)"
]
},
{
Expand Down

0 comments on commit b304f24

Please sign in to comment.