Glossary entry

Russian term or phrase:

Число разрядов квантования

English translation:

number of quantization bits

Added to glossary by Frank Szmulowicz, Ph. D.
Jan 20, 2018 03:13
6 yrs ago
Russian term

Число разрядов квантования

Russian to English Tech/Engineering Computers (general)
Технический паспорт на компьютерный комплекс для оценки функционального состояния организма человека

Технические характеристики

Уровень внутренних шумов, приведённых к входу, не более 10 мкВ
Коэффициент ослабления синфазных сигналов на частоте 50 Гц, не менее 110 ДБ
Постоянный ток в цепи пациента, не более 0,1 мкА
Полоса пропускания 0,03-500Гц
Постоянная времени 3,2 сек.
Частота дискретизации входного сигнала 1000 Гц
Число разрядов квантования 12
Не содержит драгметаллов.
Change log

Jan 29, 2018 11:59: Frank Szmulowicz, Ph. D. Created KOG entry

Proposed translations

+2
1 hr
Selected

number of quantization bits

n an ideal analog-to-digital converter, where the quantization error is uniformly distributed between −1/2 LSB and +1/2 LSB, and the signal has a uniform distribution covering all quantization levels, the Signal-to-quantization-noise ratio (SQNR) can be calculated from

Where Q is the number of quantization bits.
https://en.wikipedia.org/wiki/Quantization_(signal_processin...

Детерминированные оценки[править | править код]
Детерминированные оценки позволяют определить абсолютные границы шума квантования в случае равномерного квантования:

где b — число разрядов квантования

https://ru.wikipedia.org/wiki/Шум_квантования
Peer comment(s):

agree Jack Doughty
2 hrs
Thank you, Jack. Enjoy the weekend!
agree Lazyt3ch
2 hrs
Thank you, Rashid. All the best!
Something went wrong...
4 KudoZ points awarded for this answer. Comment: "Спасибо!"
3 hrs

bit depth

https://en.wikipedia.org/wiki/Bit_depth

https://en.wikipedia.org/wiki/Audio_bit_depth

https://en.wikipedia.org/wiki/Color_depth


--------------------------------------------------
Note added at 3 hrs (2018-01-20 07:04:03 GMT)
--------------------------------------------------

https://en.wikipedia.org/wiki/Audio_bit_depth

== BEGIN QUOTE ==

In digital audio using pulse-code modulation (PCM), bit depth is the number of bits of information in each sample, and it directly corresponds to the resolution of each sample. Examples of bit depth include Compact Disc Digital Audio, which uses 16 bits per sample, and DVD-Audio and Blu-ray Disc which can support up to 24 bits per sample.

In basic implementations, variations in bit depth primarily affect the noise level from quantization error—thus the signal-to-noise ratio (SNR) and dynamic range. However, techniques such as dithering, noise shaping and oversampling mitigate these effects without changing the bit depth. Bit depth also affects bit rate and file size.

Bit depth is only meaningful in reference to a PCM digital signal. Non-PCM formats, such as lossy compression formats, do not have associated bit depths.[note 1]

== END QUOTE ==


--------------------------------------------------
Note added at 3 hrs (2018-01-20 07:07:07 GMT)
--------------------------------------------------

Noise, Dynamic Range and Bit Depth in Digital SLRs
http://theory.uchicago.edu/~ejm/pix/20d/tests/noise/

== BEGIN QUOTE ==

Noise, Dynamic Range, and Bit Depth:

Both Canon and Nikon have introduced a finer level quantization of the sensor signal in digitizing and recording the raw data, passing from 12-bit tonal gradation in older models to 14-bit tonal depth in newer models. A priori, one might expect this transition to bring an improvement in image quality -- after all, doesn't 14-bit data have over four times the levels (16384) compared to 12-bit data (4096)? It would seem obvious that 14-bit tonal depth would allow for smoother tonal transitions, and perhaps less possibility of posterization. Well, those expectations are unmet, and the culprit is noise.

In the absence of noise, the quantization of an analog signal introduces an error, as analog values are rounded off to a nearby digitized value in the ADC. In images, this quantization error can result in so-called posterization as nearby pixel values are all rounded to the same digitized value. An example is shown in Figure 16; here, an 8-bit grayscale image of a smooth tonal gradient was generated in Photoshop using the gradient tool. The bit depth was then truncated to five bits (32 tonal levels instead of 256) using two successive levels adjustment layers, the first one reducing the output range from 0-31 from an input range of 0-255, the one above it setting the input range to 0-31 and the output range from 0-255. Mouse over the gradient to see the posterization that results from bit depth truncation.

== END QUOTE ==

--------------------------------------------------
Note added at 3 hrs (2018-01-20 07:10:20 GMT)
--------------------------------------------------

Bit depth (audio) - Glossary - Federal Agencies Digitization Guidelines Initiative
http://www.digitizationguidelines.gov/term.php?term=bitdepth...

== BEGIN QUOTE ==

Term: Bit depth (audio)
Definition:

Bit depth (aka "word length") fixes the encoded dynamic range of an audio event or item. 24-bit audio provides a dynamic range that approaches the limits of the dynamic ranges of sound encountered in nature; in contrast, 16-bit audio, the CD standard, may be inadequate for many types of material especially where high level transients are encoded, such as the transfer of damaged discs. When reformatting, the International Association of Sound and Audiovisual Archives (IASA) recommends a bit depth of at least 24 in order to ensure that the transfer process captures the full dynamic range.

== END QUOTE ==
Something went wrong...

Reference comments

7 hrs
Reference:

Quantization Bit Rate

Quantization Bit Rate

--------------------------------------------------
Note added at 7 hrs (2018-01-20 10:59:07 GMT)
--------------------------------------------------

Quantization Bit Rate 12 sampling intervals within each signal period

--------------------------------------------------
Note added at 7 hrs (2018-01-20 11:05:28 GMT)
--------------------------------------------------

OR
if it is a bit then 12 bit DR= 74dB
Quantization Bit rate 12 bit DR= 74dB

--------------------------------------------------
Note added at 9 hrs (2018-01-20 12:39:59 GMT)
--------------------------------------------------

Quantization, of course is a term used to describe moving something to its nearest points inside a set and resolution or grid, and that’s what bit depth provides with 16 bits having over 65 000 points in this grid and 24 bits having over 16 mln. A real world waveform is converted into digital one by measuring the waveforms amplitude and finding the nearest bit value to its amplitude at the point of sampling. Because real world sampling dynamic range doesn’t rely on a grid. A waveform could be halfway between two digital values at the time of sampling. So to remedy this, it is quantized to the nearest bit value and this is bit quantization. Likewise it also happens when you want to convert between bit depths. Since 16 bit depths has a much lower resolution than 24 bit. The waveform has to be requantized to much smaller number of bits. And this is done by interpolating the waveform and then resampling it using the new bit depth.

--------------------------------------------------
Note added at 9 hrs (2018-01-20 12:43:59 GMT)
--------------------------------------------------

Или
Bit Quantization Rate
Something went wrong...
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search