Abstract: High-lag autocorrelation estimation enhances noise suppression in ultrafast power Doppler imaging by exploiting the temporal coherence among Doppler ensembles. The temporal-multiply-and-sum ...
This PR adds an implementation of Kadane's Algorithm, an efficient dynamic programming approach to solve the Maximum Subarray Sum problem in O(n) time. Initializes current and global maximum values.