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 156b880 commit 036f536
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions P04/P04.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,6 @@
" for m in range(N):\n",
" Y_convolve[n] += Y2[m] * xsum[(n - m)]\n",
"\n",
"# print(np.allclose(xsum_fil, Y_cikl))\n",
"\n",
"plt.figure(figsize=[25,6])\n",
"plt.title('Сигнал до фильтрации')\n",
"plt.plot(t, xsum)\n",
Expand Down

0 comments on commit 036f536

Please sign in to comment.