summaryrefslogtreecommitdiff
path: root/gr-vocoder/lib/codec2/phase.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-vocoder/lib/codec2/phase.h')
-rw-r--r--gr-vocoder/lib/codec2/phase.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gr-vocoder/lib/codec2/phase.h b/gr-vocoder/lib/codec2/phase.h
index 833bc7cdc..4f1a62089 100644
--- a/gr-vocoder/lib/codec2/phase.h
+++ b/gr-vocoder/lib/codec2/phase.h
@@ -1,11 +1,11 @@
/*---------------------------------------------------------------------------*\
-
- FILE........: phase.h
- AUTHOR......: David Rowe
- DATE CREATED: 1/2/09
-
+
+ FILE........: phase.h
+ AUTHOR......: David Rowe
+ DATE CREATED: 1/2/09
+
Functions for modelling phase.
-
+
\*---------------------------------------------------------------------------*/
/*
@@ -28,7 +28,7 @@
#ifndef __PHASE__
#define __PHASE__
-void phase_synth_zero_order(MODEL *model, float aks[], float *ex_phase,
+void phase_synth_zero_order(MODEL *model, float aks[], float *ex_phase,
int order);
#endif