Figure 4 (in Appendix) shows the spectrum plot of a signal x(n) plotted with the Matlab code, fs = 1000; t = 0:1/fs:1.5-
Posted: Fri Jul 08, 2022 6:20 am
Figure 4 (in Appendix) shows the spectrum plot of a signal x(n) plotted with the Matlab code, fs = 1000; t = 0:1/fs:1.5-1/fs; X = ? X = fft (x); Xmag abs (X) ; = figure (), plot (Xmag) Determine the equation of x(n) that was used to generate the plot in Figure 4 provided with the information below: X(bin) X(31) X(91) X(226) fft(x) 1.4701e+03 +2.9800e+02i 3.5825e+03 1.1082e+03i -1.6591e+03 +1.5198e+03i