Update 10_1_1D_Convolution.ipynb
This commit is contained in:
@@ -341,7 +341,7 @@
|
|||||||
"# Compute matrix in figure 10.4 d\n",
|
"# Compute matrix in figure 10.4 d\n",
|
||||||
"def get_conv_mat_3_1_1_zp(n_out, omega):\n",
|
"def get_conv_mat_3_1_1_zp(n_out, omega):\n",
|
||||||
" omega_mat = np.zeros((n_out,n_out))\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",
|
" # Replace this line:\n",
|
||||||
" omega_mat = omega_mat\n",
|
" omega_mat = omega_mat\n",
|
||||||
"\n",
|
"\n",
|
||||||
@@ -384,4 +384,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user