how to apply windowing in matlab in real time?
조회 수: 3 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
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
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 Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!