Use gausswin
Remember to normalize the kernel - sum all numbers in the kernel and divide each number in kernel by that value.
Use conv
Use for cycle written for previous lab - non overlapping windows with DCT. Instead of zeroing the coefficients by checking their absolute value, zero coefficients which represent low / high frequencies (first N bins / last N bins - where N is based on your chosen threshold frequency).