Abstract
Digital filter is an important fundamental component in digital signal processing (DSP) systems. Among the digital filters, the finite impulse response (FIR) filter is one of the most commonly used schemes. As a low-complexity hardware implementation technique, stochastic computing has been applied to overcome the huge hardware cost problem of high-order FIR filters. However, the stochastic FIR filter (SFIR) scheme suffers from long processing latency and accuracy degradation. In this paper, the bit stream representation noise is theoretically analyzed, and an adaptive scaling algorithm (ASA) is proposed to improve the accuracy of SFIR with the same bit stream length. Furthermore, a novel antithetic variables method is proposed to further improve the accuracy. According to the simulation results on a 64-tap FIR filter, the ASA and AV methods gain 17 dB and 6 dB on the signal-to-noise ratio (SNR), respectively. The hardware implementation results are also presented in this paper, which illustrates that the proposed ASA-AV-SFIR filter increases 4.6 times hardware efficiency with respect to the existing SFIR schemes.
1. Introduction
Digital filter is an important fundamental component in digital signal processing (DSP) systems such as image processing [1], speech signal processing, and communication systems [2]. In particular, the finite impulse response (FIR) filter is one of the basic and most commonly used digital filters due to its linear phase feature. The major challenge of high-throughput FIR filter implementation is the huge hardware cost, especially for high-order filter applications.
Stochastic computing (SC) is a low-complexity hardware implementation technique, which has been widely used in communication systems [3], image processing systems [4], and support vector machines [5]. In the existing schemes, stochastic computing has been applied to the FIR filter to reduce the hardware cost and critical path delay. Different from the conventional 2’s complement system (TCS), the input signal and coefficients are represented with stochastic bit streams in SC-based FIR filters. As a result, the complex arithmetic operations in TCS circuits can be mapped into quite simple logic gates operation [2,6,7,8,9,10,11]. Reference [6] proposes a bipolar mapping scheme and presents a complete stochastic FIR filter architecture, where the XNOR gate can implement the multiplication. To further reduce the hardware cost, a pseudo-random number sharing method is proposed in [12], reducing the total number of random number generators in the SFIR. The SFIR filter shows advantages in the extremely low hardware cost. While it still suffers from the long processing latency and accuracy degradation due to the relatively long stochastic bit streams [4]. To improve the calculation accuracy of SFIR filters, Reference [2] proposed a two-line mapping scheme, where the sign and magnitude are represented with two bit streams, respectively, and demonstrates obvious accuracy gains. In [7], a hybrid scheme is proposed, where the multiplication is implemented with stochastic logic and the addition is still in the TCS manner. In [13,14], it was observed that stochastic computing suffers from low accuracy for small number values. Thus, a scaling method was utilized on the filter coefficient, which scales up the coefficients to achieve higher accuracy. However, the scaling method in [14] is quasi-static and coefficient-only processing, which cannot applied on the real-time input signals directly. Furthermore, there is still a lack of theoretical analysis.
In this paper, a high-accuracy stochastic FIR filter with adaptive scaling algorithm and antithetic variable method is proposed. The main contributions are as follows:
- The relationship between representation noise and represented values of a stochastic bit stream is theoretically analyzed, and it is found that stochastic computing can achieve high accuracy in certain value intervals, providing a potential way to improve the accuracy even with the same stochastic bit stream length.
- An adaptive scaling algorithm (ASA) is proposed for the SFIR to scale both the input signals and coefficients into low-noise regions.
- A novel antithetic variables method (AV) is proposed to further improve the accuracy, and the theoretical proof is also provided.
- The hardware architecture of the proposed ASA–SFIR and ASA–AV–SFIR is designed and implemented, which demonstrates high-accuracy performance advantages with respect to the existing SFIR filters.
The remainder of this paper is organized as follows. Section 2 introduces the theoretical background of FIR filter, stochastic computing, and stochastic filter designs. Afterward, the proposed design with ASA and AV is presented in Section 3. Section 4 demonstrates the performance evaluation and hardware implementation of the proposed design. The last section concludes the performed work and discusses the potential future work.
2. Theoretical Background
In this section, the background of FIR filter, stochastic computing, and the existing SFIR filters are introduced.
2.1. FIR Filter
The FIR filter is one of the most commonly used digital filters in digital signal processing systems. In general, the output signal of a K-tap FIR filter can be calculated in the time domain as (1), where is the input discrete-time signal, is the filter coefficient, and K is the tap of the FIR filter.
In the practical hardware implementation, the filter coefficient is usually normalized as (2) to keep the dynamic range of output signals the same with input signals and avoid the calculation overflow error. The filter coefficients are all normalized in the following.
It can be observed that K multipliers and adders are required for a K-tap FIR filter in the conventional hardware implementation schemes, illustrated as Figure 1. It would be a huge complexity for practical DSP systems with high-order FIR filters.
Figure 1.
Conventional hardware architecture of FIR filter [2].
2.2. Stochastic Computing
Stochastic computing is a low complexity algorithm design and hardware implementation technique, where a numerical value a is represented with stochastic bit stream , . As a result, the complex operations in conventional TCS systems can be mapped into quite simple logic operations. A typical stochastic computing-based DSP system is illustrated in Figure 2.
Figure 2.
Typical-Stochastic-Computing-based DSP system [15].
- For a numerical value , the unipolar format can be utilized to transform it to bit stream by comparing it with a uniform distributed random number , where . The corresponding hardware architecture of unipolar format stochastic computing is shown as “stochastic bit stream generation” in Figure 2.
- For a numerical value , the bipolar format bit stream generation is required [4,11], where . The bipolar format bit stream generation could share a similar hardware architecture with unipolar format by comparing with the random number .
The stochastic computing-based logic circuits could significantly reduce the hardware cost and critical path delay compared with conventional TCS circuits, illustrated as Figure 3a, where the multiplication is implemented by a single “AND” logic [16]. As shown in Figure 3b, a simple “XOR” logic is used to perform calculation. The scaled addition can be realized by a multiplexer logic shown as Figure 3c, and the sum is scaled according to . Except for the linear computation, addition and multiplication, the division can be implemented by a J-K Flip-Flop illustrated as Figure 3d. The backward-transformed numerical value is shown as “Stochastic to binary convertor” in Figure 2.
Figure 3.
Basic calculation units of unipolar format stochastic computing [17].
2.3. Stochastic FIR Filter
To reduce the hardware cost of the FIR filter, a bipolar format SFIR filter is proposed in [6], where input signals and coefficients are normalized into the range [−1,1] and transformed into bit streams. As a result, the multiplication and addition involved in the FIR filter are mapped into “XNOR” logic and multiplexer, respectively. The bipolar-based SFIR filter has an extremely low hardware costs. However, the main drawback is the degradation of accuracy.
To overcome the accuracy degradation problem, a two-line scheme-based SFIR filter is proposed in [2], where each numerical value is represented with two stochastic bit streams: one is sign bit-stream and the other is magnitude bit-stream. The multiplication of two magnitude bit-streams and sign bit-streams are mapped into “AND” logic and “XOR” logic, respectively. The addition is implemented with a novel non-scaled two-line adder. The two-line scheme outperforms the bipolar scheme on accuracy with comparable hardware cost. However, there is still a relatively large gap with the ideal performance.
3. Stochastic FIR Filter with Adaptive Scaling
In this section, the representation noise of a stochastic bit stream is firstly analyzed in Section 3.1. Afterward, an adaptive scaling algorithm (ASA) is proposed in Section 3.2. Furthermore, the antithetic variables (AV) method is introduced in Section 3.3. Finally, ASA–AV–SFIR filter architecture is presented in Section 3.4.
3.1. Noise Analysis of Stochastic Bit Stream
Consider a numerical value represented with a stochastic bit stream , . Each bit in the stochastic bit stream follows Bernoulli distribution, and the variance of each bit can be written as . When transformed back to a binary system, the estimated numerical value and the corresponding variance can be written as (3) and (4), respectively.
For the stochastic bit stream representation, the representation noise power can be calculated as (5). It can be observed that the noise power decreases with the increasing bit stream length N. In addition, the noise power also relies on the numerical value P. A bit-by-bit stochastic FIR filter simulation is operated using Matlab software, and the theoretical and simulation results are shown as Figure 4a, which demonstrates that the noise power is much lower when the numerical value P approaches 0 or 1.
Figure 4.
(a) MSE performance of stochastic bit stream representation with different bit stream length. (b) SNR performance of the stochastic bit stream representation for with scaling as (8).
Furthermore, the signal-noise ratio (SNR) can be calculated as (6), where the signal power . It can be observed that the SNR would be affected by the numerical value P. Thus, it would be possible to increase the SNR by scaling the numerical value. In other words, when P is scaled up, the SNR would be increased even with the same bit stream length.
3.2. Adaptive Scaling Algorithm
To improve the calculation accuracy of SFIR filters, a scaling method has been utilized on the filter coefficients [13,14], which demonstrates improvements in accuracy. However, the scaling is quasi-static coefficient-only processing and cannot be applied to the real-time input signals directly. Based on the noise analysis in Section 3.1, a new adaptive scaling algorithm is proposed in this section, where both the input signal and the filter coefficients are adaptively scaled to the high accuracy region of stochastic computing.
As shown in (6), SNR improves with the increasing numerical value P. Thus, a scaling factor is set to scale up the numerical value before stochastic bit stream generation. The SNR can be re-written as (7). To reduce the hardware complexity of the scaling operation, is selected in manner, where is shown as (8). As a result, the scaling operation can be implemented with shift registers. After scaling operation, the scaled numerical value can be transformed into a stochastic bit stream.
After the bit-stream generation and stochastic computing-based operation, the output numerical value has to be re-scaled, which can also be implemented with shift registers.
Combing the scaling and re-scaling operation, the adaptive scaling algorithm (ASA) is applied to an “AND” logic to implement multiplication , shown as Algorithm 1. Note that the “Find scaling factor” step can also be implemented by shift registers, which would be presented in the next section.
| Algorithm 1 Adaptive Scaling Algorithm (ASA) |
|
3.3. Antithetic Variables Method
The parallelism method is a widely used method for stochastic computing to make a trade-off between processing latency and hardware cost. Consider a numerical value represented with a stochastic bit stream , . It takes N clock cycles to process the N bits in the bit stream. To reduce the processing latency, the bit stream can be separate into two parts: and , , where and . The estimated can be written as
For the reason that each bit in the stochastic bit stream follows Bernoulli distribution and is individual to the others, is individual to and . Thus, the variance of can be written as
It can be observed from (10) that the variance is reduced by 2 times. Combining (10) and (4), it demonstrates that the calculation accuracy can be improved by 2 times using the 2-parallelism method. However, the hardware cost is also 2 times higher, which is required by the parallel processing.
In this paper, an novel antithetic variables method is proposed to further improve the calculation accuracy. The basic idea is generate a certain bit stream to make :
where and . The expectation of and can be written as,
Similar with the analysis in Section 3.1, and both follow Bernoulli distribution, and the variance of and can be directly presented as (14). Combining (13) and (14), the variance of can be written as (15).
Finally, the noise power of antithetic variables-method-based bit stream representation can be written as (16), and the corresponding simulation results are shown as Figure 5, which indicates that the simulation results agree with the theoretical analysis as (16).
Figure 5.
(a) MSE performance of stochastic bit stream representation (, ). (b) MSE performance of stochastic bit stream representation with AV ( and , ).
3.4. Stochastic FIR Filter with ASA and AV
Applying the proposed ASA to the SFIR filter would be helpful to improve calculation accuracy and SNR of the output signal. The hardware architecture of the scaling module (SM) is illustrated in Figure 6, which corresponds to “Find scaling factor” and “Scaling” step in Algorithm 1. The scaling factor is easy to find using the left-shift registers. As a general example, consider a input value , whose sign bit “ is extracted firstly. The magnitude value in binary format “b’” and initial scaling factor value in binary format “b’” are loaded in the left-shift registers. Afterward, all of the registers begin to left-shift until the first “1” occurs at the most significant bit (MSB), and the rest cycles are in an idle state. Note that the total number of left-shift cycles equals the date width of . Finally, the scaled value “b’” and scaling factor are output.
Figure 6.
Hardware architecture of scaling modules.
After scaling and serials of stochastic-logic-based operations, re-scaling module is required to realize the re-scaling operation, which is corresponding to the “Bit-wise Re-scaling” step in Algorithm 1. The architecture of re-scaling module (RSM) is shown as Figure 7, where the bit stream is accumulated by a counter as,
Figure 7.
Hardware architecture of re-scaling modules.
Afterward, the counter is compared with scaling factor with “XNOR” logic. The output re-scaled bit stream can be represented as (18).
As introduced in Section 1, the two-line scheme-based SFIR [2] outperforms the bipolar format-based scheme [6] on accuracy performance. Using the proposed ASA method, the accuracy performance of the two-line scheme-based SFIR can be further improved. The hardware architecture is shown as Figure 8, where ASA is applied in the scaling stochastic multiplication (SSM) module, involving scaling module (SM) and re-scaling module (RSM).
Figure 8.
Hardware architecture of the proposed SFIR filter with scaling.
Except for the scaling module and re-scaling module, binary-to-stochastic converter (B2S) and stochastic-to-binary converter (S2B) are required to realize the conversion between binary numbers and stochastic bit streams. The two-line stochastic addition (TSA) module is similar to [2], which is a calculation-error-free addition scheme. The specific steps of the ASA-based SFIR filter are as follows:
- Step 1:
- The FIR filter coefficient is initially scaled up to , while the input signal is scaled up to in real-time using SM module.
- Step 2:
- In the scaled stochastic multiplication module (SSM), the sign bit and are extracted from and , respectively, while the magnitude bit-streams , are transformed from and , respectively, using B2S module.
- Step 3:
- Afterward, The multiplication on sign bit and magnitude bit-streams are mapped into “XOR” logic and ”AND” logic, respectively. The bit-wise re-scaling operation is implemented by the RSM module.
- Step 4:
- Finally, The outputs of the SSM module are summed up with the TSM module and transformed back to binary format using the S2B module.
Combining the proposed ASA and AV methods can further improve SNR of the output signal. The only difference between ASA based SFIR filter and ASA-AV based SFIR filter is the scaled stochastic multiplication module (SSM). The SSM of SFIR Filter with ASA is shown as Figure 9a and the SSM of SFIR Filter with ASA and AV is shown as Figure 9b.
Figure 9.
(a) The SSM of SFIR Filter with ASA. (b) The SSM of SFIR Filter with ASA and AV.
In the SSM of SFIR filter with ASA and AV, can be transformed into magnitude bit-stream M1() and M2() by comparing it with rand numbers R1(t) and (1-R1(t)), respectively, and can be transformed into magnitude bit-stream M1() and M2() by comparing it with rand numbers R2(t) and (1-R2(t)), respectively. Then the multiplication of M1() and M1() is mapped into an “AND” logic and the multiplication of M2() and M2() is mapped into another “AND” logic. The bit-wise re-scaling operation is implemented by two RSM modules, respectively. Finally, the output is half of the sum of outputs of the two RSM modules.
4. Evaluation and Implementation
In this section, the SNR performance simulation results are firstly presented. Afterward, the hardware implementation is compared with the existing works.
4.1. Performance Simulation
Firstly, the SNR performance of stochastic logic-based multiplication unit under different bit stream length is shown as Figure 10. Using the proposed adaptive scaling algorithm, the SNR of bipolar scheme [6] and two-line scheme [2] is significantly improved by 12 dB and 8 dB, respectively. Combining the Antithetic Variables method, the SNR is further improved by 6dB.
Figure 10.
SNR performance evaluation on stochastic logic-based multiplication unit.
Afterward, the ASA based SFIR filter with 48-tap under different bit stream length was simulated, and the results are shown in Figure 11a. The SNR performance gains on the bipolar scheme and two-line scheme are 33 dB and 17 dB, respectively. Furthermore, the ASA-AV-based SFIR filter gained 6 dB on SNR performance compared with the ASA-based scheme. The fix-point TCS-based scheme is also presented in Figure 11 as a comparison, which is optimized using state variable analysis method [18].
Figure 11.
SNR performance evaluation on: (a) different bit stream lengths; (b) different filter taps.
Furthermore, the SNR performance of SFIR filter with bit stream length under different taps are illustrated as Figure 11b, which indicates that the proposed ASA method and AV method both contribute stable accuracy gains with increasing filter taps.
Finally, the magnitude responses of 47-th order lowpass filer under different bit stream length is shown as Figure 12. The proposed ASA method significantly improves the computational accuracy: on the bipolar scheme and the two-line scheme, 33 dB improvement and 9 dB improvement are achieved, respectively, in the case of = . In addition, the ASA-AV scheme has 6 dB improvement compared with the ASA scheme.
Figure 12.
Magnitude responses of 47th-order SFIR filters: (a) (Fix-Point 8 bits), (b) (Fix-Point 10 bits), (c) (Fix-Point 12 bits), and (d) (Fix-Point 14 bits).
4.2. Hardware Implementation
The proposed AV–ASA–based SFIR is implemented using VHDL and synthesized with Synopsys design complier (DC) using the SMIC 90 nm library, shown as Table 1. The bipolar scheme [6] and two-line scheme [2] are also listed as a comparison with 64 filter taps and 256-length bit stream. Furthermore, the binary fix-point FIR filter is also synthesized with the same CMOS technology and listed in Table 1.
Table 1.
Implementation results comparison.
Firstly, all of the stochastic filters take lower area cost compared with the binary filter due to the simple hardware architecture. The Bipolar, Two-Line, MUX, and AV-ASA schemes show 92%, 80%, 94%, and 74% area reduction compared to binary scheme, respectively. However, the processing latency is much higher than that of binary filter, which is caused by the long bit streams. Using the adaptive scaling algorithm and antithetic variable method, the proposed AV-ASA-SFIR scheme (16 bit stream length) achieves comparable hardware efficiency with respect to binary FIR filter, where the hardware efficiency is defined as throughput-to-area ratio as
Among the SFIR schemes, the two-line scheme greatly improves the SNR performance from −4.41 dB to 17.21 dB, with 2.4 times chip area consumption overhead, compared with the bipolar scheme. The main hardware cost lies on the two-line stochastic adder (TSA) module. The proposed ASA–SFIR scheme gains 14.17 dB on SNR performance compared with the two-line scheme, with only 10.01% more hardware cost. Benefitting from the simple architecture of the SM and RSM module, the proposed design does not increase the critical path delay, achieving the same clock frequency as the two-line scheme. Moreover, combining the ASA and AV method, the AV–ASA–SFIR scheme gains 20.19 dB on SNR compared with the two-line scheme, with 32% area consumption overhead. Due to the significant improvement on accuracy, the proposed design require much shorter bit stream length compared with the existing stochastic FIR filters and shows advantages on processing latency. Note that the hardware architecture of the proposed design requires no change when modifying the bit stream length to achieve a trade-off between accuracy and latency.
4.3. Discussion
The representation noise analysis and the proposed adaptive scaling algorithm is based on a general stochastic bit stream and not specialized for the SFIR filter, which makes it possible to extend it to many other stochastic computing-based DSP systems, such as fast Fourier transform (FFT), discrete wavelet transform (DWT), and support vector machine (SVM). The proposed adaptive scaling method shall be considered in these modules in the future.
5. Conclusions
This paper presents a high-accuracy SFIR filter design based on an adaptive scaling algorithm. The relationship between representation noise and represented values of a stochastic bit stream is theoretically analyzed, providing a potential way to improve the accuracy under the same stochastic bit stream length. Afterward, an adaptive scaling algorithm (ASA) is proposed for the SFIR to scale the input signals into low-noise regions adaptively.According to the simulation results on a 64-tap FIR filter, the ASA and AV methods gained 17 dB and 6 dB in terms of signal-to-noise ratio (SNR), respectively. Finally, the hardware architecture of the proposed ASA-based SFIR (ASA-SFIR) is designed and implemented, which demonstrates 4.6 times hardware efficiency improvement with respect to the existing SFIR schemes.
Author Contributions
Conceptualization, J.H. and K.H.; methodology, Y.Z. (Ying Zhang), Y.Z. (Yubin Zhu) and K.H.; investigation, Y.Z. (Ying Zhang) and Y.Z. (Yubin Zhu); simulation, Y.Z. (Ying Zhang) and Y.Z. (Yubin Zhu); hardware, K.H.; writing, Y.Z. (Ying Zhang), K.H., J.H. and J.W. All authors have read and agreed to the published version of the manuscript.
Funding
National Natural Science Foundation of China under Grant No. 62001277 and 62001276. Guangdong Basic and Applied Basic Research Fund under Grant No. 2019A1515110560. National key research and development plan No. 2018YFB1801500.
Conflicts of Interest
The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.
References
- Jiang, Q. FIR Filter Banks for Hexagonal Data Processing. IEEE Trans. Image Process. 2008, 17, 1512–1521. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Yuan, B.; Wang, Y. High-accuracy FIR filter design using stochastic computing. In Proceedings of the IEEE Computer Society Annual Symposium on VLSI (ISVLSI), Pittsburgh, PA, USA, 11–13 July 2016; pp. 128–133. [Google Scholar]
- Chen, J.; Hu, J.; Sobelman, G.E. Stochastic MIMO Detector Based on the Markov Chain Monte Carlo Algorithm. IEEE Trans. Signal Process. 2014, 62, 1454–1463. [Google Scholar] [CrossRef]
- Alaghi, A.; Qian, W.; Hayes, J.P. The Promise and Challenge of Stochastic Computing. IEEE Trans. Comput.-Aided Des. Integr. Circuits Syst. 2018, 37, 1515–1531. [Google Scholar] [CrossRef]
- Liu, Y.; Venkataraman, H.; Zhang, Z.; Parhi, K.K. Machine learning classifiers using stochastic logic. In Proceedings of the IEEE 34th International Conference on Computer Design (ICCD), Scottsdale, AZ, USA, 2–5 October 2016; pp. 408–411. [Google Scholar]
- Chang, Y.; Parhi, K.K. Architectures for digital filters using stochastic computing. In Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing, Vancouver, BC, Canada, 26–31 May 2013; pp. 2697–2701. [Google Scholar]
- Koshita, S.; Onizawa, N.; Abe, M.; Hanyu, T.; Kawamata, M. Realization of FIR digital filters based on stochastic/binary hybrid computation. In Proceedings of the International Symposium on Multiple-Valued Logic, Sapporo, Japan, 18–20 May 2016; pp. 223–228. [Google Scholar]
- Abbaszadeh, A.; Azerbaijan, A.; Sadeghipour, K.D. A new hardware efficient reconfigurable fir filter architecture suitable for FPGA applications. In Proceedings of the 17th DSP 2011 International Conference on Digital Signal Processing, Corfu, Greece, 6–8 July 2011; pp. 4–7. [Google Scholar]
- Arash Ardakani, F.L.; Gross, W.J. Hardware implementation of FIR/IIR digital filters using integral stochastic computation. In Proceedings of the ICASSP 2016, Shanghai, China, 20–25 March 2016; pp. 6540–6544. [Google Scholar]
- Chen, J.; Hu, J. A novel FIR filter based on stochastic logic. In Proceedings of the IEEE International Symposium on Circuits and Systems, Beijing, China, 19–23 May 2013; pp. 2050–2053. [Google Scholar]
- Brown, B.D.; Card, H.C. Stochastic neural computation I: Computational elements. IEEE Trans. Comput. 2001, 50, 891–905. [Google Scholar] [CrossRef]
- Ichihara, H.; Sugino, T.; Ishii, S.; Iwagaki, T.; Inoue, T. Compact and accurate digital filters based on stochastic computing. IEEE Trans. Emerg. Top. Comput. 2019, 7, 31–43. [Google Scholar] [CrossRef]
- Kim, K.; Kim, J.; Yu, J.; Seo, J.; Lee, J.; Choi, K. Dynamic energy-accuracy trade-off using stochastic computing in deep neural networks. In Proceedings of the ACM Press the 53rd Annual Design Automation Conference, Austin, TX, USA, 5–9 June 2016; pp. 1–6. [Google Scholar]
- Koshita, S.; Onizawa, N.; Abe, M.; Hanyu, T.; Kawamata, M. High-Accuracy and Area-Efficient Stochastic FIR Digital Filters Based on Hybrid Computation. IEICE Trans. Inf. Syst. 2017, 100, 1592–1602. [Google Scholar] [CrossRef] [Green Version]
- Han, K.; Hu, J.; Chen, J.; Lu, H. A low complexity sparse code multiple access detector based on stochastic computing. IEEE Trans. Circuits Syst. I Regul. Pap. 2017, 65, 769–782. [Google Scholar] [CrossRef]
- Toral, S.L.; Quero, J.M.; Franquelo, L.G. Stochastic pulse coded arithmetic. In Proceedings of the IEEE International Symposium on Circuits and Systems, Geneva, Switzerland, 28–31 May 2000; Volume 3, p. 1. [Google Scholar]
- Han, K.; Wang, J.; Gross, W.J.; Hu, J. Stochastic bit-wise iterative decoding of polar codes. IEEE Trans. Signal Process. 2018, 67, 1138–1151. [Google Scholar] [CrossRef]
- Parhi, K.K. VLSI Digital Signal Processing Systems: Design and Implementation; John Wiley & Sons: Hoboken, NJ, USA, 2007. [Google Scholar]
- Wong, C.C.; Chang, H.C. Reconfigurable turbo decoder with parallel architecture for 3GPP LTE system. IEEE Trans. Circuits Syst. II Express Briefs 2010, 57, 566–570. [Google Scholar] [CrossRef]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2021 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).