I am trying to take the wavelet (cwt) of sensor one
Show older comments
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)
Categories
Find more on Continuous Wavelet Transforms in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!