0% found this document useful (0 votes)
6 views1 page

MATLAB Assignment

The document outlines a MATLAB assignment for the course EEE/ECE/INSTR F243: Signals and Systems for SEM II (2024-2025). It includes two tasks: the first requires students to determine the output of an LTI system using a specific signal and impulse response without using the conv function, and the second task involves computing the DTFT of a given signal while avoiding the fft command. Students are instructed to use specific MATLAB commands for plotting their results.

Uploaded by

Kanagaraj S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

MATLAB Assignment

The document outlines a MATLAB assignment for the course EEE/ECE/INSTR F243: Signals and Systems for SEM II (2024-2025). It includes two tasks: the first requires students to determine the output of an LTI system using a specific signal and impulse response without using the conv function, and the second task involves computing the DTFT of a given signal while avoiding the fft command. Students are instructed to use specific MATLAB commands for plotting their results.

Uploaded by

Kanagaraj S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

EEE/ECE/INSTR F243: Signals and Systems

MATLAB Assignment
SEM II (2024-2025)

1, for 0 ≤ 𝑛 ≤ 𝐺 + 10
Task 1: Consider a signal 𝑥 (𝑛) = { . The signal 𝑥 (𝑛) is given
0, otherwise
input to an LTI system having the impulse response ℎ(𝑛) = 𝑥(𝑛 − 𝐺 − 11). Write a
MATLAB program to determine the output 𝑦(𝑛) without using conv function and
tabular method. Here, 𝐺 is equal to the group number. For example, students of group
number 5 will use 𝐺 = 5 in this task. Use subplot command to show 𝑥 (𝑛), ℎ(𝑛), and
𝑦(𝑛). Use stem command to show these signals. [7]

Task 2: Write a MATLAB code to compute the DTFT of 𝑥 (𝑛) = 𝑛, for 0 ≤ 𝑛 ≤ 𝐺 + 10.
Show the magnitude plot and phase plot of the computed DTFT using subplot
command. Do not use fft command, however, fft does not compute DTFT. Here again,
𝐺 represents the group number. [7]

You might also like