Hydrograph Separation using HYDSEP

バージョン 1.0.0.2 (32.2 KB) 作成者: Jeff Burkey
Separates base and storm flows using HYDSEP local minimum method.
ダウンロード: 1.3K
更新 2024/6/7

ライセンスの表示

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 (2025). Hydrograph Separation using HYDSEP (https://jp.mathworks.com/matlabcentral/fileexchange/36387-hydrograph-separation-using-hydsep), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2011a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersGeoscience についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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