How convert from doppler signal to single velocity signal
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello, I have the spectrogram that shows the flow of blood. What can I do for easier interpretation? I need to get the signal in that I can see max and min velocity of blood flowing.
I need to get something similar like in the second picture.
0 comentarios
Respuestas (1)
Star Strider
el 20 de Feb. de 2017
The Doppler return (in your carotid artery ultrasound) is your 4 MHz signal frequency-modulated by the velocity shift. I would use the signal processing toolbox demod function, modeling the signal as frequency-modulated with a 4 Mhz carrier. You can then do the calculations to use the demodulated output to calculate velocity. (I would do a fft on the original signal to confirm first the bandwidth and other characteristics of the signal.)
I’ve not done that myself, so you may have to look through the literature in PubMed to find the appropriate equations. You are not the first person to do this, so there should be biomedical engineering literature references, if not also textbook references.
0 comentarios
Ver también
Categorías
Más información sobre Detection, Range and Doppler Estimation 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!