Extracting a sub-hertz modulating wave.
조회 수: 2 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (2개)
J. Webster
2016년 7월 5일
Why not just use a low pass filter?
댓글 수: 2
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
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Measurements and Feature Extraction에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!