Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The Matlab code below is given. Answer the questions related to the code. inc = 1/150; n = -100:inc:900-inc; sig = 8*cos(80*pi*n*inc)+(2/(1+j))*sin(200*pi*n*inc); plot(n*inc,real(sig)); sound(real(sig),4000) a.

The Matlab code below is given. Answer the questions related to the code.

inc = 1/150;

n = -100:inc:900-inc;

sig = 8*cos(80*pi*n*inc)+(2/(1+j))*sin(200*pi*n*inc);

plot(n*inc,real(sig));

sound(real(sig),4000)

a. Length (n)?

b. Range of time for which the real(sig) is plotted.

c. Is 'sig' periodic? If so what is the period. Note if there is aliasing.

d. max(real(sig))?

e. Express the equation for the analog signal that is played out with sound function.

f. For what time duration is sound played out?

image text in transcribed

The Matlab code below is given. Answer the questions related to the code. inc = 1/150; n=-100:inc:900-inc; sig=8*cos(80*pi*n*inc)+(2/(1+i))*sin(200*pi*n* inc); plot(n*inc.real(sig)); sound(real(sig),4000) a. Length (n)? b. Range of time for which the real(sig) is plotted. c. Is sig' periodic? If so what is the period. Note if there is aliasing. d. max(real(sig)..? e. Express the equation for the analog signal that is played out with sound function. f. For what time duration is sound played out? The Matlab code below is given. Answer the questions related to the code. inc = 1/150; n=-100:inc:900-inc; sig=8*cos(80*pi*n*inc)+(2/(1+i))*sin(200*pi*n* inc); plot(n*inc.real(sig)); sound(real(sig),4000) a. Length (n)? b. Range of time for which the real(sig) is plotted. c. Is sig' periodic? If so what is the period. Note if there is aliasing. d. max(real(sig)..? e. Express the equation for the analog signal that is played out with sound function. f. For what time duration is sound played out

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions