You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
A simple function that separates out daily mean flow rates into base flow, storm flow, and total flow. HYDSEP was developed by USGS.
I added some example data. Below lines will provide an example.
load('hydsep_data.mat')
dte = datenum(a(:,1:3));
d = [dte a(:,4)];
o = f_hysep(d,50);
Cite As
Jeff Burkey (2026). Hydrograph Separation using HYDSEP (https://www.mathworks.com/matlabcentral/fileexchange/36387-hydrograph-separation-using-hydsep), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.2 (32.2 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux