1.代码: function [y, H] = conv_tp(h, x) % Linear Convolution using Toeplitz Matrix % ---------------------------------------------------- % [y,H] = conv_tp(h, x) % y = output sequence in column vector form % H = Toeplitz matrix corresponding to sequenc…