Skip to content

Commit

Permalink
Update 10_1_1D_Convolution.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
udlbook authored Dec 20, 2023
1 parent ec40d10 commit 89744c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Notebooks/Chap10/10_1_1D_Convolution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
"# Compute matrix in figure 10.4 d\n",
"def get_conv_mat_3_1_1_zp(n_out, omega):\n",
" omega_mat = np.zeros((n_out,n_out))\n",
" # TODO Fill in this matix\n",
" # TODO Fill in this matrix\n",
" # Replace this line:\n",
" omega_mat = omega_mat\n",
"\n",
Expand Down Expand Up @@ -384,4 +384,4 @@
}
}
]
}
}

0 comments on commit 89744c0

Please sign in to comment.