Homework Assignment 10
Due Nov. 1, 2000
wo = pi/16; n = 0:100; x = cos(wo*n);
Use the above to filter the signal : y = filter(h,1,x);. Use MATLAB to plot . Over the top of this, plot . (Remember that the output was delayed by samples.) Does look like the derivative of ?
wo = pi/16; n = 0:100; x = cos(wo*n);
Use the above to filter the signal : y = filter(h,1,x);. Use MATLAB to plot . Over the top of this, plot . (Remember that the output was delayed by samples.) Does look like the ouput you would expect for a Hilbert transformer?