Decompose a signal into its component signals
5 次查看(过去 30 天)
显示 更早的评论
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 个评论
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 Center 和 File Exchange 中查找有关 Signal Processing Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!