0% found this document useful (0 votes)
47 views3 pages

DSP Assignment 01

The document provides instructions for an assignment to generate graphs of real and complex exponential sequences using MATLAB code. Students are asked to write code to plot exponential sequences with real and complex parameters for different ranges of the exponent value and comment on the output graphs.

Uploaded by

Ihsan ul Haq
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)
47 views3 pages

DSP Assignment 01

The document provides instructions for an assignment to generate graphs of real and complex exponential sequences using MATLAB code. Students are asked to write code to plot exponential sequences with real and complex parameters for different ranges of the exponent value and comment on the output graphs.

Uploaded by

Ihsan ul Haq
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/ 3

Discrete-time Signals Processing

Assignment No.01

Assignment Date: __14-10-2023______


Firm Deadline till __23-10-2023______ (During Class ____)

OBJECTIVE:
The objective of studying exponential sequences lies in their pivotal role in signal
analysis and processing. Real exponential sequences are fundamental in modeling
signal dynamics, while complex exponentials are essential for frequency domain
analysis. This knowledge is used for effective modeling and analysis of signal
behavior.

TASK:
Write MATLAB code to generate output graphs for exponential sequences for
Real and Complex parameters.
 Using Equations x[n] = A α^n for Real Graphs. Let A=1.5, n= -10 to 10
1. for (-1 < alpha < 0), try alpha= -0.5
2. for (0 < alpha < 1), try alpha=0.7
3. for (|alpha| > 1), try alpha= 1.1

 Using Equations x[n]=|A |e j(ω0n+φ) = |A | cos (ω0n + φ) + j |A |sin (ω0n + φ)


for Complex Graphs.
Let A=2, n= -10 to 10
1. for (-1 < alpha < 0), try alpha= -0.5
2. for (0 < alpha < 1), try alpha=0.7
3. for (|alpha| > 1), try alpha= 1.1
Comment on each output graph

Hints:

EXPECTED GRAPHS FOR REAL Exponential:

EXPECTED GRAPHS FOR COMPLEX Exponentials:


NOTE:
 For Complex Equation Graphs Use These Values for Plotting

 Read pages 17 to 19 from (Discrete-Time Signal Processing) Alan V.


Oppenheim Ronald W. Schafer 3rd Edition for better understanding.

You might also like