Extracting a sub-hertz modulating wave.

조회 수: 1 (최근 30일)
Alasdair Fulton
Alasdair Fulton 2016년 7월 5일
편집: Star Strider 2016년 7월 5일
Hi,
If I was going to extract a modulating wave from a random vibration signal, where the modulating wave had period in the 4+ second region (ocean waves), how would I do it?
In other words - the vibration measured at a bearing increases and decreases cyclically as ocean waves pass over a tidal stream turbine (due to the fluctuating inflow speed). Is it possible to use enveloping to extract such a low frequency modulation?
Thanks,
Alasdair

답변 (2개)

J. Webster
J. Webster 2016년 7월 5일
Why not just use a low pass filter?
  댓글 수: 2
Alasdair Fulton
Alasdair Fulton 2016년 7월 5일
Would that work? The accelerator is not able to directly record the low frequency vibration (<0.25 Hz), so there won't actually be a wave form in the signal, just a modulated higher frequency signal.
J. Webster
J. Webster 2016년 7월 5일
Maybe I'm confused. If the accelerometer(?) can't measure below that frequency, how is it showing up in your signal.
Also, can you be explicit in what you mean by "modulated". And are you trying to measure that, or get rid of that?

댓글을 달려면 로그인하십시오.


Star Strider
Star Strider 2016년 7월 5일
편집: Star Strider 2016년 7월 5일
It largely depends on what your sampling frequency is. It has to be sufficiently high to allow you to resolve your signal, and with higher sampling frequencies, the filters are easier to design. It would probably be easiest to use one of the dfilt or designfilt bandpass filters. Bandpass filters allow you to eliminate the d-c (baseline) offset and lower frequencies, if those are important considerations. Use the filtfilt function for the actual filtering, since it has a maximally-flat phase response, eliminating phase distortion in the filtered signal. Use the freqz function to be sure your filter does what you want it to.
EDIT (18:05 UCT) If you know the ‘carrier’ frequency with some certainty, you can use the demod function to recover the modulating wave. It still requires that you have a high-enough sampling frequency, but in this instance, I’m not certain what ‘high enough’ means.

카테고리

Help CenterFile Exchange에서 Measurements and Feature Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by