Class Rpe
java.lang.Object
javaforce.codec.gsm.Rpe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAPCM_inverse_quantization(short[] xmc, short[] xMp, int xmc_start, int METHOD_ID) voidAPCM_quantization_xmaxc_to_exp_mant(short xmaxc_elem, int METHOD_ID) voidGsm_RPE_Decoding_java(short xmaxc_elem, short Mc_elem, int xmc_start, short[] xmc, short[] erp) voidGsm_RPE_Encoding(short[] e, short[] xmaxc, short[] Mc, int xmaxc_Mc_index, short[] xMc, int xMc_index) static voidRPE_grid_positioning(short Mc, short[] xMp, short[] ep, int METHOD_ID)
-
Constructor Details
-
Rpe
public Rpe()
-
-
Method Details
-
Gsm_RPE_Encoding
public void Gsm_RPE_Encoding(short[] e, short[] xmaxc, short[] Mc, int xmaxc_Mc_index, short[] xMc, int xMc_index) -
APCM_quantization_xmaxc_to_exp_mant
public void APCM_quantization_xmaxc_to_exp_mant(short xmaxc_elem, int METHOD_ID) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
Gsm_RPE_Decoding_java
public void Gsm_RPE_Decoding_java(short xmaxc_elem, short Mc_elem, int xmc_start, short[] xmc, short[] erp) -
APCM_inverse_quantization
public void APCM_inverse_quantization(short[] xmc, short[] xMp, int xmc_start, int METHOD_ID) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
RPE_grid_positioning
public static void RPE_grid_positioning(short Mc, short[] xMp, short[] ep, int METHOD_ID) throws IllegalArgumentException - Throws:
IllegalArgumentException
-