How to smoothen the signal and make a good envelope

4 ビュー (過去 30 日間)
Ramesh Bala
Ramesh Bala 2020 年 1 月 31 日
コメント済み: Ramesh Bala 2022 年 12 月 7 日
I have a velocity and time data.I would like to smoothen the signal as the hilbert of the signal is very dense ? How to do it
filenames= ["p1"]; % 0 degrees
for k=1:numel(filenames)
s(k)=load (filenames{k});
signal(k,1:length(s(k).ans))=s(k).ans;
end
load('t.mat')
figure;
plot(t,(signal(k,:)),t,envelope(signal(k,:)),time4(k),a6(k),'ro');
hold on
grid on;xlim([0 8E-4])
ylim([-inf inf])
  2 件のコメント
Siddharth Singh
Siddharth Singh 2022 年 10 月 11 日
Hi, just wanted to know what does .ans do in the code?
Ramesh Bala
Ramesh Bala 2022 年 12 月 7 日
.ans is just the extension of the variable Stored as such. It has nothing to do in the code

サインインしてコメントする。

採用された回答

Cris LaPierre
Cris LaPierre 2020 年 3 月 15 日
You can try doing this interactievly using the new Smooth Data task. You can test out a variety of settings to see what works with your data. See here for more info.
Consider going through this video from our course on Coursera to see if it helps you out as well.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by