I am trying to take the wavelet (cwt) of sensor one

1 view (last 30 days)
t1=load('201710h1.lvm'); %test 1
t2=load('201710h2.lvm'); %test 2
Fs = 10000;
x = t1 (:,1); %time
sin = t1 (:,2); %sensor 1
plot(sin,x)

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!