Question

(b) Fos the pesiedic Siannl Showl ind the ketch the Omplitude and phase spedisa. la T -loT ge) -T -1 -1 Subject: Signal and s


Please explain every step and writing must be accurate.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

A signal f (t) having a period T_o can be expressed as

f(t)=\sum_{k=-\infty}^\infty C_ke^{j\omega_ot} for To

where C_k is the complex Fourier series coefficient and is given by

e ikwot for k\neq 0

0 To JT.

Part-1

For the first signal, the period is T_0=10\pi

3 10π

The exponential Fourier series coefficient is given by

C_k=\frac{1}{10\pi}\int_{-5\pi}^{5\pi}f(t)e^{-jk\frac{2\pi}{10\pi}t}dt

\Rightarrow C_k=\frac{1}{10\pi}\int_{-5\pi}^{5\pi}f(t)e^{-jk\frac{t}{5}}dt

\Rightarrow C_k=\frac{1}{10\pi}\left[\int_{-5\pi}^{\pi}0\cdot e^{-jk\frac{t}{5}}dt+\int_{-\pi}^{\pi}1\cdot e^{-jk\frac{t}{5}}dt+\int_{\pi}^{5\pi}0\cdot e^{-jk\frac{t}{5}}dt \right ]

\Rightarrow C_k=\frac{1}{10\pi}\left[0+\int_{-\pi}^{\pi}e^{\frac{-jk}{5}t}dt+0 \right ]

\Rightarrow C_k=\frac{1}{10\pi}\left[\frac{e^{\frac{-jk}{5}t}}{\frac{-jk}{5}} \right ]_{-\pi}^{\pi}

\Rightarrow C_k=\frac{1}{10\pi}\left[\frac{5j}{k} e^{\frac{-jk}{5}t} \right ]_{-\pi}^{\pi}

\Rightarrow C_k=\frac{j}{2k\pi}\left[ e^{\frac{-jk}{5}\pi}-e^{\frac{-jk}{5}(-\pi)} \right ]

\Rightarrow C_k=\frac{j}{2k\pi}\left[ e^{-j(\frac{k\pi}{5})}-e^{j(\frac{k\pi}{5})} \right ]

\Rightarrow C_k=\frac{j}{2k\pi}\left[ -2j\sin\left(\frac{k\pi}{5} \right ) \right ]

\Rightarrow C_k=\frac{1}{k\pi}\sin\left(\frac{k\pi}{5} \right )

The amplitude and phase spectra are generated using MATLAB for -50\leq k\leq50

Below is the MATLAB code

k=-50:50;
C=zeros(1,length(k));
for m=1:length(k)
C(m)=1/(k(m)*pi)*sin(k(m)*pi/5);
end
C(k==0)=1/5;
figure(1)
subplot(2,1,1)
plot(k,abs(C))
xlabel('k')
ylabel('|C_k|')
title('Amplitude Spectrum')
subplot(2,1,2)
plot(k,angle(C)*180/pi)
xlabel('k')
ylabel('\angleC_k(deg)')
title('Phase Spectrum')

the Output plot is

Amplitude Spectrum 0.2 r 0.15 O 0.1 0.05 0 -50 40 -30 20 10 0 10 20 3040 50 Phase Spectrum 200 ︵ 150 100 50 0 50 40 -30 20 10

Part-2

For the second signal, the time period is T_o=\pi

C_0=\frac{1}{\pi}\int_{\frac{-\pi}{2}}^{\frac{\pi}{2}}f(t)dt=\frac{1}{\pi}\int_{\frac{-\pi}{4}}^{\frac{\pi}{4}}\frac{4}{\pi}dt=\frac{4}{\pi^2}\left[\frac{\pi}{4}-\frac{-\pi}{4} \right ]=\frac{2}{\pi}

The exponential Fourier series coefficient is given by

C_k=\frac{1}{\pi}\int_{\frac{-\pi}{2}}^{\frac{\pi}{2}}f(t)e^{-jk\frac{2\pi}{\pi}t}dt

\Rightarrow C_k=\frac{1}{\pi}\int_{\frac{-\pi}{2}}^{\frac{\pi}{2}}f(t)e^{-2jkt}dt

\Rightarrow C_k=\frac{1}{\pi}\left[\int_{\frac{-\pi}{2}}^{-\frac{\pi}{4}}0\cdot e^{-2jkt}dt+\int_{\frac{-\pi}{4}}^{\frac{\pi}{4}}\frac{4}{\pi}te^{-2jkt}dt+\int_{\frac{\pi}{4}}^{\frac{\pi}{2}}0\cdot e^{-2jkt}dt \right ]

\Rightarrow C_k=\frac{1}{\pi}\left[0+\frac{4}{\pi}\int_{\frac{-\pi}{4}}^{\frac{\pi}{4}}te^{-2jkt}dt+0 \right ]

\Rightarrow C_k=\frac{4}{\pi^2}\int_{\frac{-\pi}{4}}^{\frac{\pi}{4}}te^{-2jkt}dt

Now lets find \int te^{-2jkt}dt

Integrating by parts

\int fg'=fg-\int f'g

f=t\rightarrow f'=1

g'=e^{-2jkt}\rightarrow g=-\frac{e^{-2jkt}}{2jk}

\int te^{-2jkt}dt=-\frac{te^{-2jkt}}{2jk}-\int-\frac{e^{-2jkt}}{2jkt}dt

\Rightarrow \int te^{-2jkt}dt=-\frac{te^{-2jkt}}{2jk}+\frac{1}{2jk}\int e^{-2jkt}dt

\Rightarrow \int te^{-2jkt}dt=-\frac{te^{-2jkt}}{2jk}-\frac{e^{-2jkt}}{4j^2k^2}

\Rightarrow \int te^{-2jkt}dt=\frac{jte^{-2jkt}}{2k}+\frac{e^{-2jkt}}{4k^2}

\Rightarrow \int te^{-2jkt}dt=\frac{(2jkt+1)e^{-2jkt}}{4k^2}

So,

C_k=\frac{4}{\pi^2}\left[\frac{(2jkt+1)e^{-2jkt}}{4k^2} \right ]_{\frac{-\pi}{4}}^{\frac{\pi}{4}}

\Rightarrow C_k=\frac{4}{\pi^2}\left[\frac{(2jk(\frac{\pi}{4})+1)e^{-2jk(\frac{\pi}{4})}}{4k^2}-\frac{(2jk(-\frac{\pi}{4})+1)e^{-2jk(-\frac{\pi}{4})}}{4k^2} \right ]

\Rightarrow C_k=\frac{4}{\pi^2}\left[\frac{(jk(\frac{\pi}{2})+1)e^{-jk(\frac{\pi}{2})}}{4k^2}-\frac{(-jk(\frac{\pi}{2})+1)e^{jk(\frac{\pi}{2})}}{4k^2} \right ]

\Rightarrow C_k=\frac{4}{\pi^2}\left[\frac{(jk(\frac{\pi}{2})+1)(-j)}{4k^2}-\frac{(-jk(\frac{\pi}{2})+1)(j)}{4k^2} \right ]

\Rightarrow C_k=\frac{4}{k^2\pi^2}\left[(jk(\frac{\pi}{2})+1)(-j)-(-jk(\frac{\pi}{2})+1)(j) \right ]

\Rightarrow C_k=\frac{4}{k^2\pi^2}\left[(k(\frac{\pi}{2})-j)-(k(\frac{\pi}{2})+j) \right ]

\Rightarrow C_k=\frac{4}{k^2\pi^2}\left[-2j \right ]

8)

The amplitude and phase spectra are generated using MATLAB for -10\leq k\leq10

k=-10:10;
C=zeros(1,length(k));
for m=1:length(k)
C(m)=-8*j/(k(m)^2*pi^2);
end
C(k==0)=2/pi;
figure(1)
subplot(2,1,1)
plot(k,abs(C))
xlabel('k')
ylabel('|C_k|')
title('Amplitude Spectrum')
subplot(2,1,2)
plot(k,angle(C)*180/pi)
xlabel('k')
ylabel('\angleC_k(deg)')
title('Phase Spectrum')

Amplitude Spectrum 0.5 10 -8 6-420 2 468 10 Phase Spectrum -50 0 -100 10 -8 6-420 2 468 10

Note: For the sake of proper legibility in the graphs, they are generated using MATLAB. You can refer them and create your hand-drawn plots if required. You can also change the range of 'k' if required just by modifying line-1 in the above given codes.

Add a comment
Know the answer?
Add Answer to:
Please explain every step and writing must be accurate. (b) Fos the pesiedic Siannl Showl ind...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Please try to show/explain every step! 22. Complete the following reactions by clearly writing out the...

    Please try to show/explain every step! 22. Complete the following reactions by clearly writing out the products and state if the product is a water soluble molecule or not. (3 pts cach/15 pts total) HO NH,Br. H,804 HAPO, 200 °C HBE No peroxides CH,CH 23. Complete the following reactions and show the mechanism of how the reaction occurred. You must identify at least one nucleophile and one electrophile in cach mechanism that you draw. Only do ONE of the two...

  • please solve me these two questions and please solve it step by step and you get thumbs up, explain every detail especially the question 2 SIGNALS AND SYSTEMS 1. Find the rgonometric Fourier Series e...

    please solve me these two questions and please solve it step by step and you get thumbs up, explain every detail especially the question 2 SIGNALS AND SYSTEMS 1. Find the rgonometric Fourier Series expansion of the following signal: (15 M) -A Q2. Find the complex Fourier series representation of an impulse train given as: (15 M) x(t) δ(t-2m) Which frequency coefficient Cn has the largest power? Plot x(O and Gr SIGNALS AND SYSTEMS 1. Find the rgonometric Fourier Series...

  • Please provide step by step details for the answers from parts (a) and (b). Thumps up...

    Please provide step by step details for the answers from parts (a) and (b). Thumps up for a well explain and sketch answer. 50000 5. (12 pts) Consider the transfer function T (s) = 7 (1+1000) a. Use hand calculations (show all your work) to obtain asymptotic equations for all regions of the Bode magnitude response of the system. Sketch (by hand) the Bode magnitude plot indicating the slope of the various segments. b. Analyze the system phase response and...

  • Please only answer if answe ALL PARTS NEAT WRITING ONLY please show EVERY STEP AND SHOW...

    Please only answer if answe ALL PARTS NEAT WRITING ONLY please show EVERY STEP AND SHOW DETAILED WORK THANK YOU 3. Suppose someone is distribution with parameter A-i ng random numbers in R uning a function that is based on a Poisson a. What is the from the mean? probablity the function will output a number more than one standard deviation b. Suppose a new value of A is choeen, and through some experimentation, you find tbe random number generator...

  • Will someone please solve this and explain every single step? I keep getting lost. Thank you!...

    Will someone please solve this and explain every single step? I keep getting lost. Thank you! The figure shows the magnetic flux through a single loop coil as a function of time. If phi_0 = 2 times 10^-2 Wb, calculate the induced emf in the coil at the following times. t = 0.05 s Your response differs from the correct answer by more than 10%. Double check your calculations. V t = 0.15 s t = 0.5 s V

  • Can someone solve by details please explain each step. Thanks Problem 5.9 2. Below is the...

    Can someone solve by details please explain each step. Thanks Problem 5.9 2. Below is the frequency response of a dynamic system Bode Diagram 40 20 100 160 135 45 45-- Frequency (radisec) a. What are the corner frequencies? .. b. How many poles in the system? c. How many zeros in the system? d. For the input signal shown in the Figure below find (at steady-state situation): i. The output signal amplitude. i. The output signal phase (in degrees...

  • please explain every step. thanks Consider the following system of linear equations ri (a) For what...

    please explain every step. thanks Consider the following system of linear equations ri (a) For what values of r and s is this system of linear equations inconsistent? (b) For what values of and s does this system of linear equations have infinitely many solutions? (ey For what values of and s does this system of linear equations have a unique solution?

  • Communication System Solve with ALL steps Please QUESTION 3 Briefly explain the following Analog Pulse Modulation...

    Communication System Solve with ALL steps Please QUESTION 3 Briefly explain the following Analog Pulse Modulation (APM): (i) Pulse Amplitude Modulation (PAM) Pulse Width Modulation (PWM) (iii) Pulse Position Modulation (PPM) (2 marks) (2 marks) (2 marks) b) There are several digital modulations techniques used to modulate digital signal. For a binary data 10111011, sketch the output waveform if the following modulator is used: Amplitude Shift Keying (ASK) (2 marks) Frequency Shift Keying(FSK) (2 marks) (iii) Phase Shift Keying (PSK)...

  • Show and explain every step for every part please! Problem 4. Walking along a plank on...

    Show and explain every step for every part please! Problem 4. Walking along a plank on a frozen lake [25 points] A 52.0-kg girl is standing on a 173-kg plank. The plank, originally at rest, is free to slide on a frozen lake, which is a flat, frictionless surface. The girl begins to walk along the plank at a constant velocity of 1.38 m/s to the right relative to the plank. (a) [6 points Write down the total momentum of...

  • please explain your answer with steps so it is understandable every step please thanks Problem 6:...

    please explain your answer with steps so it is understandable every step please thanks Problem 6: Water flows from the bottom of one hour (ie.Osts 60 min). a) Find the amount of water that for hand and then round to the nearest tenth of a liter. bottom of a storage tank at a rate of ) - 10 e- liters per minute for a period nt of water that flows from the tank in the last thirty minutes. Set up...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT