フィルターのクリア

What should I do with NaN

2 ビュー (過去 30 日間)
Lok Yiu To
Lok Yiu To 2016 年 11 月 2 日
回答済み: Walter Roberson 2016 年 11 月 2 日
First time being in the forum...
I have a set of EMG data (with a column of time and a column of corresponding EMG data). Unfortunately, there were missing data points during the data collection(so those data do not exist in my data set) and so I substituted those point with NaN.
Here's the problem: if I want to filter the EMG data, it will give out a column of NaN because my original vector contains NaN. So what should I substitute with the missing EMG data point instead?
Thank you

採用された回答

Walter Roberson
Walter Roberson 2016 年 11 月 2 日
You could interpolate the signal at the points that are NaN.
One convenient routine for that is John D'Errico's File Exchange contribution inpaint_nan

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSmoothing and Denoising についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by