Exercise C1.13: DTFT Computations using Two-Sided Sequences In this exercise we consider the DTFT of two-sided sequences (including aut ^0 covariance sequences), and in doing so illustrate some basic properties of autocos variance sequences. (a) We first (2024)

Check back soon!

Request a Custom Video Solution

Exercise C1.13: DTFT Computations using Two-Sided Sequences In this exercise we consider the DTFT of two-sided sequences (including aut ^0 covariance sequences), and in doing so illustrate some basic properties of autocos variance sequences. (a) We first consider how to use the DTFT to determine ϕ(ω) from r(k) on computer. We are given an ACS: r(k)= (M-|k|)/(M), |k| ≤M 0, otherwise Generate r(k) for M=10. Now, in MatLAB form a vector 𝐱 of length L=2 : as: x=[r(0), r(1), …, r(M), 0 …, 0, r(-M), …, r(-1)] Verify that x f=ft(x) gives ϕ() for =2 πk / L. (Note that the elemen of x f should be nonnegative and real.). Explain why this particular choice x is needed, citing appropriate circular shift and zero padding properties the DTFT. Note that xf often contains a very small imaginary part due to comput roundoff error; replacing x f by real ( x f ) truncates this imaginary compone: and leads to more expected results when plotting. A word of caution - do not truncate the imaginary part unless you are su it is negligible; the command zf=real(fft(z) ) when z=[r(-M), …, r(-1), r(0), r(1), …, r(M), 0 …, 0] gives erroneous "spectral" values; try it and explain why it doesn't work. (b) Alternatively, since we can readily derive the analytical expression for ϕ(ωwe can instead work backwards. Form a vector yf=[ϕ(0), ϕ(2 π/ L), ϕ(4 π/ L), …, ϕ((L-1) 2 π/ L)] and find y=i f f t(y f). Verify that y closely approximates the ACS. (c) Consider the ACS r(k) in Exercise C1.12; let a1=-0.9 and b1=0, and s σ^2=1. Form a vector x as above, with M=10, and find xf. Why is? not a good approximation of ϕ() in this case? Repeat the experiment fo M=127 and L=256; is the approximation better for this case? Why? We can again work backwards from the analytical expression for ϕ(ω). For a vector yf=[ϕ(0), ϕ(2 π/ L), ϕ(4 π/ L), …, ϕ((L-1) 2 π/ L)] and find y= ifft (y f). Verify that y closely approximates the ACS for large (say, L=256 ), but poorly approximates the ACS for small L (say, L=20 By citing properties of inverse DTFTs of infinite, two-sided sequences, expla how the elements of y relate to the ACS r(k), and why the approximation poor for small L. Based on this explanation, give a "rule of thumb" on t l choice of L for good approximations of the ACS. (d) We have seen above that the fft command results in spectral estimates from 0 to 2 πinstead of the more common range of -πto π. The Matlab command fftshift can be used to exchange the first and second halves of the f ft output to correspond to a frequency range of -πto π. Similarly, fftshift can be used on the output of the ifft operation to "center" the zero lag of an ACS, Experiment with fftshift to achieve both of these results. What frequency vector w is needed so that the command plot(w, fftshift (f f t(x)) ) gives the spectral values at the proper frequencies? Similarly, what time vector t is needed to get a proper plot of the ACS with stem(t,fftshift(ifft (x f)) )? Do the results depend on whether the vectors are even or odd in length? | Numerade (5)

We will assign your question to a Numerade educator to answer.

Answer Delivery Time

Est. 2-3 hours
You are asking at 3:30PM Today

Exercise C1.13: DTFT Computations using Two-Sided SequencesIn this exercise we consider the DTFT of two-sided sequences (including aut ${ }^0$ covariance sequences), and in doing so illustrate some basic properties of autocos variance sequences.(a) We first consider how to use the DTFT to determine $\phi(\omega)$ from $r(k)$ on computer. We are given an ACS:$$r(k)= \begin{cases}\frac{M-|k|}{M}, & |k| \leq M \\ 0, & \text { otherwise }\end{cases}$$Generate $r(k)$ for $M=10$. Now, in MatLAB form a vector $\mathbf{x}$ of length $L=2$ : as:$$\mathrm{x}=[r(0), r(1), \ldots, r(M), 0 \ldots, 0, r(-M), \ldots, r(-1)]$$Verify that $\mathrm{x} f=\mathrm{ft}(\mathrm{x})$ gives $\phi\left(\omega_k\right)$ for $\omega_k=2 \pi k / L$. (Note that the elemen of $x f$ should be nonnegative and real.). Explain why this particular choice $\mathrm{x}$ is needed, citing appropriate circular shift and zero padding properties the DTFT.Note that $\mathrm{xf}$ often contains a very small imaginary part due to comput roundoff error; replacing $x f$ by real ( $x f$ ) truncates this imaginary compone: and leads to more expected results when plotting.A word of caution - do not truncate the imaginary part unless you are su it is negligible; the command $\mathrm{zf}=\mathrm{real}(\mathrm{fft}(\mathrm{z})$ ) when$$\mathrm{z}=[r(-M), \ldots, r(-1), r(0), r(1), \ldots, r(M), 0 \ldots, 0]$$gives erroneous "spectral" values; try it and explain why it doesn't work.(b) Alternatively, since we can readily derive the analytical expression for $\phi(\omega$ we can instead work backwards. Form a vector$$\mathrm{yf}=[\phi(0), \phi(2 \pi / L), \phi(4 \pi / L), \ldots, \phi((L-1) 2 \pi / L)]$$and find $y=i f f t(y f)$. Verify that $y$ closely approximates the ACS.(c) Consider the ACS $r(k)$ in Exercise C1.12; let $a_1=-0.9$ and $b_1=0$, and s $\sigma^2=1$. Form a vector $\mathrm{x}$ as above, with $M=10$, and find $\mathrm{xf}$. Why is? not a good approximation of $\phi\left(\omega_k\right)$ in this case? Repeat the experiment fo $M=127$ and $L=256$; is the approximation better for this case? Why?We can again work backwards from the analytical expression for $\phi(\omega)$. For a vector$$\mathrm{yf}=[\phi(0), \phi(2 \pi / L), \phi(4 \pi / L), \ldots, \phi((L-1) 2 \pi / L)]$$and find $y=$ ifft $(y f)$. Verify that $y$ closely approximates the ACS for large (say, $L=256$ ), but poorly approximates the ACS for small $L$ (say, $L=20$ By citing properties of inverse DTFTs of infinite, two-sided sequences, expla how the elements of $\mathrm{y}$ relate to the $\operatorname{ACS} r(k)$, and why the approximation poor for small $L$. Based on this explanation, give a "rule of thumb" on $t$ l choice of $L$ for good approximations of the ACS.(d) We have seen above that the $\mathrm{fft}$ command results in spectral estimates from 0 to $2 \pi$ instead of the more common range of $-\pi$ to $\pi$. The Matlab command fftshift can be used to exchange the first and second halves of the $f$ ft output to correspond to a frequency range of $-\pi$ to $\pi$. Similarly, fftshift can be used on the output of the ifft operation to "center" the zero lag of an ACS, Experiment with $\mathrm{fftshift}$ to achieve both of these results. What frequency vector w is needed so that the command plot(w, fftshift $(f f t(x))$ ) gives the spectral values at the proper frequencies? Similarly, what time vector $t$ is needed to get a proper plot of the ACS with stem(t,fftshift(ifft $(x f))$ )? Do the results depend on whether the vectors are even or odd in length?

We’ll notify you at this email when your answer is ready.

More Solved Questions in Your Textbook

Not your book?

Exercise C1.13: DTFT Computations using Two-Sided Sequences In this exercise we consider the DTFT of two-sided sequences (including aut ^0 covariance sequences), and in doing so illustrate some basic properties of autocos variance sequences. (a) We first consider how to use the DTFT to determine ϕ(ω) from r(k) on computer. We are given an ACS: r(k)= (M-|k|)/(M), |k| ≤M 0, otherwise Generate r(k) for M=10. Now, in MatLAB form a vector 𝐱 of length L=2 : as: x=[r(0), r(1), …, r(M), 0 …, 0, r(-M), …, r(-1)] Verify that x f=ft(x) gives ϕ() for =2 πk / L. (Note that the elemen of x f should be nonnegative and real.). Explain why this particular choice x is needed, citing appropriate circular shift and zero padding properties the DTFT. Note that xf often contains a very small imaginary part due to comput roundoff error; replacing x f by real ( x f ) truncates this imaginary compone: and leads to more expected results when plotting. A word of caution - do not truncate the imaginary part unless you are su it is negligible; the command zf=real(fft(z) ) when z=[r(-M), …, r(-1), r(0), r(1), …, r(M), 0 …, 0] gives erroneous "spectral" values; try it and explain why it doesn't work. (b) Alternatively, since we can readily derive the analytical expression for ϕ(ωwe can instead work backwards. Form a vector yf=[ϕ(0), ϕ(2 π/ L), ϕ(4 π/ L), …, ϕ((L-1) 2 π/ L)] and find y=i f f t(y f). Verify that y closely approximates the ACS. (c) Consider the ACS r(k) in Exercise C1.12; let a1=-0.9 and b1=0, and s σ^2=1. Form a vector x as above, with M=10, and find xf. Why is? not a good approximation of ϕ() in this case? Repeat the experiment fo M=127 and L=256; is the approximation better for this case? Why? We can again work backwards from the analytical expression for ϕ(ω). For a vector yf=[ϕ(0), ϕ(2 π/ L), ϕ(4 π/ L), …, ϕ((L-1) 2 π/ L)] and find y= ifft (y f). Verify that y closely approximates the ACS for large (say, L=256 ), but poorly approximates the ACS for small L (say, L=20 By citing properties of inverse DTFTs of infinite, two-sided sequences, expla how the elements of y relate to the ACS r(k), and why the approximation poor for small L. Based on this explanation, give a "rule of thumb" on t l choice of L for good approximations of the ACS. (d) We have seen above that the fft command results in spectral estimates from 0 to 2 πinstead of the more common range of -πto π. The Matlab command fftshift can be used to exchange the first and second halves of the f ft output to correspond to a frequency range of -πto π. Similarly, fftshift can be used on the output of the ifft operation to "center" the zero lag of an ACS, Experiment with fftshift to achieve both of these results. What frequency vector w is needed so that the command plot(w, fftshift (f f t(x)) ) gives the spectral values at the proper frequencies? Similarly, what time vector t is needed to get a proper plot of the ACS with stem(t,fftshift(ifft (x f)) )? Do the results depend on whether the vectors are even or odd in length? | Numerade (6)

Exercise C1.13: DTFT Computations using Two-Sided Sequences In this exercise we consider the DTFT of two-sided sequences (including aut ^0 covariance sequences), and in doing so illustrate some basic properties of autocos variance sequences. (a) We first consider how to use the DTFT to determine ϕ(ω) from r(k) on computer. We are given an ACS: r(k)= (M-|k|)/(M), |k| ≤M 0, otherwise Generate r(k) for M=10. Now, in MatLAB form a vector 𝐱 of length L=2 : as: x=[r(0), r(1), …, r(M), 0 …, 0, r(-M), …, r(-1)] Verify that x f=ft(x) gives ϕ() for =2 πk / L. (Note that the elemen of x f should be nonnegative and real.). Explain why this particular choice x is needed, citing appropriate circular shift and zero padding properties the DTFT. Note that xf often contains a very small imaginary part due to comput roundoff error; replacing x f by real ( x f ) truncates this imaginary compone: and leads to more expected results when plotting. A word of caution - do not truncate the imaginary part unless you are su it is negligible; the command zf=real(fft(z) ) when z=[r(-M), …, r(-1), r(0), r(1), …, r(M), 0 …, 0] gives erroneous "spectral" values; try it and explain why it doesn't work. (b) Alternatively, since we can readily derive the analytical expression for ϕ(ωwe can instead work backwards. Form a vector yf=[ϕ(0), ϕ(2 π/ L), ϕ(4 π/ L), …, ϕ((L-1) 2 π/ L)] and find y=i f f t(y f). Verify that y closely approximates the ACS. (c) Consider the ACS r(k) in Exercise C1.12; let a1=-0.9 and b1=0, and s σ^2=1. Form a vector x as above, with M=10, and find xf. Why is? not a good approximation of ϕ() in this case? Repeat the experiment fo M=127 and L=256; is the approximation better for this case? Why? We can again work backwards from the analytical expression for ϕ(ω). For a vector yf=[ϕ(0), ϕ(2 π/ L), ϕ(4 π/ L), …, ϕ((L-1) 2 π/ L)] and find y= ifft (y f). Verify that y closely approximates the ACS for large (say, L=256 ), but poorly approximates the ACS for small L (say, L=20 By citing properties of inverse DTFTs of infinite, two-sided sequences, expla how the elements of y relate to the ACS r(k), and why the approximation poor for small L. Based on this explanation, give a "rule of thumb" on t l choice of L for good approximations of the ACS. (d) We have seen above that the fft command results in spectral estimates from 0 to 2 πinstead of the more common range of -πto π. The Matlab command fftshift can be used to exchange the first and second halves of the f ft output to correspond to a frequency range of -πto π. Similarly, fftshift can be used on the output of the ifft operation to "center" the zero lag of an ACS, Experiment with fftshift to achieve both of these results. What frequency vector w is needed so that the command plot(w, fftshift (f f t(x)) ) gives the spectral values at the proper frequencies? Similarly, what time vector t is needed to get a proper plot of the ACS with stem(t,fftshift(ifft (x f)) )? Do the results depend on whether the vectors are even or odd in length? | Numerade (7)

Spectral Analysis

Petre Stoica, Randolph L. Moses 1st Edition

Chapter 1

Chapter 1

Chapter 2

Chapter 3

Chapter 4

Chapter 5

Chapter 6

Sections

Problem 1 Problem 2 Problem 3 Problem 4 Problem 5 Problem 6 Problem 7 Problem 8 Problem 9 Problem 10 Problem 11 Problem 12 Problem 13 Problem 14

Exercise C1.13: DTFT Computations using Two-Sided Sequences In this exercise we consider the DTFT of two-sided sequences (including aut  ^0 covariance sequences), and in doing so illustrate some basic properties of autocos variance sequences. (a) We first (2024)

References

Top Articles
Control Tutorials for MATLAB and Simulink
Control Tutorials for MATLAB and Simulink
Po Box 7250 Sioux Falls Sd
Mrh Forum
12 Rue Gotlib 21St Arrondissem*nt
Fusion
Nc Maxpreps
Lenscrafters Westchester Mall
Decaying Brackenhide Blanket
Compare the Samsung Galaxy S24 - 256GB - Cobalt Violet vs Apple iPhone 16 Pro - 128GB - Desert Titanium | AT&T
Myunlb
Brenna Percy Reddit
What to do if your rotary tiller won't start – Oleomac
Dump Trucks in Netherlands for sale - used and new - TrucksNL
Magicseaweed Capitola
Painting Jobs Craigslist
"Une héroïne" : les funérailles de Rebecca Cheptegei, athlète olympique immolée par son compagnon | TF1 INFO
Diamond Piers Menards
Walgreens San Pedro And Hildebrand
bode - Bode frequency response of dynamic system
Teacup Yorkie For Sale Up To $400 In South Carolina
Jeff Now Phone Number
Catherine Christiane Cruz
Self-Service ATMs: Accessibility, Limits, & Features
Craigslist Lewes Delaware
How many days until 12 December - Calendarr
Weve Got You Surrounded Meme
Kohls Lufkin Tx
Sessional Dates U Of T
Margaret Shelton Jeopardy Age
Superhot Free Online Game Unblocked
Till The End Of The Moon Ep 13 Eng Sub
Sam's Club Near Wisconsin Dells
A Small Traveling Suitcase Figgerits
Minecraft Jar Google Drive
Giantess Feet Deviantart
Publictributes
The Holdovers Showtimes Near Regal Huebner Oaks
The Banshees Of Inisherin Showtimes Near Reading Cinemas Town Square
Trap Candy Strain Leafly
Rhode Island High School Sports News & Headlines| Providence Journal
Postgraduate | Student Recruitment
Pa Legion Baseball
2024-09-13 | Iveda Solutions, Inc. Announces Reverse Stock Split to be Effective September 17, 2024; Publicly Traded Warrant Adjustment | NDAQ:IVDA | Press Release
Cch Staffnet
Das schönste Comeback des Jahres: Warum die Vengaboys nie wieder gehen dürfen
Dlnet Deltanet
Diario Las Americas Rentas Hialeah
Fresno Craglist
Ret Paladin Phase 2 Bis Wotlk
Vrca File Converter
Texas 4A Baseball
Latest Posts
Article information

Author: Corie Satterfield

Last Updated:

Views: 5668

Rating: 4.1 / 5 (62 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Corie Satterfield

Birthday: 1992-08-19

Address: 850 Benjamin Bridge, Dickinsonchester, CO 68572-0542

Phone: +26813599986666

Job: Sales Manager

Hobby: Table tennis, Soapmaking, Flower arranging, amateur radio, Rock climbing, scrapbook, Horseback riding

Introduction: My name is Corie Satterfield, I am a fancy, perfect, spotless, quaint, fantastic, funny, lucky person who loves writing and wants to share my knowledge and understanding with you.