Update 10_1_1D_Convolution.ipynb

This commit is contained in:
udlbook
2023-12-20 15:27:59 -05:00
committed by GitHub
parent ec40d10ecd
commit 89744c0f0f

View File

@@ -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",
@@ -384,4 +384,4 @@
}
}
]
}
}