Filter data that is not sampled uniformly?

10 ビュー (過去 30 日間)
TheNovice
TheNovice 2015 年 3 月 1 日
コメント済み: Star Strider 2015 年 3 月 1 日
Hi, does anyone know how to filter data that's not sampled at a constant frequency? The data is based on pressure-crank angle, so I have a pressure sample at every 0.1 crank angle degree.
I'm trying to the use butter() function, but it requires a sampling frequency...
Regards, TheNovice
  4 件のコメント
dpb
dpb 2015 年 3 月 1 日
Is there a recorded timing interval or other way to know rpm, I presume? If so you can derive time. I'll have to cogitate on w/o a little...
TheNovice
TheNovice 2015 年 3 月 1 日
編集済み: TheNovice 2015 年 3 月 1 日
I have an average rpm of 1000 in the attached sample. So yeah, I can reconstruct a time vector with uniform distribution from that. The problem I see though is that the RPM is not constant during a cycle, and this approach will contribute to an error. The question is how large...

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

採用された回答

Star Strider
Star Strider 2015 年 3 月 1 日
I have no mechanical engineering background, so I’m having a difficult time imaging what your data actually are. If it is constantly sampled, you could filter them with respect to the crank angle, or interpolate (resample) them at a constant sampling frequency in time. I have no idea how valid this may be, since I don’t have your data.
  9 件のコメント
TheNovice
TheNovice 2015 年 3 月 1 日
編集済み: TheNovice 2015 年 3 月 1 日
Thank you the very informative answer. You have a lot of good points that I will consider in the future. Also a thank you for the suggested books, will definitely look into them. This is an area I need more knowledge of.
Thank you again for your help!
Regards, TheNovice
Star Strider
Star Strider 2015 年 3 月 1 日
My pleasure!
From my own experience, I would take courses on digital signal processing, experiment design, mathematical modeling and nonlinear parameter estimation, and if you are going to do a significant amount of instrumentation design, a course in hardware design and hardware signal processing. If you are doing imaging in your research, a course in digital image processing would also be necessary.
Your research seems interesting. Have fun!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDigital Filter Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by