フィルターのクリア

How I can filter these data pressure?

3 ビュー (過去 30 日間)
bayran arrieta
bayran arrieta 2016 年 9 月 15 日
コメント済み: Walter Roberson 2016 年 9 月 15 日
I need to remove noise
  1 件のコメント
Walter Roberson
Walter Roberson 2016 年 9 月 15 日
The noise is polyphasic hypergeometric with nu = 7/2 and z = 0.7384519, sum of 11 terms, right ?

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

回答 (1 件)

Star Strider
Star Strider 2016 年 9 月 15 日
You first need to do a Fourier transform on your signal to see the frequency content of it. See the R2015a documentation for fft (link). Particularly note the code between the first two (top two) plot figures.
If your data have frequency-limited noise, you can probably filter most of it out. There are several ways to design filters in MATLAB, including designfilt. My procedure for designing IIR filters is here: How to design a lowpass filter for ocean wave data in Matlab?
If you have broadband noise, you will have to use a different procedure. The Savitzky-Golay filter (the sgolayfilt function) is probably your best option.

カテゴリ

Help Center および File ExchangeSignal Generation and Preprocessing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by