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

2 次查看(过去 30 天)
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)

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Continuous Wavelet Transforms 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by