1234567891011121314151617181920212223242526272829303132333435363738 |
- #ifndef _LPC_and_Cepstrumc_h_
- #define _LPC_and_Cepstrumc_h_
- #include "LPC.h"
- #include "Cepstrumc.h"
- autoCepstrumc LPC_to_Cepstrumc (LPC me);
- autoLPC Cepstrumc_to_LPC (Cepstrumc me);
- void LPC_Frame_into_Cepstrumc_Frame (LPC_Frame me, Cepstrumc_Frame thee);
- void Cepstrumc_Frame_into_LPC_Frame (Cepstrumc_Frame me, LPC_Frame thee);
- #endif
|