From 2e2f500f9a66fa5fe57fdc24866e536f3a33ac81 Mon Sep 17 00:00:00 2001 From: torset Date: Fri, 20 Feb 2009 13:51:11 +0000 Subject: Change prototypes : real functions return real --- src/signalProcessing/includes/hilbert.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/signalProcessing/includes/hilbert.h') diff --git a/src/signalProcessing/includes/hilbert.h b/src/signalProcessing/includes/hilbert.h index 18cdde46..b011dab0 100644 --- a/src/signalProcessing/includes/hilbert.h +++ b/src/signalProcessing/includes/hilbert.h @@ -17,6 +17,13 @@ #include "floatComplex.h" #include "doubleComplex.h" + +/* FIXME : input : real + output : complex + Is this true all time? + Or must we do input : real, output :real? +*/ + float shilberts(float in); void shilberta (float* in, int rows, int cols, floatComplex *out); -- cgit