Question

HW1 Description The MATLAB script accompanying this assignment simulates the approximation of the periodic function f() defin please step by step
the main three question are the last three one thank you
0 0
Add a comment Improve this question Transcribed image text
Answer #1

(1) f(t) obtained by using fourier series of N-harmonics is

                                    f(t) = do + an cos(nwst) + bn sin(nwet) n=1 n=1

Here time period is

                                                                   T, = 21

So

                                                                       21 W = = = lrad/s

Highest frequency (in rad/s) is

                                                            mar = Nws = 200 rad)s

(2) For N = 0,

                                                                                   f(t) = ac

Here a0 is the DC value of the signal. From graph, we can see that average value of signal = 0. So we will get

                                                                           f(t) = 0

(3) New fnew(t) is

                                    N frey(t) = -10 + -an cos(nwgt) + -on sin(nwgt) n=1

We know from (2) that a0 = 0. Since f(t) is symmetric about t = 0, so it will not have any cos component. So

an = 0. So we get

                                                             にい arrows - (05

and

                                                           fnew(t) = -bn sin(nwgt) na

Or

                                             N fnew(t) = bn sin(-nwgt) n=1

Or

                                           N freu(t) = bn sin(nws(-+)) n=1

Or

                                                                 freu(t) = f(-1)

So new approximation will be time reversed form of original signal.

Add a comment
Know the answer?
Add Answer to:
please step by step the main three question are the last three one thank you HW1...
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
  • 1. Using the Fourier series analysis Equation 3 for the periodic function r(t) shown in Figure 2....

    1. Using the Fourier series analysis Equation 3 for the periodic function r(t) shown in Figure 2.1, determine both the DC coefficient ao and a general expression for the other Fourier series coefficients ak. Do this by hand, not in Matlab. Show all your work in your lab report. You can add these pages as hand-written pages, rather than typing them in to your lab report, if you prefer Hint 1: It will be easiest to integrate this function from...

  • Please explain in detail and use MATLAB code. Thank you. Prob. 4-1 FM and PM are,...

    Please explain in detail and use MATLAB code. Thank you. Prob. 4-1 FM and PM are, respectively, defined as FM: A cos ((t) PM: A cos (kpm(t)) The FM and PM coefficients. kf and kp are kf-100 and kp-2, respectively. The carrier frequency is 400 Hz (1) Plot both the time-domain and frequency-domain representation for two independent message signals, m1(t) and m2(t) using MATLAB. Figure 1 is, again, the illustration of the Rectangular pulse (a) Tn1(t) = 11(t _ 0.5)...

  • Programming Assignment - Numerical Integration In MATH 1775 last semester, you used Riemann sums in Excel...

    Programming Assignment - Numerical Integration In MATH 1775 last semester, you used Riemann sums in Excel to approximate the value of the definite integral that represents the area of the region between the x-axis and the graph of 2 5 y xx = − 8 shown below. The purpose of this assignment is to increase the accuracy of such approximations of integrals. Write a program (using java) that uses the Midpoint Rule, the Trapezoid Rule, and Simpson’s Rule to find...

  • PLEASE USE MATLAB this problem you are trying to find an approximation to the periodic function /(t) esint-1) over one period, o <t < 2π. In t-linspace(0,2*pi,200)' and let b be a column ve...

    PLEASE USE MATLAB this problem you are trying to find an approximation to the periodic function /(t) esint-1) over one period, o <t < 2π. In t-linspace(0,2*pi,200)' and let b be a column vector of evaluations of f at those points. (a) Find the coefficients of the least squares fit In MATLAB, let (b) Find the coefficients of the least squares fit f(t)ndy+d2 cos(t)+ d, sin(t)+d, cos(2t)+dy sin(2t). (c) Plot the original function f(t)and the two approximations from (a) and...

  • It's about signals and systems. I need some help to make MATLAB codes of this problems. Thank you :) Discrete-Ti...

    It's about signals and systems. I need some help to make MATLAB codes of this problems. Thank you :) Discrete-Time Periodic Signal 4 1. Convolution and Discrete-Time Fourier Series (DTFS) (a) Generate a periodic signal r2n] with the fundamental period N n]sin(2Tn/10)sin(27n/20) sin(27n/30), for 0nN-1 Find the fundamental frequency 2T/N with the fundamental period N (b) Generate a periodic signal h2[nl with the fundamental period N h2[n](1/2)", for 0n< N - 1 (c) Using the conv function in Matlab, compute...

  • Use MATLAB to : ("j" is the imaginary number.) The term lo is the fundamental frequency...

    Use MATLAB to : ("j" is the imaginary number.) The term lo is the fundamental frequency of the periodic signal, 2/T, where T is the period. Frequencies nlo, where n is an integer, are the harmonics. This infinite sum is an exact representation of the original function. If we use a finite sum, where n goes from -N to N, we will get an approximation "X-(t)". In this problem we will calculate and plot the Fourier series representation of a...

  • Please answer in MATLAB, thank you! 2. Calculate the energy of time domain signal x (t) and z (t) for the range of 0SIS...

    Please answer in MATLAB, thank you! 2. Calculate the energy of time domain signal x (t) and z (t) for the range of 0SIS2.5 Also calculate the energy of these signals in frequency domain using Parseval's theorem. Plot Energy (X) and Energy (Z) as a function of frequency f in a 2xl subplot (Energy vs frequency plot is know as energy spectrum of a signal). 2. Calculate the energy of time domain signal x (t) and z (t) for the...

  • This is a MATLAB Question. Below is my base code for a Fourier Series of a...

    This is a MATLAB Question. Below is my base code for a Fourier Series of a half triangle wave. So I am being asked to isolate the first 8 components so that only those first 8 components of the half triangle function are calculated by MATLAB fft function, and then afterwards I am asked to do the same thing but with the first 20 components rather than the first 8. How do I isolate the first x number of components...

  • A periodic signal, x(t) is shown below. A = 10, T-4 sec. -T Write a MATLAB script to plot the sig...

    A periodic signal, x(t) is shown below. A = 10, T-4 sec. -T Write a MATLAB script to plot the signal, using enough points to get a smooth curve. Compute the Fourier series coefficients for the signal (if you can find them in the text, that is ok). Plot the single-sided or double-sided spectra for each signal. Include enough frequencies in the plots to adequately represent the frequency content of the signals. Plot partial sums of the Fourier series for...

  • Problem 2: A periodic signalxit) is shown below A =10, T-4 sec. -T Write a MATLAB script to plot ...

    Problem 2: A periodic signalxit) is shown below A =10, T-4 sec. -T Write a MATLAB script to plot the signal, using enough points to get a smooth curve. Compute the Fourier series coefficients for the signal (if you can find them in the text, that is ok). Plot the single-sided or double-sided spectra for each signal. Include enough frequencies in the plots to adequately represent the frequency content of the signals. Plot partial sums of the Fourier series for...

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
ADVERTISEMENT