How do I make a low-pass filter on this data set?

3 ビュー (過去 30 日間)
Dakota Ling
Dakota Ling 2021 年 5 月 6 日
回答済み: Chunru 2021 年 5 月 7 日
Hey, just trying to get some tips on how to put a low pass filter on this data set. I was a given a data of time(x) and ECG data(y) and this creates a graph with a lot going on so trying to condense it. Has anybody had experience in implementing a low pass filter on these types of data. Your tips would be appreciated. :)

回答 (1 件)

Chunru
Chunru 2021 年 5 月 7 日
Consider the following function which has a Low pass filter build in:
[Y,Ty] = resample(X,Tx,Fs) uses interpolation and an anti-aliasing
filter to resample the signal at a uniform sample rate, Fs, expressed
in hertz (Hz).

カテゴリ

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