How convert from doppler signal to single velocity signal
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Star Strider
am 20 Feb. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Detection, Range and Doppler Estimation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!