Feeds
提问
How to plot a single spectrum using FFT from waveform?
clc; data = csvread('data.csv') ; t = data(:,1) ; amp = data(:,2) ; L = length(t) ; N = length(amp); dt = ma...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to plot a single spectrum using FFT from waveform data?
How to convert a waveform to single spectrum through FFT matlab?where the data of waveform is from excel...
9 years 前 | 0 个回答 | 0
0
个回答提问
Modal test data analysis... graph plot
how to plot such graph using matlab from the input or output data? <</matlabcentral/answers/uploaded_files/72282/frf.JPG>> ...
9 years 前 | 0 个回答 | 0
0
个回答提问
How can i create a FFT/FRF graph using matlab from csv file?
as the title, i want to convert the data to the frequency domain using FFT... and here the csv....which function should i use? t...
9 years 前 | 2 个回答 | 0
