how to separate out the lung sounds from heart sounds ?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i am doing my ME project in BMI please help me to sort out the prob.
0 comentarios
Respuestas (4)
Wayne King
el 20 de Sept. de 2011
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
el 20 de Sept. de 2011
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 comentarios
Andreas Goser
el 21 de Sept. de 2011
"You need to provide FAR more information for a useful answer."
Wayne King
el 21 de Sept. de 2011
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 comentarios
Lucas García
el 21 de Sept. de 2011
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 comentarios
Ver también
Categorías
Más información sobre Time-Frequency Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!