Changeset 195 for libmpc/branches/r2d/libmpcpsy/ans.c
- Timestamp:
- 12/29/06 15:21:35 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/libmpcpsy/ans.c
r194 r195 62 62 63 63 // calculates optimal reflection coefficients and time response of a prediction filter in LPC analysis 64 static __inline void64 static mpc_inline void 65 65 durbin_akf_to_kh1( float* k, // out: reflection coefficients 66 66 float* h, // out: time response … … 70 70 } 71 71 72 static __inline void72 static mpc_inline void 73 73 durbin_akf_to_kh2( float* k, // out: reflection coefficients 74 74 float* h, // out: time response … … 83 83 } 84 84 85 static __inline void85 static mpc_inline void 86 86 durbin_akf_to_kh3( float* k, // out: reflection coefficients 87 87 float* h, // out: time response … … 104 104 105 105 106 static __inline void106 static mpc_inline void 107 107 durbin_akf_to_kh ( float* k, // out: reflection coefficients 108 108 float* h, // out: time response
Note: See TracChangeset
for help on using the changeset viewer.