Feeds
질문
trying to take FFT of a signal but not getting the correct result
t1=load('201710h1.lvm'); %test 1 t2=load('201710h2.lvm'); %test 2 Fs = 100000; % frequency sample x = t1 (:,1); % ti...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
im trying to chop my signal so it only plots 1 second but any second I have choosen as the length of the signal is 10 seconds
t1=load('201710h1.lvm'); %test 1 t2=load('201710h2.lvm'); %test 2 Fs = 100000; % frequency sample x = t1 (:,1); % ti...
대략 5년 전 | 답변 수: 2 | 0
2
답변질문
I am trying to take the wavelet (cwt) of sensor one
t1=load('201710h1.lvm'); %test 1 t2=load('201710h2.lvm'); %test 2 Fs = 10000; x = t1 (:,1); %time sin = t1 (:,2); ...
대략 5년 전 | 답변 수: 0 | 0
0
답변질문
how do you plot fft of each sensor for both test
t1=load('201710h1.lvm'); %test 1 t2=load('201710h2.lvm'); %test 2 subplot(3,2,1); x= t1 (:,1); % time...
대략 5년 전 | 답변 수: 2 | 0

