How do I taper signals in the time domain?

3 ビュー (過去 30 日間)
Moasis3141
Moasis3141 2018 年 3 月 3 日
コメント済み: Moasis3141 2018 年 3 月 3 日
I have some wavelets (left hand panels, attached) and I need to zero in the signal on both sides of the wavelet. I have tried to use the Gausswin function and for the top wavelet, it's worked really well but the bottom wavelet seems to be changed, the RHS of the wavelet looks amplified. I am guessing this is because the wavelet in the bottom panel isn't in the centre of the graph? The code I have used is:
if true
y_filter.*gausswin(length(y_filter))
y_filtfilt.*gausswin(length(y_filtfilt))
end
How do I change the filter so it just zeros out the edges of the wavelet?
  1 件のコメント
Moasis3141
Moasis3141 2018 年 3 月 3 日
The lack of responses makes me think, I'm being dense

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeContinuous Wavelet Transforms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by