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
Challenge:
goldenfox [79]

Answer:

what?

Explanation:

8 0
3 years ago
Does anyone have cumulative exams today or tomorrow?(There so boring!)
IRINA_888 [86]

Answer:

I do!!

Explanation:

I have to sit for 3 hours lol‍♀️

3 0
3 years ago
Read 2 more answers
The ignition temperature of 87-octane gasoline vapor is about 430 ∘C and, assuming that the working gas is diatomic and enters t
Flura [38]

Answer:

I have solved the problem below. I hope it will let you clear the concept.

For any inquiries ask me in the comments.

Explanation:

6 0
3 years ago
An object of irregular shape has a characteristic length of � = 1.00 [�] and is maintained at a uniform surface temperature of �
Pani-rosa [81]

The correct question;

An object of irregular shape has a characteristic length of L = 1 m and is maintained at a uniform surface temperature of Ts = 400 K. When placed in atmospheric air at a temperature of Tinfinity = 300 K and moving with a velocity of V = 100 m/s, the average heat flux from the surface to the air is 20,000 W/m² If a second object of the same shape, but with a characteristic length of L = 5 m, is maintained at a surface temperature of Ts = 400 K and is placed in atmospheric air at Too = 300 K, what will the value of the average convection coefficient be if the air velocity is V = 20 m/s?

Answer:

h'_2 = 40 W/K.m²

Explanation:

We are given;

L1 = 1m

L2 = 5m

T_s = 400 K

T_(∞) = 300 K

V = 100 m/s

q = 20,000 W/m²

Both objects have the same shape and density and thus their reynolds number will be the same.

So,

Re_L1 = Re_L2

Thus, V1•L1/v1 = V2•L2/v2

Hence,

(h'_1•L1)/k1 = (h'_2•L2)/k2

Where h'_1 and h'_2 are convection coefficients

Since k1 = k2, thus, we now have;

h'_2 = (h'_1(L1/L2)) = [q/(T_s - T_(∞))]• (L1/L2)

Thus,

h'_2 = [20,000/(400 - 300)]•(1/5)

h'_2 = 40 W/K.m²

5 0
3 years ago
Three things that i have learned about the topics in this learning activity sheet
AURORKA [14]
Where’s the sheet or the picture ?
3 0
2 years ago
Other questions:
  • A 5 MW gas turbine power plant is reported to have a thermodynamic efficiency of 35%. Assume products of the combustion reaction
    5·1 answer
  • Storm sewer backup causes your basement to flood at the steady rate of 1 in. of depth per hour. The basement floor area is 2600
    9·1 answer
  • Which of the following justifies the need for an already-certified engineer to continue to take classes?
    15·1 answer
  • A well insulated rigid tank contains 4 kg of argon gas at 450 kPa and 30 C. A valve is opened, allowing the argon to escape unti
    15·1 answer
  • Removing Shingles from a roof is called a
    7·1 answer
  • The nuclear reactions resulting from thermal neutron absorption in boron and cadmium are 10B5 + 1 n0 ï  7Li3 + 4He2 113Cd48 + 1
    9·1 answer
  • Is the science of measurement
    13·2 answers
  • How might an operations manager alter operations to meet customer demand? Name at least two ways.
    7·1 answer
  • a motor has torque of 200 nm if i motors attached to an arm with a length of 25 cm and a string is too attached to the end appro
    13·1 answer
  • the tire restraining device or barrier shall be removed immediately from service for any of these defects except
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!