comparison intercom/sinuston.h @ 3:c6c5a16ce2f2

compilation fixes
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 09:59:25 +0200
parents 13be24d74cd2
children
comparison
equal deleted inserted replaced
2:13be24d74cd2 3:c6c5a16ce2f2
20 * fs --> Abtastfrequenz 20 * fs --> Abtastfrequenz
21 * pegel --> Pegelwert in Dezibel 21 * pegel --> Pegelwert in Dezibel
22 * out-Parameter: returnvalue --> -1 im Fehlerfall, sonst 22 * out-Parameter: returnvalue --> -1 im Fehlerfall, sonst
23 * Anzahl Elemente in Sinustabelle 23 * Anzahl Elemente in Sinustabelle
24 */ 24 */
25 short SINUSTON::frequenz(int f1, int fs, float pegel); 25 short frequenz(int f1, int fs, float pegel);
26 26
27 27
28 28
29 /* in-Parameter: ein_sprache --> Eingangs Sprach sample 29 /* in-Parameter: ein_sprache --> Eingangs Sprach sample
30 * out-Parameter: returnvalue --> Sprachsample mit Sinuston 30 * out-Parameter: returnvalue --> Sprachsample mit Sinuston
31 */ 31 */
32 short SINUSTON::mischen(short ein_sprache); 32 short mischen(short ein_sprache);
33 }; 33 };
34 34
35 #endif 35 #endif
36 #define _INCLUDE_SINUSTON 36 #define _INCLUDE_SINUSTON

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.