フィルターのクリア

movmean reduces the dynamic range

5 ビュー (過去 30 日間)
FastCar
FastCar 2020 年 2 月 5 日
回答済み: Raunak Gupta 2020 年 3 月 20 日
Dear all,
I have a series of data that you can see in figure 1. I would like to filter the noise out. I used movemean but it reduces the dynamic range.
What could I do?
Best regards

採用された回答

Raunak Gupta
Raunak Gupta 2020 年 3 月 20 日
Hi,
Since movmean is an averaging filter, values that are outliers are removed when the averaging is done over a window, so if the signal value is rapidly changing as it is in this case and that rapidly changing input is signal rather than noise I would recommend using envelop which can give upper limit and lower of the signal at hand. This will not change the dynamic range you are looking for. Otherwise you may explore more smoothing filters here.

その他の回答 (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