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
What is a smooth flow of air over a surface is called?
pochemuha

Answer:

laminar flow

Explanation:

In fluid dynamics, laminar flow is characterized by fluid particles following smooth paths in layers, with each layer moving smoothly past the adjacent layers with little or no mixing.

4 0
3 years ago
What are some common work contexts for Licensing Examiners and Inspectors? Select four options.
Akimi4 [234]

According to O*NET, the common work contexts for Licensing Examiners and Inspectors include:

  1. Telephone
  2. Face-to-face discussions
  3. Contact with others
  4. Importance of being exact or accurate.

O*NET is an acronym for occupational information network and it refers to a free resource center or online database that is updated from time to time with several occupational definitions, so as to help the following categories of people understand the current work situation in the United States of America:

  • Workforce development professionals
  • Students
  • Human resource (HR) managers
  • Job seekers
  • Business firms

On O*NET, work contexts are typically used to describe the physical and social elements that are common to a particular profession or occupational work. Also, the less common work contexts are listed toward the bottom while common work contexts are listed toward the top.

According to O*NET, the common work contexts for Licensing Examiners and Inspectors include:

1. Telephone

2. Face-to-face discussions

3. Contact with others

4. Importance of being exact or accurate.

Read more on work contexts here: brainly.com/question/22826220

6 0
3 years ago
Read 2 more answers
What Happens If A Sonic Boom Is Created?
Volgvan

Answer:

Explanation:

A sonic boom is a loud sound kind of like an explosion. It's caused by shock waves created by any object that travels through the air faster than the speed of sound. Sonic booms create huge amounts of sound energy. When an object moves through the air, it makes pressure waves in front of and behind it.

8 0
3 years ago
Tech a says that the weight of the flywheel smoothest out the engines power pulses. Tech B says that the flexplate and torque co
lakkis [162]

Answer:

both statement is correct

Explanation:

Flywheel engine uses to reduce fluctuations.

And                                                                

FlexPlate is a metal disk that connects the output from the engine to the input of the torque converter. This will replace the flywheel

so that both statement is correct

4 0
3 years ago
A gas stream flowing at 1000 cfm with a particulate loading of 400 gr/ft3 discharges from a certain industrial plant through an
Makovka662 [10]

<u>Solution and Explanation:</u>

Volume of gas stream = 1000 cfm (Cubic Feet per Minute)

Particulate loading = 400 gr/ft3 (Grain/cubic feet)

1 gr/ft3 = 0.00220462 lb/ft3

Total weight of particulate matter = 1000 \mathrm{cfm} \times 400 \mathrm{gr} / \mathrm{tt} 3 \times .000142857 \mathrm{lb} / \mathrm{ft} 3 \times 60=3428.568 \mathrm{lb} / \mathrm{hr}

Cyclone is to 80 % efficient

So particulate remaining = 0.20 \times 3428.568 \mathrm{lb} / \mathrm{hr}=685.7136

emissions from this stack be limited to = 10.0 lb/hr

Particles to be remaining after wet scrubber = 10.0 lb/hr

So particles to be removed = 685.7136- 10 = 675.7136

Efficiency = output multiply with 100/input = 98.542 %

4 0
3 years ago
Other questions:
  • A bar of steel has the minimum properties Se = 40 kpsi, Sy = 60 kpsi, and Sut = 80 kpsi. The bar is subjected to a steady torsio
    7·1 answer
  • Define the difference between elastic and plastic deformation in terms of the effect on the crystal lattice structure.
    5·1 answer
  • A closed system undergoes a process in which work is done on the system and the heat transfer Q occurs only at temperature Tb. F
    8·1 answer
  • A rod of length L lies along the x axis with its left end at the origin. It has a nonuniform charge density λ = αx, where α is a
    14·2 answers
  • What steps would you take to design an improved toothpaste container?
    12·1 answer
  • A piston-cylinder assembly has initially a volume of 0.3 m3 of air at 25 °C. Mass of the air is 1 kg. Weights are put on the pis
    15·1 answer
  • Suppose the loop is moving toward the solenoid (to the right). Will current flow through the loop down the front, up the front,
    5·2 answers
  • Scheduling can best be defined as the process used to determine:​
    8·1 answer
  • Please look at the attachments and help me with these questions
    7·1 answer
  • Two sites are being considered for wind power generation. On the first site, the wind blows steadily at 7 m/s for 3000 hours per
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!