Hydrograph Separation using HYDSEP

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 (2026). Hydrograph Separation using HYDSEP (https://kr.mathworks.com/matlabcentral/fileexchange/36387-hydrograph-separation-using-hydsep), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Geoscience에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.2

Not sure when (or how), but the plot function was incorrectly written. I updated it and added a data file.

1.0.0.1

Updated comments in m-file.

1.0.0.0