Matlab exercise: Signals and Systems HW#3

The following steps will guide you through the Matlab exercise (Note the % indicates a comment and need not be entered.) In the Matlab Command window type:   x = [1:1:140]; % sets up the domain yCarrier = cos(pi*x/8); % create a sinusoid to act as a carrier plot(x,yCarrier); % and plot it ySignal = […]

EE3052_Assignment: Matlab analysis and performance evaluation of DCT

Module Title: Multimedia Digital Signal Processing Assessment Title: Matlab analysis and performance evaluation of DCT and Q in H.264 Weighting: 20% Main objectives of the assessment: • To apply the signal processing principles and techniques studied in the module to the understanding and analysis of two key blocks of H.264 video encoder within the Matlab […]