Clear Filters
Clear Filters

Decompose a signal into its component signals

5 views (last 30 days)
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 Comments
Jan
Jan on 6 Oct 2013
Are you looking for the fft command?
Walter Roberson
Walter Roberson on 6 Oct 2013
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 ?

Sign in to comment.

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!