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 CenterFile Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by