Dequantization of a signal from two parallel quantized observations

Vojtěch Kovanda,Pavel Rajmic
2024-09-12
Abstract:We propose a technique of signal acquisition using a combination of two devices with different sampling rates and quantization accuracies. Subsequent processing involving sparsity regularization enables us to reconstruct the signal at such a sampling frequency and with such a bit depth that was not possible using the two devices independently. Objective and subjective tests show the superiority of the proposed method in comparison with alternatives.
Signal Processing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to reconstruct a signal by combining two devices with different sampling rates and quantization precisions, thereby achieving a higher sampling frequency and a higher bit depth. Specifically, the paper proposes a technique that utilizes two parallel signal acquisition branches, one of which has a high sampling frequency but coarser quantization, and the other has a higher quantization precision but a lower sampling frequency. Through sparse regularization in subsequent processing, a signal that is superior in sampling frequency and bit depth to what can be achieved by using these two devices alone can be reconstructed. ### Problem Background In analog - to - digital (A/D) conversion, there are two key parameters: 1. **Sampling Frequency**: It determines the width of the signal spectrum that can be acquired. 2. **Quantization Bits**: It determines the precision of signal samples. For some applications, an appropriate combination of sampling frequency and quantization step size may imply high costs. Therefore, this paper proposes a system to overcome this problem by using two parallel signal acquisition branches. The goal of this method is to reconstruct a signal as close as possible to the original signal \(x\) from two different observations \(y_1\) and \(y_2\). ### Solution The system proposed in the paper is shown in Figure 1 and involves the following steps: - **Right Branch**: It contains an A/D converter with a high sampling frequency but coarser quantization. - **Left Branch**: It contains an A/D converter with a low sampling frequency but higher quantization precision. By combining the observations of these two branches and using the sparse regularization technique, a signal that is superior in both sampling frequency and bit depth to what can be achieved by using either branch alone can be reconstructed. ### Advantages If this method is effective, it will allow the use of cheaper components to provide acquisition quality comparable to that of high - end devices. In addition, this method can also make certain types of measurements more feasible, such as the one - pixel camera in image processing. Although the concept seems simple, it is actually due to the high cost of infrared sensors. ### Mathematical Model This problem can be formalized as an optimization problem: \[ \hat{x}=\arg\min_{x\in\mathbb{R}^L}\lambda\|Ax\|_1 + \iota_{\Gamma_{\text{fine}}}(D_kBx)+\iota_{\Gamma_{\text{coarse}}}(x) \] where: - \(A\) is an operator that converts an audio signal from the time domain to the time - frequency domain. - \(\iota_{\Gamma_{\text{fine}}}\) and \(\iota_{\Gamma_{\text{coarse}}}\) are indicator functions that ensure the estimated values fall within the corresponding quantization levels. - \(\lambda > 0\) is a weight parameter that affects the convergence of the numerical algorithm. This optimization problem is convex and can be solved by the Condat - Vũ algorithm (CV A).