You are on page 1of 3

University Institute of Engineering

Department of Electronics & Communication Engineering

Experiment. 2

Student Name:KORUPULA RAMA NARENDRA UID:22BEC80011


Branch: Electronics and Communication Section/Group:21BEC-2/
Semester: 5th Date of Performance:
Subject Name:Digtal Signal Processing lab Subject Code: 21ECH-305

 Aim/Overview of the practical:


To generate Real and Complex Exponential signals Using matlab .

 Apparatus:

1. Personal Computer
2. MATLAB software

 Theory
MATLAB is a high-performance language for technical computing. It integrates
computation, visualization, and programming in an easy-to-use environment where
problems and solutions are expressed in familiar mathematical notation.

Typical uses include Math and computation, Algorithm development, Data


acquisition, Modeling, simulation, and prototyping, Data analysis, exploration, and
visualization, Scientific and engineering graphics, Application development, including
graphical user interface building.
University Institute of Engineering
Department of Electronics & Communication Engineering

 Code:
clc;
clear all;
close all;
n=0:1:25;

x=exp(0.2*n);
subplot(3,1,1),stem(n,x);
xlabel('n'),ylabel('x(n)');
title('real exponential sequence-22bec80011');
n=0:1:50;
z=exp(0.1*n+i*0.2*n);
subplot(3,1,2),stem(n,z);
xlabel('n'),ylabel('z(n)');
title('complex exponential sequence-22bec80011');
n=0:1:50;
z=exp(0.1*n+i*0.2*n);
subplot(3,1,3),stem(n,z);
xlabel('n'),ylabel('z(n)');
title('real and complex exponential sequence-2bec80011');
n=0:1:50;

 Output:

University Institute of Engineering
Department of Electronics & Communication Engineering

 Learning outcomes (What I have learnt):

1. I have learnt about the real and complex exponential Signals.


2.I have learnt how to generate signals using matlab .

3.I have learnt how to use Matlab.

 Result and Summary:


Hence,I have successfully learnt and studied about the matlab and generation of the Real and Complex
Exponential signals using the MATLAB.

 Evaluation Grid (To be filled by Faculty):


Sr. No. Parameters Marks Obtained Maximum Marks
1. Worksheet completion 10
including writing
learning
objectives/Outcomes.
(To submit at the end of
the day)
2. Post Lab Quiz/Viva 8
Voce
3. Lab performance 12
Signature of Faculty Total Marks Obtained:
(with Date):

--------------<>--------------

You might also like