changeset 780:88ee233bf849

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 29 May 2013 15:16:43 +0300
parents 954b1b392c8b
children e15e0469499a
files dmfft.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dmfft.h	Fri May 24 01:34:20 2013 +0300
+++ b/dmfft.h	Wed May 29 15:16:43 2013 +0300
@@ -18,12 +18,16 @@
 int   dmInitializeFFT(DMFFTContext *, int);
 void  dmEndFFT(DMFFTContext *);
 int   dmRealFFT(DMFFTContext *, DMFFTType *);
+
 int   dmConvertFFTtoFreqDomain(DMFFTContext *ctx, DMFFTType *buffer,
       DMFFTType *real, DMFFTType *imag);
+
 int   dmConvertFFTtoFreqAndPower(DMFFTContext *ctx, DMFFTType *buffer,
       DMFFTType *real, DMFFTType *imag, DMFFTType *power, const DMFFTType scale);
+
 int   dmConvertFFTtoPowerAndSum(DMFFTContext *ctx, DMFFTType *buffer,
       DMFFTType *power, const DMFFTType pscale, DMFFTType *sum, const DMFFTType sscale);
+
 int   dmConvertFFTtoTimeDomain(DMFFTContext *ctx, DMFFTType *buffer, DMFFTType *tdom);