필터 지우기
필터 지우기

Decompose a signal into its component signals

조회 수: 5 (최근 30일)
Gova ReDDy
Gova ReDDy 2013년 10월 6일
댓글: Walter Roberson 2013년 10월 6일
Hello,
I have a PPG signal as shown here
From the information published here it says the PPG signal shown in the image has three components AC(pulsatile changes),DC and other AC component of ambient light component of 60Hz. From the image it can be understood.I want to extract them individually.
Is this possible with the MATLAB as I need them for designing the filters for the post processing. Can someone help with extraction of individuals components to check the respective amplitude and frequency of each signal. Thanks in Advance.
  댓글 수: 2
Jan
Jan 2013년 10월 6일
Are you looking for the fft command?
Walter Roberson
Walter Roberson 2013년 10월 6일
Or perhaps mean() to find the DC component, subtract the mean from the signal, fft() that, locate the 60Hz component, zero it out in the frequency domain (remember to get the mirror component too), then inverse fft ?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by