photo

zeshan chishti


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

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

3 years 前 | 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...

3 years 前 | 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); ...

3 years 前 | 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...

4 years 前 | 2 个回答 | 0

2

个回答