Top "Quantization" questions

Use this tag for questions related to quantization of any kind, such as vector quantization.

How to calculate audio file size?

You have 30 seconds audio file sampled at a rate of 44.1 KHz and quantized using 8 bits ; calculate the bit rate and …

audio bitrate quantization sample-rate
What is the difference between Linear Quantization and Non-linear Quantization?

What is the difference between Linear Quantization and Non-linear Quantization ? I'm talking with regard to PCM samples. http://www.blurtit.…

signal-processing pcm sampling quantization
Convert/Quantize Float Range to Integer Range

Say I have a float in the range of [0, 1] and I want to quantize and store it in an unsigned …

floating-point integer rounding quantization
Generate color palette from image with ImageMagick

I need to generate a color palette of the top 5 dominant colors in an image. I'd like to replicate the …

colors imagemagick quantization