diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2008-03-22 18:12:23 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2008-03-22 18:12:23 +0000 |
| commit | 62d9873ece9761ffb8b11162af69ecd7cfdaf45e (patch) | |
| tree | 5f0818faabdf511baa690713d34764b761154f63 /src/lingot-yin.c | |
| parent | b546bed0f6a69f82c4286583256826a08f467fa6 (diff) | |
- fixed wrong values in interpolation for YIN estimator
git-svn-id: https://lampka.siedziba.pl:790/svn/repos/lingot-win32@311 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'src/lingot-yin.c')
| -rw-r--r-- | src/lingot-yin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lingot-yin.c b/src/lingot-yin.c index 617f625..05eaa59 100644 --- a/src/lingot-yin.c +++ b/src/lingot-yin.c @@ -70,5 +70,5 @@ FLT yin(LingotCore* core) { tau_min = tau - 1; } } - return (FLT)tau_min + yin_interpolate_tau(dpt_left, dpt_center, dpt_right); + return (FLT)tau_min + yin_interpolate_tau(dpt_min_left, dpt_min, dpt_min_right); } |
