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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
