Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

1. Construct the one-sided and two-sided spectrum of v(t) = XXXXXXXXXXsin 30πt. 2. Sketch the amplitude spectrum of a rectangular pulse train for each of the following cases: In the last case the...

1 answer below »

1. Construct the one-sided and two-sided spectrum of v(t) = XXXXXXXXXXsin 30πt.

2. Sketch the amplitude spectrum of a rectangular pulse train for each of the following cases: In the last case the pulse train degenerates into a constant for all time; how does this show up in the spectrum?

3. Use Eq. (21) to calculate P from Fig. 2.1–5.

 

Answered Same Day Dec 25, 2021

Solution

Robert answered on Dec 25 2021
134 Votes
1. Construct the one-sided and two-sided spectrum of v(t) = -3 - 4 sin 30πt.
Solution:
MATLAB Code :
Fs=60;
Ts=1/Fs;
t=0:Ts:10-Ts;
f1=15;
y = -3 -4*sin(2*pi*t*f1);
N=length(y);
F=fft(y);
fr1=(0:N/2-1)*Fs/(N);
fr2=(-N/2:N/2-1)*Fs/(N);
figure,
plot(fr1,2*abs(F(1:N/2)))
%...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here