Community Profile

photo

zeshan chishti


Last seen: circa 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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); ...

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 3 anni fa | 2 risposte | 0

2

risposte