Sign in

username:

password:



Not a member?

Search speechcoding



Search tips

Subscribe to speechcoding



speechcoding by Keywords

ACELP | ADPCM | AMBE | AMR | AMR-NB | CELP | Codebook | DTMF | G.723 | G.726 | G.729 | GSM | Interpolation | LPC | LSF | LSP | MELP | PCM | Perceptual | Pitch | PSOL | QCELP | Quantization | SMV | VAD | Vocoder

Ads

Discussion Groups

Technical discussions related to Speech Coding (all itu and other vocoders, ACELP, CELP, AMR, etc)

  

Post a new Thread

g711 VAD - merln101 - Jul 7 1:24:00 2005



Anyone can help finding code for g711 VAD calculation/energy
calculation ?

Many thanks

Marly




(You need to be a member of speechcoding -- send a blank email to speechcoding-subscribe@yahoogroups.com )

Re: g711 VAD - catc...@rediffmail.com - May 18 8:41:04 2006

Hi Marly:

  Basically You need to compute the Low Band Energy and Fullband Enery,
  Line Spectral frequencey and Zero Crossing rate. For computing the=20
  Voice activity detection for the Input speech of 8khz and 16 bit format.

  well to compute FBE and LBE please reffer ITU G729 Annex A and B

  As Far I can Recall=20

  FullBand Energy (FBE) =3D log base 10 (A[0] / 240 (samples))
  Low Band Energy (LBE) =3D 10 * log base 10 (A[0] * h * (Toplize matrix=20
  of Auto correalteion cofficent (13 coefficent)) * Transpose of h) / 240)

  where A[0] =3D First auto correlation coeffcient,
        h    =3D Impluse response of 1hz cutoff frequnecy=20

 Please do refer the ITU G729 Annex B and Annex A for further clarification

 Any Doubts Do mail back.
=20
 HTH

 Regards
 Ranjeet Gupta

=20
=20=20

>  Anyone can help finding code for g711 VAD calculation/energy=20=20=20
>calculation ?=20=20
>=20=20
>Many thanks=20=20
>=20=20
>Marly=20=20
>=20=20
>=20=20
>=20=20
>=20=20
>=20=20
>=20=20
>=20=20=20=20=20

=20

=20



(You need to be a member of speechcoding -- send a blank email to speechcoding-subscribe@yahoogroups.com )