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
After a strong storm, a worker does not realize that a power transmission line has fallen on his car and is electrocuted while o
joja [24]

Answer and Explanation:

<u>The correct answer choice is Contacting Overhead Power Lines.</u>

This is because the powerlines are making contact (touching) his car, and the example isn't related to the other answer choices.

<u><em>#teamtrees #PAW (Plant And Water)</em></u>

3 0
3 years ago
Why might construction crews want to install pipes before the foundation is poured?
denpristay [2]
I’m a concrete mason myself and I can tell you it is a pain in the butt to Roto hammer a hole into the concrete to put the pipe in it’s a lot easier to just pour the concrete around it
6 0
3 years ago
Any one here play animal crossing new horizons<br> if so wanna play
Oksanka [162]

Answer:

That's your Q seriously. Your funny. I don't have animal crossing but I do have league of legends.

Explanation:

8 0
3 years ago
Read 2 more answers
Why is the contractor normally required to submit a bid bond when making a proposal to an owner on a competitively bid contract?
just olya [345]

Answer:

It serves as a guarantee that the contractor who wins the bid will honor the terms of the bid after the contract is signed.

Explanation:

A bid bond is a type of construction bond that protects the obligee in a  construction bidding process.

A bid bond typically involves three parties:

The obligee; the owner or developer of the construction project under bid. The principal; the bidder or proposed contractor.

The surety; the agency that issues the bid bond to the principal example insurance company or bank.

A bid bond generally serves as a guarantee that the contractor who wins the bid will honor the terms of the bid after the contract is signed.

3 0
3 years ago
Describe the relationships between load, shear force, and bending moment.
Tatiana [17]

Answer:

the relation between load , shear force and bending moment is

shear force in a beam is calculated by the differentiation of the loading with respect to distance or length of the beam

                                           V = \dfrac{dw}{dx}

Bending moment in a beam is define as the change of shear force diagram with respect to the length of the beam.

                                           M = \dfrac{dV}{dx}

     and where as               M = \dfrac{d^2w}{dx^2}  

where V is the shear force , x is the distance in the beam , M is the bending moment and w is the loading on the beam.

6 0
3 years ago
Other questions:
  • Nc3
    12·1 answer
  • How many grams of perchloric acid, HClO4, are contained in 37.6 g of 70.5 wt% aqueous perchloric acid? How many grams of water a
    10·1 answer
  • All circuits need three basic parts: an energy source, wires, and the object that is going to change the electrical energy into
    5·2 answers
  • A Barnes and Books is interested in purchasing a two-story building for a new
    5·1 answer
  • Why do organisms differ in their methods of reproduction?
    5·2 answers
  • Does somebody know how to do this?
    7·1 answer
  • How does a belt operated supercharger work? (Not a turbo charger)
    12·1 answer
  • 1. The construction process begins with which of the following stages?
    5·1 answer
  • soy nueva en esto me pudieran ayudar nadie me ayuda soy de peru y no endiendo nada de lo que me dicen alguie me puediera explica
    10·1 answer
  • Describe the greatest power in design according to Aravena?
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!