From 0c030f7d9c0158ae95cd470436b85fc8db774ad2 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 18 Nov 2012 19:02:50 -0800 Subject: [PATCH] Fix a comment describing the sinc function --- utils/makehrtf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/makehrtf.c b/utils/makehrtf.c index 592f7316..ea56ffcd 100644 --- a/utils/makehrtf.c +++ b/utils/makehrtf.c @@ -1016,7 +1016,7 @@ static void MinimumPhase (const uint n, const double * in, double * outR, double /* This is the normalized cardinal sine (sinc) function. * - * sinc(x) = { 0, x = 0 + * sinc(x) = { 1, x = 0 * { sin(pi x) / (pi x), otherwise. */ static double Sinc (const double x) { -- 2.11.4.GIT