low pass filter to matrix

27 ビュー (過去 30 日間)
Guido Pastore
Guido Pastore 2019 年 3 月 21 日
回答済み: Star Strider 2019 年 3 月 21 日
Is it possible to apply a low pass filter to a data matrix? If so, how?
I have, for example, a matrix M (527x15). I take the first column of this matrix C=M(:,1). And plot this column:
what can I do to smooth the signal?
I thought I was using a low pass filter. But I do not know how I can do it.
If I wanted to use other columns of the matrix, is it possible to apply the low pass filter to the entire matrix M?
Please help me

採用された回答

Star Strider
Star Strider 2019 年 3 月 21 日
You can apply any filter to a matrix using the filtfilt (link) function to do the actual filtering.
From the documentation:
‘filtfilt operates along the first array dimension of x with size greater than 1.’

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDigital Filtering についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by