EEL 3552 Experiment 2

.docx

School

University of Central Florida *

*We aren’t endorsed by this school

Course

3552

Subject

Electrical Engineering

Date

Apr 3, 2024

Type

docx

Pages

9

Uploaded by EarlKomodoDragonMaster811 on coursehero.com

Experiment 2: MATLAB Sim EEL 3552C: Signal Analysis and Analogue Communication Professor Ismail Alkhouri Joshua Barshay 2/10/23
1.0 Objective The objective of this experiment is to teach the students how to use MATLAB to model different types of function in discrete and continuous forms. 2.0 Equipment A computer with MATLAB installed on it. 3.0 Simulation For question 1 for all simulations the code below was used: t:lower:.1:upper; g=(f(t)); plot(t 1 ,g 1 …t n ,g n ); n=1 for x 1-3 and n=3 for x4. Question 1: X1:
X2: X3:
X4: Question 2: For question 2 the following code was used: t:lower:upper; g=(f(t)); hold on; stem(t 1 ,g 1 ); stem(t n ,g n ); X1:
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help