Skip to content

Commit

Permalink
LR4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrvvv committed May 11, 2024
1 parent 036f536 commit efe61d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion P04/P04.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"Fstop = 170\n",
"N = 1440\n",
"\n",
"ff = np.linspace(0, fs, N, endpoint=False)\n",
"ff = np.linspace(0, fs, N, endpoint=False)\n",
"nn = np.linspace(0, N, N, endpoint=False)\n",
"x = np.ones(N)\n",
"\n",
Expand Down

0 comments on commit efe61d1

Please sign in to comment.