Feeds
질문
Hi I need to write a code to plot the magnitude spectra of the following signals using MATLAB fft() function and relate the spectral lines with the constituent frequencies.
%this is the orginal functions that i need fft() clc ; close all ; t = 0: .02 : 4 * pi ; x = zeros ( size ( t ) ) ; fo...
대략 3년 전 | 답변 수: 1 | 0