Home > Archive > Compression > April 2005 > help of 3-bit jayant quantizer.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
help of 3-bit jayant quantizer.
|
|
| coolblue 2005-04-10, 3:55 pm |
| i am studying jayant quantizer. but i couldnt find appropriate stuff
on how to choose the multipliers and delta value. for eg., say i have
a speech signal, if i have to perform adpcm, using 3-bit jayant
quantizer, how do i choose the values of multipliers and delta value?
should i get the probabilities of values by examining all the sample
values of speech? i have read sayood. i have also reffered jayant and
noll, but found it very confusing. any help please?
thakyou.
| |
| Simon Jackson, BEng. 2005-04-11, 3:55 am |
| sameerkumarkaushik@gmail.com ( blue) wrote in message news:<18361d26.0504100608.2c3401@posting.google.com>...
> i am studying jayant quantizer. but i couldnt find appropriate stuff
> on how to choose the multipliers and delta value. for eg., say i have
> a speech signal, if i have to perform adpcm, using 3-bit jayant
> quantizer, how do i choose the values of multipliers and delta value?
> should i get the probabilities of values by examining all the sample
> values of speech? i have read sayood. i have also reffered jayant and
> noll, but found it very confusing. any help please?
> thakyou.
i assume this is a delta sigma modulator thing. if adpcm steps to
small then slew rate limiting leads to low pass filtering of signal,
where as steps too big then lots of high frequency quantization noise.
whats your bit depth of signal in? do you have a post integration
filter in the feedback loop? why would you not use a 3 times
oversampled 1 bit converter with a butterworth low pass in the
feedback loop (high order).
| |
| coolblue 2005-04-12, 3:55 pm |
|
Simon Jackson, BEng. wrote:
> sameerkumarkaushik@gmail.com ( blue) wrote in message
news:<18361d26.0504100608.2c3401@posting.google.com>...
stuff[color=darkred]
have[color=darkred]
value?[color=darkred]
sample[color=darkred]
and[color=darkred]
>
> i assume this is a delta sigma modulator thing. if adpcm steps to
> small then slew rate limiting leads to low pass filtering of signal,
> where as steps too big then lots of high frequency quantization
noise.
> whats your bit depth of signal in? do you have a post integration
> filter in the feedback loop? why would you not use a 3 times
> oversampled 1 bit converter with a butterworth low pass in the
> feedback loop (high order).
i dont know what is delta-sigma modulator. but as far as i know. this
system has no such component. i have a simple .wav file which has some
5000 samples. i have to contruct a adpcm with 3-bit jayanth quantizer.
so i'm struct here. i dont know how to choose the step size and
multiplier values. any help?
| |
| Simon Jackson, BEng. 2005-04-13, 3:55 am |
| " blue" <sameerkumarkaushik@gmail.com> wrote in message news:<1113321947.127833.188930@z14g2000cwz.googlegroups.com>...
> Simon Jackson, BEng. wrote:
> news:<18361d26.0504100608.2c3401@posting.google.com>...
> stuff
> have
> value?
> sample
> and
> noise.
>
> i dont know what is delta-sigma modulator. but as far as i know. this
> system has no such component. i have a simple .wav file which has some
> 5000 samples. i have to contruct a adpcm with 3-bit jayanth quantizer.
> so i'm struct here. i dont know how to choose the step size and
> multiplier values. any help?
delta sigma: input to comparator ( > or < ), output most significant
bit, filter output and apply to feedback of comparator,
input-feedback>0 out 1 else out 0.
set end ranges for both values, and use half way values for lowest rms
error over 5000 samples. converge to the optimum root solution.
|
|
|
|
|