Description: this file is for speech recognition based on vector quantisation. it has all the functions in 1 file-this file is for speech recognition based on vector quantisation. it has all the functions in 1 file.. Platform: |
Size: 6144 |
Author:pulkit sharma |
Hits:
Description: This fuction performs backward adaptive quantisation of the input vector x
It returns the quantised signal yb, the quantised index ind for each sample of yb
and the quantiser step size ss used for each sample of yb
The algorithm commences with the step size set according to a non adaptive
unfirom quantiser-This fuction performs backward adaptive quantisation of the input vector x It returns the quantised signal yb, the quantised index ind for each sample of yb
and the quantiser step size ss used for each sample of yb
The algorithm commences with the step size set according to a non adaptive
unfirom quantiser Platform: |
Size: 1024 |
Author:Mia |
Hits:
Description: [ya,ind,sd]=FA_quant(x,l)
This fuction performs Forward adaptive quantisation of the input vector x
using the block size specified in l
It returns the quantised signal ya, the quantised index ind for each sample of ya
and the quantiser step size sd used for each sample of ya Platform: |
Size: 1024 |
Author:Mia |
Hits: