how to apply windowing in matlab in real time?

1 回表示 (過去 30 日間)
Gowrishankar R
Gowrishankar R 2016 年 2 月 29 日
コメント済み: Ced 2016 年 4 月 7 日
i have continuous set/stream of data coming from serial port to MATLAB. this data is noisy so i want to do smoothing. how can i do smoothing for " real-time data"? should i need to use windowing method or is there any other method? please help me out.

回答 (1 件)

Ced
Ced 2016 年 4 月 6 日
Depends a bit what kind of filter you want. Butterworth or moving average filters are quite common because they are the simplest.
I usually e.g. precompute the butterworth filter coefficients using butter, and then apply them to the incoming stream manually.
  2 件のコメント
Gowrishankar R
Gowrishankar R 2016 年 4 月 7 日
i want to use moving average filter. please give any link/documentation for coding the moving average filter using windowing in real-time.
Ced
Ced 2016 年 4 月 7 日
Just google it, you will find a million results.
It's not too technical and skips a lot of theory, but great as introductory literature for applications.

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

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by