Question: DTFT time-Shift property. Explain in details. = num = = H2 clf; W = linspace(0, pi, 256); D=4; [1 2 2 1]; H1 freqz (num,

DTFT time-Shift property. Explain in details.

DTFT time-Shift property. Explain in details. = num = = H2 clf;

W = linspace(0, pi, 256); D=4; [1 2 2 1]; H1 freqz

= num = = H2 clf; W = linspace(0, pi, 256); D=4; [1 2 2 1]; H1 freqz (num, 1, w); freqz ([zeros (1,D) num], 1, w); subplot (2,2,1) plot (w/pi, abs (H1)); grid title ('Magnitude Spectrum of Original Sequence') subplot (2,2,2) plot (w/pi, abs (H2)); grid title ('Magnitude Spectrum of Time-Shifted Sequence') subplot (2,2,3) plot (w/pi, unwrap (angle (H1)) *180/pi); grid title('Phase Spectrum of Original Sequence') subplot (2,2,4) plot (w/pi, unwrap (angle (H2)) *180/pi); grid title('Phase Spectrum of Time-Shifted Sequence') e) Challenge: If the phase of the DTFT of a real sequence x[n] is a constant that does not change with frequency (e.g. ZX(el) = a constant vs. something like ZX(el) = o), what can you say about the sequence x[n]? What values could the phase be? =

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!