Skip to main content

Wavelet-Based Demodulation Design for Vehicular Communication Network

  • Conference paper
  • First Online:
Proceedings of SAE-China Congress 2016: Selected Papers (SAE-China 2016)

Part of the book series: Lecture Notes in Electrical Engineering ((LNEE,volume 418))

Included in the following conference series:

  • 1766 Accesses

Abstract

Wavelet-based Software-defined radios (SDRs), have become very important in both commercial as well as military applications that demand high Quality of Service (QoS) in hostile physical and spectral conditions. It could also be utilized in the vehicle to vehicle communication networks. This WD-based SDR is compose of a AMR and a modulation. This paper focus on the development of the WD-based Demodulation, which enables of obtaining original signal information by demodulation in the wavelet-domain without an inverse transform of a signal to its time-domain form. The development is proven analytically herein. Extensive Monte Carlo simulations also show that the Bit Error Rates (BERs) obtained from wavelet-based demodulation are very comparable with the optimal case of matched filter-based demodulation. The results of this work show the ability of wavelet transforms to enable the demodulation of communications signals in a single processing sequence by solely using the computationally-friendly mathematics of the Discrete Wavelet Transform.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Institutional subscriptions

References

  1. Vaz C, Yao Ge, David D (2013) Estimation of communications channel using discrete wavelet transform-based de-convolution. IEEE Trans Comm 61(10):4186–4195

    Google Scholar 

  2. Vaz C, David DG (2012) Communications receivers employing wavelet-domain zero-forcing equalization of multipath fading channels, In: 75th vehicular technology conference, May 2012

    Google Scholar 

  3. Yao Ge, David DG (2013) Automatic modulation recognition using the discrete wavelet transform. IEEE SDR-WInnComm

    Google Scholar 

  4. Ho KM, Vaz C, Daut DG (2008) Improved demodulation of phase shift keyed signals using wavelet thresholding. In: Proceedings 2008 Sarnoff symposium, Princeton, NJ, 28–30 April 2008

    Google Scholar 

  5. Orfanidis SJ (2010) Introduction to signal processing. Pearson Education, Prentice Hall, pp 427–451

    Google Scholar 

  6. Proakis JG (2001) Digital communications, 4th edn. McGraw-Hill, New York

    MATH  Google Scholar 

  7. Ho KM, Vaz C, Daut DG (2009) A wavelet-based method for classification of binary digitally modulated signals. In: Proceedings 2009 Sarnoff symposium, Princeton, NJ, March 2009

    Google Scholar 

  8. Ho KM, Vaz C, Daut DG (2010) Automatic classification of amplitude, frequency, and phase shift keyed signals in the wavelet domain. In: Proceedings. 2010 Sarnoff symposium, Princeton, NJ, April 2010

    Google Scholar 

  9. Ho KM (2010) Automatic recognition and demodulation of digitally modulated communications signals using wavelet-domain signatures. Ph.D. dissertation, Department of Electrical and Computer Engineering, Rutgers, The State University of New Jersey, New Brunswick, USA

    Google Scholar 

  10. Yao G (2015) Feature-based automatic modulation recognition design for vehicular network communication. In: Proceedings 2015 Society of Automotive Engineering, December 2015

    Google Scholar 

  11. Vaz C (2010) Estimation and equalization of communications channels using wavelet transforms. Ph.D. dissertation, Department of Electrical and Computer Engineering, Rutgers, The State University of New Jersey, New Brunswick, USA

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Yao Ge , Zhan Shu or David Daut .

Editor information

Editors and Affiliations

Appendices

Appendix A: Algorithm Computational Complexity Comparison

Comparing with the CWT, another improvement of using the DWT is reduction of the computational complexity as the different fundamental of the CWT [7, 8] and the DWT technologies. The overall WD-AMR method’s computational complexity consists of: Generation of WD templates; Transformation of received signals into the WD; Correlation of WD-templates and WD-received signals; and Decision procedure.

If the CWT was used in the instantaneous featured template AMR process, a test signal has a length of L bits, and there are N samples for each bit. The template size is set at M samples, M ≤ N. So the size of the CWT domain based template would be a M * M matrix and the computation cost of a CWT-template generation is O(M2). The next computation is to continuously wavelet transform received signals, whose complexity could up to O(N2). The third step is correlation of the WD template matrix with the WD received signal matrix. In the instantaneous featured template method, the size of template is usually shorter than or equal to the signal bit size. So the WD signal matrix N * N will be fragmented to M * M. Hence the complexity of their correlation is O(M2). Thus, the summation this three term lead the overall complexity to O(N2).

For the CWT statistical featured template AMR process, a test signal has a length of L symbols, and there are N samples for each symbol. The template size is N samples per symbol as well. Hence, followed by similar analysis as above, the overall complexity is O(N2).

For the DWT Instantaneous featured template AMR process, by defining the same signal size as in the CWT case, a test signal has a length of L bits, and there are N samples for each bit. The template size is set at M samples. So the size of one WD template would be a M * (log2M) matrix and the computation cost of a DWT-template generation is O(Mlog2M). The next computation is to discretely wavelet transform received signals, which complexity could up to O(Nlog2N). The third step is correlation of the WD template matrix with the WD received signal matrix. In the instantaneous featured template method, the size of template is usually shorter than the signal bit size. So the WD signal matrix N * log2N will be fragmented to M * log2M. Hence the complexity of their correlation is O(Mlog2M).

For the DWT Statistical featured template AMR process, a test signal has a length of L bits, and there are N samples for each bit. The template size is set at N samples as well. Similarly, the overall complexity is O(Nlog2N).

In CWT-based Demodulation algorithm [9], because it basically adheres from two CWT-AMR methodology. Hence it also contains the same complexity as the AMR. In DWT-based Demodulation system developed in this dissertation, it has proved that the DWT-based correlation and the regular correlation deliver the same output. Hence, in the DWT-based demodulation system, the DWT-based correlator replaced the regular correlation was used in the contemporary correlation based receiver. So the overall complexity is the same as the DWT-based correlation complexity, which is O(Nlog2N).

In summary, there are two points could be pointed through the comparisons:

  1. 1.

    The DWT-based AMR algorithm cost less computation effort than the AMR CWT-based algorithm;

  2. 2.

    Although the statistical featured templates AMR algorithm costs higher computational complexity than the instantaneous featured templates AMR algorithm, the statistical feature-based algorithm is able to process more multiple modulation signal types than the instantaneous feature based algorithm.

  3. 3.

    Although the instantaneous feature-based AMR algorithm remains higher efficiency, but it can only work with binary modulation signals (Table 25.1).

    Table 25.1 CWT-based and DWT-based algorithm complexity comparison

Appendix B: WD-Demodulator and TD-Demodulator Performances Comparison

Under the same experimental environment as setup in the Chap. 6, another set of comparison tests were implemented in MATALAB. Each received, noisy signal has been demodulated using the WD demodulator, and the same each received, noisy signal has been also demodulated using the TD (correlation-based) demodulator. Correspondingly, their two performance curves of two demodulators performance results were presented in Figs. 25.15, 25.16, 25.17, 25.18, 25.19, 25.20, 25.21 and 25.22. One curve corresponds to the simulated performances of the TD (correlation-based) Demodulation introduced in Chap. 6. The other curve is the simulation results for the WD Demodulators developed in this dissertation.

Fig. 25.15
figure 15

BPSK BER curve comparison

Fig. 25.16
figure 16

QPSK BER curve comparison

Fig. 25.17
figure 17

8-PSK BER curve comparison

Fig. 25.18
figure 18

4-QAM SER curve comparison

Fig. 25.19
figure 19

4-PAM SER curve comparison

Fig. 25.20
figure 20

16-QAM BER curve comparison

Fig. 25.21
figure 21

BFSK BER curve comparison

Fig. 25.22
figure 22

64-QAM SER curve comparison

Rights and permissions

Reprints and permissions

Copyright information

© 2017 Springer Nature Singapore Pte Ltd.

About this paper

Cite this paper

Ge, Y., Shu, Z., Daut, D. (2017). Wavelet-Based Demodulation Design for Vehicular Communication Network. In: Proceedings of SAE-China Congress 2016: Selected Papers. SAE-China 2016. Lecture Notes in Electrical Engineering, vol 418. Springer, Singapore. https://doi.org/10.1007/978-981-10-3527-2_25

Download citation

  • DOI: https://doi.org/10.1007/978-981-10-3527-2_25

  • Published:

  • Publisher Name: Springer, Singapore

  • Print ISBN: 978-981-10-3526-5

  • Online ISBN: 978-981-10-3527-2

  • eBook Packages: EngineeringEngineering (R0)

Publish with us

Policies and ethics