Que signifie ces instructions ?
Salut,
Svp je veux savoir que signifie les instructions suivantes dans le language C:
1-
Code:
1 2 3 4 5 6 7
| sub(frm_count, 128) > 0
acc0 = L_mult(dSZC, -14680); /* Q15*Q23*2 = Q39 */
acc0 = L_mac(acc0, 8192, -28521); /* Q15*Q23*2 = Q39 */
acc0 = L_shr(acc0, 8); /* Q39 -> Q31 */
acc0 = L_add(acc0, L_deposit_h(SD));
if (acc0 > 0) return(VOICE); |
2- Comment convertir un code écrit en C au C++ ??
3- Est ce qu'il est possible de convertir un code.C en code.m (Matlab) ?
Merci d'avance.