Feeds
已回答
How can I find the frequency response of a sine wave?
use DFT N = length(s1); f = (0:N-1)/N; % normalised frequency, but can be modified to plot the true frequency % f = (0:N-1)*(...
How can I find the frequency response of a sine wave?
use DFT N = length(s1); f = (0:N-1)/N; % normalised frequency, but can be modified to plot the true frequency % f = (0:N-1)*(...
6 years 前 | 0

