Ultrasound_Find_bes​t_framerate

Finds the optimal frame rate of an ultrasound acquisition including electrical stimulation.
69 Downloads
Updated 26 Apr 2017

View License

In order to provide a tool able to amend incorrect or imprecise displayed frame rates in Ultrasound machines, this function outputs an optimal constant frame rate that would minimize those timing errors (but not correct intra-frame or inter-frame time variations).
Input arguments:
- video_file: Video file that contains the US B-mode images sequence.
- Duration: Duration of the acquisition measured in seconds.
- Stimfreq: Frequency of the electrical stimulation measured in events per second (Hz).
The output argument FR is a scalar containing the optimal frame rate

Cite As

Diego Miguez (2024). Ultrasound_Find_best_framerate (https://www.mathworks.com/matlabcentral/fileexchange/59006-ultrasound_find_best_framerate), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Addition of features such as figure containing the cross-correlation results and the display of the best frame rate per iteration

1.0.0.0

Extended description