EC > GATE 2022 > Source Coding
Consider a real valued source whose samples are independent and identically distributed random variables with the probability density function, f(x), as shown in the figure.
Consider a 1 bit quantizer that maps positive samples to value α and others to value β. If α* and β* are the respective choices for α and β that minimize the mean square quantization error, then (α* − β*) = _________ (rounded off to two decimal places).

Explanation
Correct : 1.33
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.