DSP Assignment 01
DSP Assignment 01
Assignment No.01
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
Hints: