Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
John Garrett committed Feb 27, 2021
1 parent ba86abe commit 69e7468
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/compare-czt-fft.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
],
"source": [
"# Time data\n",
"t = np.arange(0, 20e-3, 1e-4)\n",
"t = np.arange(0, 20, 0.1) * 1e-3\n",
"dt = t[1] - t[0]\n",
"Fs = 1 / dt\n",
"N = len(t)\n",
Expand Down
Binary file modified examples/results/freq-domain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 69e7468

Please sign in to comment.