Hydrograph Separation using HYDSEP
版本 1.0.0.2 (32.2 KB) 作者:
Jeff Burkey
Separates base and storm flows using HYDSEP local minimum method.
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);
引用格式
Jeff Burkey (2024). Hydrograph Separation using HYDSEP (https://www.mathworks.com/matlabcentral/fileexchange/36387-hydrograph-separation-using-hydsep), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2011a
兼容任何版本
平台兼容性
Windows macOS Linux标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!