1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Paraphin [41]
3 years ago
8

This problem demonstrates aliasing. Generate a 512-point waveform consisting of 2 sinusoids at 200 and 400-Hz. Assume a sampling

frequency of 1 kHz. Generate another waveform containing frequencies at 200 and 900-Hz. Take the Fourier transform of both waveforms and plot the magnitude of the spectrum up to fs/2. Plot the 2 spectra superimposed, but in different colors to highlight the additional peak due to aliasing at 100-Hz.
Engineering
1 answer:
aalyn [17]3 years ago
8 0

Answer and Explanation:

clear all; close all;  

N=512;  

t=(1:N)/N;

fs=1000;  

f=(1:N)*fs/N;

x= sin(2*pi*200*t) + sin(2*pi*400*t);  

y= sin(2*pi*200*t) + sin(2*pi*900*t);

for n = 1:20  

a(n) = (2/N)*sum(x.*(cos(2*pi*n*t)))

b(n) = (2/N)*sum(x.*(sin(2*pi*n*t)))  

c(n) = sqrt(a(n).^2+b(n).^2)  

theta(n) =-(360/(2*pi))*atan(b(n)./a(n));  

end  

plot(f(1:20),c(1:20),'rd');

disp([a(1:4),b(1:4),c(1:4),theta(1:4)])

You might be interested in
A student lives in an apartment with a floor area of 60 m2 and ceiling height of 1.8 m. The apartment has a fresh (outdoor) air
USPshnik [31]

Answer:

4

Explanation:

5 0
2 years ago
Find the value of L
KonstantinChe [14]

Answer:

the value is 356732 Volt

6 0
2 years ago
Any help is appreciated <3
Len [333]

Answer:

forwarder

Explanation:

8 0
3 years ago
Ma poate ajuta cineva?
kari74 [83]
Da, sigur. cu ce ai nevoie de ajutor?
5 0
3 years ago
Steam at 75 kPa and 8 percent quality is contained in a spring-loaded piston–cylinder device, as shown in Figure, with an initia
Rashid [163]

The heat transferred to and the work produced by the steam during this process  is 13781.618 kJ/kg

<h3>​How to calcultae the heat?</h3>

The Net Change in Enthalpy will be:

= m ( h2 - h1 ) = 11.216 ( 1755.405 - 566.78 ) = 13331.618 kJ/kg

Work Done (Area Under PV curve) = 1/2 x (P1 + P2) x ( V1 - V2)

= 1/2 x ( 75 + 225) x (5 - 2)

W = 450 KJ

From the First Law of Thermodynamics, Q = U + W

So, Heat Transfer = Change in Internal Energy + Work Done

= 13331.618 + 450

Q = 13781.618 kJ/kg

Learn more about heat on:

brainly.com/question/13439286

#SP1

6 0
1 year ago
Other questions:
  • Hi, I have an assignment in which i needs to write a report on (Rationalization of electrical energy consumption) and i need cha
    6·1 answer
  • The convection heat transfer coefficient for a clothed person standing in moving air is expressed as h 5 14.8V0.69 for 0.15 , V
    6·2 answers
  • Different between an architect and an engineer​
    15·1 answer
  • The current flow in an NMOS transistor is due to one of the following:
    11·1 answer
  • Hi all any one help me?? ​
    12·2 answers
  • Where would outdoor Air quality monitors need to be placed to properly record data?
    15·1 answer
  • As you have learned, not all motor oils are the same. What are two things that make them different?.
    11·1 answer
  • The forklift exiting an aisle in a warehouse has the right of way?
    15·1 answer
  • Why is communication one of the most important aspects of an engineer's job?
    12·1 answer
  • How many hours should I charge a 4.8 volt 600mah battery(it is urgent)
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!