diff options
Diffstat (limited to 'utils/makehrtf.c')
-rw-r--r-- | utils/makehrtf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |