how to separate out the lung sounds from heart sounds ?
조회 수: 10 (최근 30일)
이전 댓글 표시
i am doing my ME project in BMI please help me to sort out the prob.
댓글 수: 0
답변 (4개)
Wayne King
2011년 9월 20일
Are these sounds separated in approximately disjoint frequency intervals? In other words, can you separate them in the frequency domain? In that case, you can use a filter.
Andreas Goser
2011년 9월 20일
You need to provide FAR more information for a useful answer. "Separation" can't be the ultimate goal. Separation will be an intermediate step to do analasyis on lung or heart signal, right? It is also unclear if this is a post processing or real-time.
Approach: Assuming the heart signal has higher frequency than lung, not many changes in frequency (that depends on your application) and not much noise, I suggest to make a frequency analysis to identify heartbeat frequency and filter that out with a relatively low band filter.
댓글 수: 3
Wayne King
2011년 9월 21일
Hi Chandrasekhar, There are a number of free MATLAB toolboxes on the web for computing information-theoretic measures. The paper abstract you have copied and pasted above employs these measures. Perhaps you can obtain one of these free toolboxes and try to replicate the methods in the cited paper.
Here is one such toolbox:
Wayne
댓글 수: 0
Lucas García
2011년 9월 21일
You can use adaptfilt in the DSP toolbox for adaptive noise canceling. A "similar" example can be found in the toolbox: separating maternal heartbeat from fetal heartbeat.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Time-Frequency Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!