SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 12, No. 5, October 2022, pp. 5136~5144
ISSN: 2088-8708, DOI: 10.11591/ijece.v12i5.pp5136-5144  5136
Journal homepage: http://ijece.iaescore.com
Field programmable gate array implementation of multiwavelet
transform based orthogonal frequency division multiplexing
system
Suha Qasim Hadi1
, Awatif Ali Jafaar1
, Ban Mohammed Alameri1
, Sarah Ameer Malallah2
1
Department of Electrical Engineering, College of Engineering, Mustansiriyah University, Baghdad, Iraq
2
Department of Computer Engineering, College of Engineering, Mustansiriyah University, Baghdad, Iraq
Article Info ABSTRACT
Article history:
Received May 10, 2021
Revised Apr 20, 2022
Accepted May 18, 2022
This article offers an efficient design and implementation of a discrete
multiwavelet critical-sampling transform based orthogonal frequency
division multiplexing (DMWCST-OFDM) transceiver using field
programmable gate array (FPGA) platform. The design uses 16-point
discrete multiwavelet critical-sampling transform (DMWCST) and its
inverse as main processing modules. All modules were designed using a part
of Vivado®
Design Suite version (2015.2), which is Xilinx system generator
(XSG), and is compatible with MATLAB Simulink version R2013b. The
FPGA implementation is carried out on a Zynq (XC7Z020-1CLG484)
evaluation board with joint test action group (JTAG) hardware co-
simulation. According to the results obtained from the implementation tools,
the implemented system is efficient in terms of resource utilization and
could support the real-time operations.
Keywords:
Field programmable gate array
MATLAB
Multiwavelet transforms
Orthogonal frequency division
multiplexing
Xilinx system generator This is an open access article under the CC BY-SA license.
Corresponding Author:
Suha Qasim Hadi
Department of Electrical Engineering, College of Engineering, Mustansiriyah University
Baghdad, Iraq
Email: suhaqasim84@yahoo.com
1. INTRODUCTION
Orthogonal frequency division multiplexing (OFDM) divides the available spectrum into several
parallel subcarriers. Each one of these subcarriers is modulated by a data stream with low rate at different
orthogonal carrier frequency [1]–[3]. In the traditional OFDM systems, the fast Fourier transform (FFT) is
used for fulfilling the requirement of orthogonality between the different subcarriers [4]–[8]. FFT has a major
drawback arising from using rectangular window, which creates high side lobes in the transmitting signals,
thereby increase sensitivity of the OFDM system to the Inter-Carrier Interference (ICI) and a low system
performance [9]–[14]. Discrete multiwavelet critical-sampling transform based OFDM system (DMWCST-
OFDM) was proposed to mitigate the impairments of FFT based OFDM system [15]–[20]. In the proposed
design, an inverse discrete multiwavelet critical-sampling transform (IDMWCST) and DMWCST are used in
the realization of the OFDM system instead of inverse fast Fourier transform (IFFT) and FFT, respectively.
Real-time implementation for OFDM systems plays a major role in next generation communication
systems. Field programmable gate array (FPGA) give us a good solution in term of high-performance and
low-cost to implement and verify the digital communication systems. Since, FPGA has high flexibility and
can be upgraded continuously, it has become widely relied upon to implement digital signal processing
(DSP) functions [21]–[24]. Veena and Swamy [25] presented the FPGA implementation of discrete
multiwavelet over-sampling transform (DMWOST) for OFDM using Xilinx integrated synthesis
environment (Xilinx ISE) targeting Virtex-5 FPGA. It was found that the DWMOST required 2695 slices and
Int J Elec & Comp Eng ISSN: 2088-8708 
Field programmable gate array implementation of multiwavelet transform … (Suha Qasim Hadi)
5137
51 mW power dissipation. On the other hand, DWMOST gives poor bit error rate performance as compared
by DMWCST [20] will be presented in this work. While [26], offered the modified DMWOST architecture.
Which was implemented on VirtexII FPGA and operates at 300 MHz frequency. The architecture occupied
area of less than 1%, with consumed power of 28 mW.
The aim of this paper is to present the design and implementation of the DMWCST-OFDM system
at real-time using FPGA platform. The presented system has been built using a high-level design tool which
is a part of Vivado®
Design Suite called Xilinx system generator (XSG). XSG comes with a predefine Xilinx
blockset along with MATLAB Simulink software, and can be used to implement the algorithms, and mapped
directly into target FPGA hardware. MATLAB’s Simulink enables the designer to use high-level abstractions
of the system that can be automatically compiled into FPGA. It provides the designer a thin boundary
between hardware and software, given that it enables to design the hardware by allowing to synthesize the
blocks into very high-speed integrated circuit hardware description language (VHDL) and compiling them
into FPGA with a single click.
The rest of the paper is organized in the following order. An overview of the DMWCST-OFDM
system is detailed in section 2. Section 3 presents the implementation of the DMWCST-OFDM system on
FPGA using XSG. Section 4 discusses the results, and the conclusions are presented in section 5.
2. THE ORETICAL BASIS
The block diagram of DMWCST-OFDM system is illustrated in Figure 1. At the transmitter side, a
serial-binary data is generated randomly. The serial-to-parallel (S/P) conversion converts serial bit stream
into parallel lower data sub-streams, which then formatted into symbols required for transmission. After that,
each symbol is mapped according to the quadrature phase shift keying (QPSK) mapping technique, resulting
in Nc sub-channels. Then, several of null-subcarriers are added to the resulted data sequences. Nf-point
IDMWCST is applied to the signal in order to achieve orthogonality between subcarriers. Finally, the data
are sent to the receiver after being converted to a frame structure. The design of the receiver consists of the
inverse operations of the transmitter side. These operations are performed in a reverse order to yield the
correct data stream [20].
Figure 1. Block diagram of the DMWCST-OFDM
3. METHOD
The DMWCST-OFDM system has been implemented by utilizing the parallelization capabilities of
the FPGA in order to decrease the latency and get the final output from the design. Moreover, pipeline
options available in the Xilinx blocks are exploited. The tools employed in this work are MATLAB R2013b-
64 bit along with Simulink 8.2 and Vivado®
Design Suite version 2015.2. The number of used subcarrier (Nf)
in this implementation is 16, while the number of useful subcarrier (Nc) is 12. The implementation of
DMWCST-OFDM system consists of two parts: the transmitter and the receiver. The details of each part are
presented in the following sub-sections.
3.1. Transmitter section
The first block in the transmitter side is S/P and mapping, the XSG implementation of this block is
illustrated in Figure 2. The S/P block takes the serial unsigned data represented in the fixed point of one bit
with zero binary point, and it produces a single output of two consequential input bits to be mapped to the
corresponding QPSK symbol. The most significant word first is used to arrange the serial input data. The fact
that the clock frequency reduces by half after S/P block needs to be taken into consideration. Then, the two
bits have been separated into select signal for two multiplexers by using two slices in order to decide the I (In
phase) and Q (Quadrature phase) values of the desired complex symbol.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 5136-5144
5138
Figure 2. XSG model of the S/P and mapping
Then a set of null subcarriers are inserted to each OFDM symbol. The Xilinx implementation of this
block is depicted in Figure 3. Two zeros are added at the beginning and the end of each OFDM symbol. An
unsigned fixed-point representation is used to represent a zero value as the output of the constant block. The
set of the multiplexers have been used to allocate the OFDM symbol and control the flow of the input to the
next subsystem. They are controlled by the M-code and counter. The delay blocks at the input of the
multiplexers are used to make each I or Q sample of one OFDM symbol enter the intended multiplexer
simultaneously, which is the time of the last sample in that OFDM symbol. The zero constant block is also
utilized to reset the multiplexers between the OFDM symbols.
Figure 3. XSG model of the zero padding
The XSG implementation of IDMWCST, which is achieved by matrix multiplication as given
in [20], consists of many blocks; one of them is used to perform all the multiplication processes required
through the matrix multiplication, while the other blocks are used to perform the addition processes between
the multiplication processes. Each element of the output will be the results of the addition blocks. In order to
make the design to require less resources, all multiplication and addition processes with zero coefficients are
not taken into consideration. The XSG implementation of addition blocks are presented in Figure 4.
Finally, Figure 5 shows the implementation architecture of the P/S converter. Where, the incoming
parallel I and Q data are converted to one serial sequence by the time division multiplexer. Then two
multiplexers are used to separate the I and Q data for simultaneous transmission.
Int J Elec & Comp Eng ISSN: 2088-8708 
Field programmable gate array implementation of multiwavelet transform … (Suha Qasim Hadi)
5139
Figure 4. XSG implementation of addition blocks
Figure 5. XSG model of P/S converter
3.2. Receiver section
The first step in the receiver side is convert the I and Q components from serial to parallel by S/P
converter. The Xilinx implementation of this step is depicted in Figure 6. The multiplexer is used to control
the input flow, at the first 16 clocks, which is equal to period of the OFDM symbol, the I data will be passed
to the time division demultiplexer, then at the second 16 clocks, the Q data will be passed. The time division
demultiplexer will convert the I and Q components from serial to parallel.
The second step is performing DMWCST. The XSG implementation of this block is also can be
achieved by matrix multiplication between the transformation matrix given in [20], and the input vector of
the I and Q. (Same as in the transmitter side the zero coefficients are not taken into the consideration).
After that, the implementation architecture of the remove zero padding block is achieved as in
Figure 7. There are two purposes for designing this block. The first is to remove the null subcarriers from
each OFDM symbol, and the second is to compel the I and Q components to pass to next block
simultaneously, because the I and Q components prior to this subsystem was passing sequentially. The
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 5136-5144
5140
terminator blocks are utilized to remove the null subcarriers, which were added at the beginning and end of
the OFDM symbol at the transmitter side. Then two multiplexers with delay blocks are used to separate the I
and Q component to compel them to pass through the next subsystem simultaneously, which are controlled
by the counter and the M-code.
Figure 6. XSG model of the S/P converter
Figure 7. XSG model of the remove zero padding
Int J Elec & Comp Eng ISSN: 2088-8708 
Field programmable gate array implementation of multiwavelet transform … (Suha Qasim Hadi)
5141
Finally, the hard decision method is used to perform the QPSK demapping. First, the I and Q values
are compared with a threshold of value 0. Then, the decisions are grouped through the concat block to
configurate a 2-bit QPSK symbol. Next, the QPSK symbol is converted to binary data using a P/S conversion
block. The XSG implementation module of this step is presented in Figure 8.
Figure 8. XSG model of the de-mapping and P/S converter
4. RESULT AND DISCUSSION
Figure 9 shows a hardware co-simulation model for the OFDM-DMWCST system and its
programming to Zynq (XC7Z020-1CLG484) FPGA board. It uses a joint test action group (JTAG)
connection. The VHDL codes are generated after the co-simulation. From this figure, it is clear that the
output from the hardware co-simulation model matches the input data. So, the programming of the FPGA
board has been successful.
The VHDL coding of the system is accomplished through the hardware co-simulation process. The
generated VHDL codes are imported into the Vivado tool for analysis at the register transfer level (RTL),
where synthesis and implementation operations are performed. These operations will produce a large number
of reports. The reports describe concerns regarding the implementation processes such as storage resources
required, I/O resources required, and power required.
Figure 9. Hardware co-simulation for the OFDM-DMWCST
Tables 1 and 2 give a brief description of the area results in the context of resource consumption for
the transmitter and receiver of the Xilinx OFDM-DMWCST, respectively. From these figures, it is noticed
that the design is efficient in terms of resource utilization. Finally, summery results of the proposed OFDM-
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 5136-5144
5142
DMWCST model are compared with the reference design [25], [26]. The comparison results are reported in
Table 3. Table 3 indicates that our Xilinx design consumes little power compared with the total power of the
board. Where, the transmitter consumes 12 mW, which is equal to half the amount of power consumed by the
reference [25].
Table 1. Area of utilization report for the transmitter
Resource Utilization Available Utilization (%)
FF 276 106400 0.26
LUT 3441 53200 6.47
Memory LUT 86 17400 0.49
I/O 26 200 13.00
BUFG 1 32 3.12
Table 2. Area of utilization report for the receiver
Resource Utilization Available Utilization (%)
FF 700 106400 0.66
LUT 3363 53200 6.32
Memory LUT 116 17400 0.67
I/O 26 200 13.00
BUFG 1 32 3.12
From the above results, it is clearly that the design consumes less than 1% resources and low power.
The design gave a better performance for its latency and throughput by designing a parallel and pipelined
architecture for the proposed model compared with [25], [26]. So, the proposed design is suitable for real
time and low power applications.
Table 3. Summary results reports compared with references [25], [26]
Parameter References [25] References [26] Proposed design
FF 1996 72 700
Memory LUT ---- 126 116
I/O --- 64 26
BUFG
Power Dissipation
---
24 mW
1
---
1
12 mW
5. CONCLUSION
A baseband OFDM-DMWCST system was designed and successfully implemented on Zynq
(XC7Z020-1CLG484) FPGA board using XSG tool, which is a part of Vivado®
Design Suite software. XSG
combined with MATLAB/Simulink provided an easier and efficient way of implementing the OFDM-
DMWCST on FPGA. Also, the hardware co-simulation feature of the XSG software paved the way for an
easier approach in testing and debugging the system effectively at real-time. The hardware simulation and
synthesis results showed that the implemented system is correctly working, efficient in terms of resource
utilization, and supports real-time operations.
As, the literature referred presented the FPGA implementation of DMWOST based OFDM, where
focused on implementation of the transform only and not implement the OFDM as a complete system
compared with our work. In our work a new implementation of DMWCST based OFDM is designed and
synthesized. So, the results obtained are considered as reference design for DMWCST based OFDM
architecture on FPGA.
ACKNOWLEDGEMENTS
This work was supported by College of Engineering, Mustansiriyah University.
REFERENCES
[1] P. Lavanya, P. Satyanarayana, and A. Ahmad, “Suitability of OFDM in 5G waveform – A review,” Oriental journal of computer
science and technology, vol. 12, no. 3, pp. 66–75, Oct. 2019, doi: 10.13005/ojcst12.03.01.
[2] X. Yang, S. Yan, X. Li, and F. Li, “A unified spectrum formulation for OFDM, FBMC, and F-OFDM,” Electronics, vol. 9, no. 8,
Aug. 2020, doi: 10.3390/electronics9081285.
Int J Elec & Comp Eng ISSN: 2088-8708 
Field programmable gate array implementation of multiwavelet transform … (Suha Qasim Hadi)
5143
[3] A. Doukas and G. Kalivas, “Analysis and performance evaluation of a pilot-aided interpolated channel estimator for OFDM
systems,” Computers & Electrical Engineering, vol. 36, no. 3, pp. 414–423, May 2010, doi: 10.1016/j.compeleceng.2009.10.001.
[4] M. K. Abboud and B. M. Sabbar, “Performance evaluation of high mobility OFDM channel estimation techniques,” International
Journal of Electrical and Computer Engineering (IJECE), vol. 10, no. 3, pp. 2562–2568, Jun. 2020, doi:
10.11591/ijece.v10i3.pp2562-2568.
[5] G. Raju M. and B. V Uma, “Design and simulation of wavelet OFDM with wavelet denoising on AWGN channel,” International
Journal of Advanced Research in Computer and Communication Engineering, vol. 2, no. 8, pp. 3015–3018, 2013.
[6] A. A. A. Abass and N. P. Divvala, “An enhanced OFDM light weight physical layer encryption scheme,” International Journal of
Electrical and Computer Engineering (IJECE), vol. 11, no. 3, pp. 2178–2190, Jun. 2021, doi: 10.11591/ijece.v11i3.pp2178-2190.
[7] T. Nagarjuna, K. Nehru, G. N. Prasad, and H. Chowdary, “BER analysis of SWT based OFDM ON LTE,” APTIKOM Journal on
Computer Science and Information Technologies, vol. 5, no. 2, pp. 221–226, 2020, doi: 10.34306/APTIKOM.J.CSIT.40.
[8] D. Zabala-Blanco, M. Mora, C. A. Azurdia-Meza, A. D. Firoozabadi, P. P. Játiva, and I. Soto, “Relaxation of the radio-frequency
linewidth for coherent-optical orthogonal frequency-division multiplexing schemes by employing the improved extreme learning
machine,” Symmetry, vol. 12, no. 4, Apr. 2020, doi: 10.3390/sym12040632.
[9] M. F. Ghanim, “Performance investigation of WOFDM for 5G wireless networks,” International Journal of Electrical and
Computer Engineering (IJECE), vol. 9, no. 4, pp. 3153–3158, Aug. 2019, doi: 10.11591/ijece.v9i4.pp3153-3158.
[10] K. Mahender, T. A. Kumar, and K. Ramesh, “Performance study of OFDM over multipath fading channels for next wireless
communications,” International Journal of Applied Engineering Research, vol. 12, no. 20, pp. 10205–10210, 2017.
[11] A. Jhingan and L. Kansal, “Performance analysis of FFT-OFDM and DWT-OFDMover AWGN channel under the effect of
CFO,” Indian Journal of Science and Technology, vol. 9, no. 6, Feb. 2016, doi: 10.17485/ijst/2016/v9i6/80047.
[12] X.-L. Huang, G. Wang, J. Chen, and Q.-Q. Sun, “A novel haar wavelet-based BPSK OFDM system robust to spectral null
channels and with reduced PAPR,” Wireless Personal Communications, vol. 67, no. 3, pp. 599–612, Dec. 2012, doi:
10.1007/s11277-011-0399-z.
[13] H. J. Taha and M. Salleh, “Performance comparison of wavelet packet transform (WPT) and FFT-OFDM system based on QAM
modulation parameters in fading channels,” WSEAS transactions on communications, vol. 9, no. 8, pp. 453–462, 2010.
[14] W. K. Badawi, M. G. El-Hossary, and M. H. Aly, “Indoor wavelet OFDM VLC-MIMO system: Performance evaluation,”
Symmetry, vol. 13, no. 2, Feb. 2021, doi: 10.3390/sym13020270.
[15] A. H. Kattoush, W. A. Mahmoud, and S. Nihad, “The performance of multiwavelets based OFDM system under different channel
conditions,” Digital Signal Processing, vol. 20, no. 2, pp. 472–482, Mar. 2010, doi: 10.1016/j.dsp.2009.06.022.
[16] M. A. Kadhim and W. Ismail, “Implementation of WiMAX (IEEE802.16.d) OFDM baseband transceiver-based multiwavelet
OFDM on a multi-core software-defined radio platform,” ISRN Signal Processing, vol. 2011, pp. 1–9, Apr. 2011, doi:
10.5402/2011/750878.
[17] R. F. Chisab and C. K. Shukla, “The downlink 4G-LTE in fading channel based on the multiwavelet transform,” in 2014
International Conference on Computational Intelligence and Communication Networks, Nov. 2014, pp. 233–236, doi:
10.1109/CICN.2014.61.
[18] P. Anusuya, K. Anitha, and D. K. Varughese, “Design of multiwavelet filter bank for 4G wireless communications,” in 2013
International Conference on Communication and Signal Processing, Apr. 2013, pp. 847–852, doi: 10.1109/iccsp.2013.6577176.
[19] M. A. Kadhim, S. H. Farhan, and M. I. Gama, “Design and improvement of HiperLAN/2 physical layer model based
multiwavelet signals,” Innovative Systems Design and Engineering, vol. 5, no. 6, pp. 20–27, 2014.
[20] S. A. Dawood, F. Malek, M. S. Anuar, and S. Q. Hadi, “Discrete multiwavelet critical-sampling transform-based OFDM system
over rayleigh fading channels,” Mathematical Problems in Engineering, vol. 2015, pp. 1–10, 2015, doi: 10.1155/2015/676217.
[21] T. Pereira, M. Violas, J. Lourenço, A. Gameiro, A. Silva, and C. Ribeiro, “An FPGA implementation of OFDM transceiver for
LTE applications,” International Journal on Advances in Systems and Measurements, vol. 6, no. 1&2, pp. 224–234, 2013.
[22] M. J. Fadhil, R. A. Fayadh, and M. K. Wali, “Design and implementation a prototype system for fusion image by using SWT-
PCA algorithm with FPGA technique,” International Journal of Electrical and Computer Engineering (IJECE), vol. 10, no. 1,
pp. 757–766, Feb. 2020, doi: 10.11591/ijece.v10i1.pp757-766.
[23] C. Ribeiro and A. Gameiro, “A software-defined radio FPGA implementation of OFDM-based PHY transceiver for 5G,” Analog
Integrated Circuits and Signal Processing, vol. 91, no. 2, pp. 343–351, May 2017, doi: 10.1007/s10470-017-0939-x.
[24] J. Lu et al., “Real-time FPGA-based digital signal processing and correction for a small animal PET,” IEEE Transactions on
Nuclear Science, vol. 66, no. 7, pp. 1287–1295, Jul. 2019, doi: 10.1109/TNS.2019.2908220.
[25] M. B. Veena and M. N. S. Swamy, “Design & implementation of optimized DMWT architecture for OFDM on FPGA,” in
International Conference on Innovations in Electrical and Electronics Engineering (ICIEE'2012), Oct. 6-7, 2012 Dubai (UAE),
2012.
[26] K. Anitha and D. K. Varugheese, “Area optimized high throughput IDMWT/DMWT processor for OFDM on Virtex-5 FPGA,”
Global Journal of Researches in Engineering Electrical and Electronics Engineering, vol. 12, no. 9, pp. 31–36, 2012.
BIOGRAPHIES OF AUTHORS
Suha Qasim Hadi received the B.Sc. degree in Electrical Engineering from Al-
Mustansiriyah University, Iraq in 2006; and the M.Sc. degree in Electronic and
Communication Engineering from Al-Mustansiriyah University, Iraq in 2009. She received the
Ph.D. in the Communication Engineering from School of Computer and Communication
Engineering, Universiti Malaysia Perlis (UniMAP)/Malaysia, 2017. She is working as a
lecturer, and researcher at Al-Mustansiriyah University, Baghdad, Iraq, from 2009 until now.
Her research interests focus on wireless communication with emphasis on, mobile wireless
communications, multicarrier modulation system, and fourth generation (4G) systems. She can
be contacted at email: drsuhaqasim@uomustansiriyah.edu.iq.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 5136-5144
5144
Awatif Ali Jafaar Graduated from Al-Mustansiriyah university in 1993 with BSc
in Electrical Engineering. She received her Master degree of Electrical Engineering in 2009.
Currently, she is a lecturer at electrical engineering department, Al-Mustansiriyah university.
Her expertise is on the area of digital signal processing and wireless communication. Her
research interests are on future communication such as 5G and focusing on error correcting
codes, turbo codes, LDPC codes, OFDM, multicarrier modulation and steganography. She can
be contacted at email: awatifali@uomustansiriyah.edu.iq.
Ban Mohammed Alameri (lecturer and researcher at the faculty of engineering in
Baghdad) received a Master's degree and BSc. degree in communication engineering from the
University of Technology, Baghdad, Iraq in 1999, 1996 respectively. She worked as an
Engineer in the public and private sectors in Iraq and France. She is also a lecturer and
researcher with Mustansiriyah University for more than 15 years. She is also a reviewer of
several conferences and national and international journals. Her interesting research in mobile
communication, Antenna, radiofrequency, and interferences issues in the electrical system. She
can be contacted at email: ban.alameri@uomustansiriyah.edu.iq.
Sarah Ameer Malallah received the B.Sc. degree in computer and information
technology engineering from University of Technology, Baghdad, Iraq , 2009. She worked as
an engineer in the Mustansiriyah University. She can be contacted at email:
sarahmalallah87@gmail.com.

More Related Content

Similar to Field programmable gate array implementation of multiwavelet transform based orthogonal frequency division multiplexing system

Modified Distributive Arithmetic Based DWT-IDWT Processor Design and FPGA Imp...
Modified Distributive Arithmetic Based DWT-IDWT Processor Design and FPGA Imp...Modified Distributive Arithmetic Based DWT-IDWT Processor Design and FPGA Imp...
Modified Distributive Arithmetic Based DWT-IDWT Processor Design and FPGA Imp...IOSR Journals
 
Iaetsd pipelined parallel fft architecture through folding transformation
Iaetsd pipelined parallel fft architecture through folding transformationIaetsd pipelined parallel fft architecture through folding transformation
Iaetsd pipelined parallel fft architecture through folding transformationIaetsd Iaetsd
 
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...ijwmn
 
DUAL FIELD DUAL CORE SECURE CRYPTOPROCESSOR ON FPGA PLATFORM
DUAL FIELD DUAL CORE SECURE CRYPTOPROCESSOR ON FPGA PLATFORMDUAL FIELD DUAL CORE SECURE CRYPTOPROCESSOR ON FPGA PLATFORM
DUAL FIELD DUAL CORE SECURE CRYPTOPROCESSOR ON FPGA PLATFORMVLSICS Design
 
Efficient reconfigurable architecture of baseband demodulator in sdr
Efficient reconfigurable architecture of baseband demodulator in sdrEfficient reconfigurable architecture of baseband demodulator in sdr
Efficient reconfigurable architecture of baseband demodulator in sdreSAT Journals
 
Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)Bindia Kumari
 
IRJET-Protection of Buildings from Saltpetre
IRJET-Protection of Buildings from SaltpetreIRJET-Protection of Buildings from Saltpetre
IRJET-Protection of Buildings from SaltpetreIRJET Journal
 
Design and implementation a prototype system for fusion image by using SWT-PC...
Design and implementation a prototype system for fusion image by using SWT-PC...Design and implementation a prototype system for fusion image by using SWT-PC...
Design and implementation a prototype system for fusion image by using SWT-PC...IJECEIAES
 
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...ijwmn
 
Design and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined RadioDesign and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined RadioIJECEIAES
 
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...IRJET Journal
 
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET Journal
 
Modified digital space vector pulse width modulation realization on low-cost ...
Modified digital space vector pulse width modulation realization on low-cost ...Modified digital space vector pulse width modulation realization on low-cost ...
Modified digital space vector pulse width modulation realization on low-cost ...IJECEIAES
 
IEEE_Peer_Reviewed_Paper_1
IEEE_Peer_Reviewed_Paper_1IEEE_Peer_Reviewed_Paper_1
IEEE_Peer_Reviewed_Paper_1Saad Mahboob
 
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...IJERA Editor
 
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsMultiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsIJERA Editor
 
The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...
The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...
The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...TELKOMNIKA JOURNAL
 

Similar to Field programmable gate array implementation of multiwavelet transform based orthogonal frequency division multiplexing system (20)

Modified Distributive Arithmetic Based DWT-IDWT Processor Design and FPGA Imp...
Modified Distributive Arithmetic Based DWT-IDWT Processor Design and FPGA Imp...Modified Distributive Arithmetic Based DWT-IDWT Processor Design and FPGA Imp...
Modified Distributive Arithmetic Based DWT-IDWT Processor Design and FPGA Imp...
 
Iaetsd pipelined parallel fft architecture through folding transformation
Iaetsd pipelined parallel fft architecture through folding transformationIaetsd pipelined parallel fft architecture through folding transformation
Iaetsd pipelined parallel fft architecture through folding transformation
 
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
 
DUAL FIELD DUAL CORE SECURE CRYPTOPROCESSOR ON FPGA PLATFORM
DUAL FIELD DUAL CORE SECURE CRYPTOPROCESSOR ON FPGA PLATFORMDUAL FIELD DUAL CORE SECURE CRYPTOPROCESSOR ON FPGA PLATFORM
DUAL FIELD DUAL CORE SECURE CRYPTOPROCESSOR ON FPGA PLATFORM
 
Efficient reconfigurable architecture of baseband demodulator in sdr
Efficient reconfigurable architecture of baseband demodulator in sdrEfficient reconfigurable architecture of baseband demodulator in sdr
Efficient reconfigurable architecture of baseband demodulator in sdr
 
Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)
 
My paper
My paperMy paper
My paper
 
20120130406009 2
20120130406009 220120130406009 2
20120130406009 2
 
IRJET-Protection of Buildings from Saltpetre
IRJET-Protection of Buildings from SaltpetreIRJET-Protection of Buildings from Saltpetre
IRJET-Protection of Buildings from Saltpetre
 
Design and implementation a prototype system for fusion image by using SWT-PC...
Design and implementation a prototype system for fusion image by using SWT-PC...Design and implementation a prototype system for fusion image by using SWT-PC...
Design and implementation a prototype system for fusion image by using SWT-PC...
 
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
 
Design and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined RadioDesign and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined Radio
 
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
 
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
 
Modified digital space vector pulse width modulation realization on low-cost ...
Modified digital space vector pulse width modulation realization on low-cost ...Modified digital space vector pulse width modulation realization on low-cost ...
Modified digital space vector pulse width modulation realization on low-cost ...
 
IEEE_Peer_Reviewed_Paper_1
IEEE_Peer_Reviewed_Paper_1IEEE_Peer_Reviewed_Paper_1
IEEE_Peer_Reviewed_Paper_1
 
Br4201458461
Br4201458461Br4201458461
Br4201458461
 
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
 
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsMultiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
 
The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...
The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...
The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 

Recently uploaded (20)

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 

Field programmable gate array implementation of multiwavelet transform based orthogonal frequency division multiplexing system

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 12, No. 5, October 2022, pp. 5136~5144 ISSN: 2088-8708, DOI: 10.11591/ijece.v12i5.pp5136-5144  5136 Journal homepage: http://ijece.iaescore.com Field programmable gate array implementation of multiwavelet transform based orthogonal frequency division multiplexing system Suha Qasim Hadi1 , Awatif Ali Jafaar1 , Ban Mohammed Alameri1 , Sarah Ameer Malallah2 1 Department of Electrical Engineering, College of Engineering, Mustansiriyah University, Baghdad, Iraq 2 Department of Computer Engineering, College of Engineering, Mustansiriyah University, Baghdad, Iraq Article Info ABSTRACT Article history: Received May 10, 2021 Revised Apr 20, 2022 Accepted May 18, 2022 This article offers an efficient design and implementation of a discrete multiwavelet critical-sampling transform based orthogonal frequency division multiplexing (DMWCST-OFDM) transceiver using field programmable gate array (FPGA) platform. The design uses 16-point discrete multiwavelet critical-sampling transform (DMWCST) and its inverse as main processing modules. All modules were designed using a part of Vivado® Design Suite version (2015.2), which is Xilinx system generator (XSG), and is compatible with MATLAB Simulink version R2013b. The FPGA implementation is carried out on a Zynq (XC7Z020-1CLG484) evaluation board with joint test action group (JTAG) hardware co- simulation. According to the results obtained from the implementation tools, the implemented system is efficient in terms of resource utilization and could support the real-time operations. Keywords: Field programmable gate array MATLAB Multiwavelet transforms Orthogonal frequency division multiplexing Xilinx system generator This is an open access article under the CC BY-SA license. Corresponding Author: Suha Qasim Hadi Department of Electrical Engineering, College of Engineering, Mustansiriyah University Baghdad, Iraq Email: suhaqasim84@yahoo.com 1. INTRODUCTION Orthogonal frequency division multiplexing (OFDM) divides the available spectrum into several parallel subcarriers. Each one of these subcarriers is modulated by a data stream with low rate at different orthogonal carrier frequency [1]–[3]. In the traditional OFDM systems, the fast Fourier transform (FFT) is used for fulfilling the requirement of orthogonality between the different subcarriers [4]–[8]. FFT has a major drawback arising from using rectangular window, which creates high side lobes in the transmitting signals, thereby increase sensitivity of the OFDM system to the Inter-Carrier Interference (ICI) and a low system performance [9]–[14]. Discrete multiwavelet critical-sampling transform based OFDM system (DMWCST- OFDM) was proposed to mitigate the impairments of FFT based OFDM system [15]–[20]. In the proposed design, an inverse discrete multiwavelet critical-sampling transform (IDMWCST) and DMWCST are used in the realization of the OFDM system instead of inverse fast Fourier transform (IFFT) and FFT, respectively. Real-time implementation for OFDM systems plays a major role in next generation communication systems. Field programmable gate array (FPGA) give us a good solution in term of high-performance and low-cost to implement and verify the digital communication systems. Since, FPGA has high flexibility and can be upgraded continuously, it has become widely relied upon to implement digital signal processing (DSP) functions [21]–[24]. Veena and Swamy [25] presented the FPGA implementation of discrete multiwavelet over-sampling transform (DMWOST) for OFDM using Xilinx integrated synthesis environment (Xilinx ISE) targeting Virtex-5 FPGA. It was found that the DWMOST required 2695 slices and
  • 2. Int J Elec & Comp Eng ISSN: 2088-8708  Field programmable gate array implementation of multiwavelet transform … (Suha Qasim Hadi) 5137 51 mW power dissipation. On the other hand, DWMOST gives poor bit error rate performance as compared by DMWCST [20] will be presented in this work. While [26], offered the modified DMWOST architecture. Which was implemented on VirtexII FPGA and operates at 300 MHz frequency. The architecture occupied area of less than 1%, with consumed power of 28 mW. The aim of this paper is to present the design and implementation of the DMWCST-OFDM system at real-time using FPGA platform. The presented system has been built using a high-level design tool which is a part of Vivado® Design Suite called Xilinx system generator (XSG). XSG comes with a predefine Xilinx blockset along with MATLAB Simulink software, and can be used to implement the algorithms, and mapped directly into target FPGA hardware. MATLAB’s Simulink enables the designer to use high-level abstractions of the system that can be automatically compiled into FPGA. It provides the designer a thin boundary between hardware and software, given that it enables to design the hardware by allowing to synthesize the blocks into very high-speed integrated circuit hardware description language (VHDL) and compiling them into FPGA with a single click. The rest of the paper is organized in the following order. An overview of the DMWCST-OFDM system is detailed in section 2. Section 3 presents the implementation of the DMWCST-OFDM system on FPGA using XSG. Section 4 discusses the results, and the conclusions are presented in section 5. 2. THE ORETICAL BASIS The block diagram of DMWCST-OFDM system is illustrated in Figure 1. At the transmitter side, a serial-binary data is generated randomly. The serial-to-parallel (S/P) conversion converts serial bit stream into parallel lower data sub-streams, which then formatted into symbols required for transmission. After that, each symbol is mapped according to the quadrature phase shift keying (QPSK) mapping technique, resulting in Nc sub-channels. Then, several of null-subcarriers are added to the resulted data sequences. Nf-point IDMWCST is applied to the signal in order to achieve orthogonality between subcarriers. Finally, the data are sent to the receiver after being converted to a frame structure. The design of the receiver consists of the inverse operations of the transmitter side. These operations are performed in a reverse order to yield the correct data stream [20]. Figure 1. Block diagram of the DMWCST-OFDM 3. METHOD The DMWCST-OFDM system has been implemented by utilizing the parallelization capabilities of the FPGA in order to decrease the latency and get the final output from the design. Moreover, pipeline options available in the Xilinx blocks are exploited. The tools employed in this work are MATLAB R2013b- 64 bit along with Simulink 8.2 and Vivado® Design Suite version 2015.2. The number of used subcarrier (Nf) in this implementation is 16, while the number of useful subcarrier (Nc) is 12. The implementation of DMWCST-OFDM system consists of two parts: the transmitter and the receiver. The details of each part are presented in the following sub-sections. 3.1. Transmitter section The first block in the transmitter side is S/P and mapping, the XSG implementation of this block is illustrated in Figure 2. The S/P block takes the serial unsigned data represented in the fixed point of one bit with zero binary point, and it produces a single output of two consequential input bits to be mapped to the corresponding QPSK symbol. The most significant word first is used to arrange the serial input data. The fact that the clock frequency reduces by half after S/P block needs to be taken into consideration. Then, the two bits have been separated into select signal for two multiplexers by using two slices in order to decide the I (In phase) and Q (Quadrature phase) values of the desired complex symbol.
  • 3.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 5136-5144 5138 Figure 2. XSG model of the S/P and mapping Then a set of null subcarriers are inserted to each OFDM symbol. The Xilinx implementation of this block is depicted in Figure 3. Two zeros are added at the beginning and the end of each OFDM symbol. An unsigned fixed-point representation is used to represent a zero value as the output of the constant block. The set of the multiplexers have been used to allocate the OFDM symbol and control the flow of the input to the next subsystem. They are controlled by the M-code and counter. The delay blocks at the input of the multiplexers are used to make each I or Q sample of one OFDM symbol enter the intended multiplexer simultaneously, which is the time of the last sample in that OFDM symbol. The zero constant block is also utilized to reset the multiplexers between the OFDM symbols. Figure 3. XSG model of the zero padding The XSG implementation of IDMWCST, which is achieved by matrix multiplication as given in [20], consists of many blocks; one of them is used to perform all the multiplication processes required through the matrix multiplication, while the other blocks are used to perform the addition processes between the multiplication processes. Each element of the output will be the results of the addition blocks. In order to make the design to require less resources, all multiplication and addition processes with zero coefficients are not taken into consideration. The XSG implementation of addition blocks are presented in Figure 4. Finally, Figure 5 shows the implementation architecture of the P/S converter. Where, the incoming parallel I and Q data are converted to one serial sequence by the time division multiplexer. Then two multiplexers are used to separate the I and Q data for simultaneous transmission.
  • 4. Int J Elec & Comp Eng ISSN: 2088-8708  Field programmable gate array implementation of multiwavelet transform … (Suha Qasim Hadi) 5139 Figure 4. XSG implementation of addition blocks Figure 5. XSG model of P/S converter 3.2. Receiver section The first step in the receiver side is convert the I and Q components from serial to parallel by S/P converter. The Xilinx implementation of this step is depicted in Figure 6. The multiplexer is used to control the input flow, at the first 16 clocks, which is equal to period of the OFDM symbol, the I data will be passed to the time division demultiplexer, then at the second 16 clocks, the Q data will be passed. The time division demultiplexer will convert the I and Q components from serial to parallel. The second step is performing DMWCST. The XSG implementation of this block is also can be achieved by matrix multiplication between the transformation matrix given in [20], and the input vector of the I and Q. (Same as in the transmitter side the zero coefficients are not taken into the consideration). After that, the implementation architecture of the remove zero padding block is achieved as in Figure 7. There are two purposes for designing this block. The first is to remove the null subcarriers from each OFDM symbol, and the second is to compel the I and Q components to pass to next block simultaneously, because the I and Q components prior to this subsystem was passing sequentially. The
  • 5.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 5136-5144 5140 terminator blocks are utilized to remove the null subcarriers, which were added at the beginning and end of the OFDM symbol at the transmitter side. Then two multiplexers with delay blocks are used to separate the I and Q component to compel them to pass through the next subsystem simultaneously, which are controlled by the counter and the M-code. Figure 6. XSG model of the S/P converter Figure 7. XSG model of the remove zero padding
  • 6. Int J Elec & Comp Eng ISSN: 2088-8708  Field programmable gate array implementation of multiwavelet transform … (Suha Qasim Hadi) 5141 Finally, the hard decision method is used to perform the QPSK demapping. First, the I and Q values are compared with a threshold of value 0. Then, the decisions are grouped through the concat block to configurate a 2-bit QPSK symbol. Next, the QPSK symbol is converted to binary data using a P/S conversion block. The XSG implementation module of this step is presented in Figure 8. Figure 8. XSG model of the de-mapping and P/S converter 4. RESULT AND DISCUSSION Figure 9 shows a hardware co-simulation model for the OFDM-DMWCST system and its programming to Zynq (XC7Z020-1CLG484) FPGA board. It uses a joint test action group (JTAG) connection. The VHDL codes are generated after the co-simulation. From this figure, it is clear that the output from the hardware co-simulation model matches the input data. So, the programming of the FPGA board has been successful. The VHDL coding of the system is accomplished through the hardware co-simulation process. The generated VHDL codes are imported into the Vivado tool for analysis at the register transfer level (RTL), where synthesis and implementation operations are performed. These operations will produce a large number of reports. The reports describe concerns regarding the implementation processes such as storage resources required, I/O resources required, and power required. Figure 9. Hardware co-simulation for the OFDM-DMWCST Tables 1 and 2 give a brief description of the area results in the context of resource consumption for the transmitter and receiver of the Xilinx OFDM-DMWCST, respectively. From these figures, it is noticed that the design is efficient in terms of resource utilization. Finally, summery results of the proposed OFDM-
  • 7.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 5136-5144 5142 DMWCST model are compared with the reference design [25], [26]. The comparison results are reported in Table 3. Table 3 indicates that our Xilinx design consumes little power compared with the total power of the board. Where, the transmitter consumes 12 mW, which is equal to half the amount of power consumed by the reference [25]. Table 1. Area of utilization report for the transmitter Resource Utilization Available Utilization (%) FF 276 106400 0.26 LUT 3441 53200 6.47 Memory LUT 86 17400 0.49 I/O 26 200 13.00 BUFG 1 32 3.12 Table 2. Area of utilization report for the receiver Resource Utilization Available Utilization (%) FF 700 106400 0.66 LUT 3363 53200 6.32 Memory LUT 116 17400 0.67 I/O 26 200 13.00 BUFG 1 32 3.12 From the above results, it is clearly that the design consumes less than 1% resources and low power. The design gave a better performance for its latency and throughput by designing a parallel and pipelined architecture for the proposed model compared with [25], [26]. So, the proposed design is suitable for real time and low power applications. Table 3. Summary results reports compared with references [25], [26] Parameter References [25] References [26] Proposed design FF 1996 72 700 Memory LUT ---- 126 116 I/O --- 64 26 BUFG Power Dissipation --- 24 mW 1 --- 1 12 mW 5. CONCLUSION A baseband OFDM-DMWCST system was designed and successfully implemented on Zynq (XC7Z020-1CLG484) FPGA board using XSG tool, which is a part of Vivado® Design Suite software. XSG combined with MATLAB/Simulink provided an easier and efficient way of implementing the OFDM- DMWCST on FPGA. Also, the hardware co-simulation feature of the XSG software paved the way for an easier approach in testing and debugging the system effectively at real-time. The hardware simulation and synthesis results showed that the implemented system is correctly working, efficient in terms of resource utilization, and supports real-time operations. As, the literature referred presented the FPGA implementation of DMWOST based OFDM, where focused on implementation of the transform only and not implement the OFDM as a complete system compared with our work. In our work a new implementation of DMWCST based OFDM is designed and synthesized. So, the results obtained are considered as reference design for DMWCST based OFDM architecture on FPGA. ACKNOWLEDGEMENTS This work was supported by College of Engineering, Mustansiriyah University. REFERENCES [1] P. Lavanya, P. Satyanarayana, and A. Ahmad, “Suitability of OFDM in 5G waveform – A review,” Oriental journal of computer science and technology, vol. 12, no. 3, pp. 66–75, Oct. 2019, doi: 10.13005/ojcst12.03.01. [2] X. Yang, S. Yan, X. Li, and F. Li, “A unified spectrum formulation for OFDM, FBMC, and F-OFDM,” Electronics, vol. 9, no. 8, Aug. 2020, doi: 10.3390/electronics9081285.
  • 8. Int J Elec & Comp Eng ISSN: 2088-8708  Field programmable gate array implementation of multiwavelet transform … (Suha Qasim Hadi) 5143 [3] A. Doukas and G. Kalivas, “Analysis and performance evaluation of a pilot-aided interpolated channel estimator for OFDM systems,” Computers & Electrical Engineering, vol. 36, no. 3, pp. 414–423, May 2010, doi: 10.1016/j.compeleceng.2009.10.001. [4] M. K. Abboud and B. M. Sabbar, “Performance evaluation of high mobility OFDM channel estimation techniques,” International Journal of Electrical and Computer Engineering (IJECE), vol. 10, no. 3, pp. 2562–2568, Jun. 2020, doi: 10.11591/ijece.v10i3.pp2562-2568. [5] G. Raju M. and B. V Uma, “Design and simulation of wavelet OFDM with wavelet denoising on AWGN channel,” International Journal of Advanced Research in Computer and Communication Engineering, vol. 2, no. 8, pp. 3015–3018, 2013. [6] A. A. A. Abass and N. P. Divvala, “An enhanced OFDM light weight physical layer encryption scheme,” International Journal of Electrical and Computer Engineering (IJECE), vol. 11, no. 3, pp. 2178–2190, Jun. 2021, doi: 10.11591/ijece.v11i3.pp2178-2190. [7] T. Nagarjuna, K. Nehru, G. N. Prasad, and H. Chowdary, “BER analysis of SWT based OFDM ON LTE,” APTIKOM Journal on Computer Science and Information Technologies, vol. 5, no. 2, pp. 221–226, 2020, doi: 10.34306/APTIKOM.J.CSIT.40. [8] D. Zabala-Blanco, M. Mora, C. A. Azurdia-Meza, A. D. Firoozabadi, P. P. Játiva, and I. Soto, “Relaxation of the radio-frequency linewidth for coherent-optical orthogonal frequency-division multiplexing schemes by employing the improved extreme learning machine,” Symmetry, vol. 12, no. 4, Apr. 2020, doi: 10.3390/sym12040632. [9] M. F. Ghanim, “Performance investigation of WOFDM for 5G wireless networks,” International Journal of Electrical and Computer Engineering (IJECE), vol. 9, no. 4, pp. 3153–3158, Aug. 2019, doi: 10.11591/ijece.v9i4.pp3153-3158. [10] K. Mahender, T. A. Kumar, and K. Ramesh, “Performance study of OFDM over multipath fading channels for next wireless communications,” International Journal of Applied Engineering Research, vol. 12, no. 20, pp. 10205–10210, 2017. [11] A. Jhingan and L. Kansal, “Performance analysis of FFT-OFDM and DWT-OFDMover AWGN channel under the effect of CFO,” Indian Journal of Science and Technology, vol. 9, no. 6, Feb. 2016, doi: 10.17485/ijst/2016/v9i6/80047. [12] X.-L. Huang, G. Wang, J. Chen, and Q.-Q. Sun, “A novel haar wavelet-based BPSK OFDM system robust to spectral null channels and with reduced PAPR,” Wireless Personal Communications, vol. 67, no. 3, pp. 599–612, Dec. 2012, doi: 10.1007/s11277-011-0399-z. [13] H. J. Taha and M. Salleh, “Performance comparison of wavelet packet transform (WPT) and FFT-OFDM system based on QAM modulation parameters in fading channels,” WSEAS transactions on communications, vol. 9, no. 8, pp. 453–462, 2010. [14] W. K. Badawi, M. G. El-Hossary, and M. H. Aly, “Indoor wavelet OFDM VLC-MIMO system: Performance evaluation,” Symmetry, vol. 13, no. 2, Feb. 2021, doi: 10.3390/sym13020270. [15] A. H. Kattoush, W. A. Mahmoud, and S. Nihad, “The performance of multiwavelets based OFDM system under different channel conditions,” Digital Signal Processing, vol. 20, no. 2, pp. 472–482, Mar. 2010, doi: 10.1016/j.dsp.2009.06.022. [16] M. A. Kadhim and W. Ismail, “Implementation of WiMAX (IEEE802.16.d) OFDM baseband transceiver-based multiwavelet OFDM on a multi-core software-defined radio platform,” ISRN Signal Processing, vol. 2011, pp. 1–9, Apr. 2011, doi: 10.5402/2011/750878. [17] R. F. Chisab and C. K. Shukla, “The downlink 4G-LTE in fading channel based on the multiwavelet transform,” in 2014 International Conference on Computational Intelligence and Communication Networks, Nov. 2014, pp. 233–236, doi: 10.1109/CICN.2014.61. [18] P. Anusuya, K. Anitha, and D. K. Varughese, “Design of multiwavelet filter bank for 4G wireless communications,” in 2013 International Conference on Communication and Signal Processing, Apr. 2013, pp. 847–852, doi: 10.1109/iccsp.2013.6577176. [19] M. A. Kadhim, S. H. Farhan, and M. I. Gama, “Design and improvement of HiperLAN/2 physical layer model based multiwavelet signals,” Innovative Systems Design and Engineering, vol. 5, no. 6, pp. 20–27, 2014. [20] S. A. Dawood, F. Malek, M. S. Anuar, and S. Q. Hadi, “Discrete multiwavelet critical-sampling transform-based OFDM system over rayleigh fading channels,” Mathematical Problems in Engineering, vol. 2015, pp. 1–10, 2015, doi: 10.1155/2015/676217. [21] T. Pereira, M. Violas, J. Lourenço, A. Gameiro, A. Silva, and C. Ribeiro, “An FPGA implementation of OFDM transceiver for LTE applications,” International Journal on Advances in Systems and Measurements, vol. 6, no. 1&2, pp. 224–234, 2013. [22] M. J. Fadhil, R. A. Fayadh, and M. K. Wali, “Design and implementation a prototype system for fusion image by using SWT- PCA algorithm with FPGA technique,” International Journal of Electrical and Computer Engineering (IJECE), vol. 10, no. 1, pp. 757–766, Feb. 2020, doi: 10.11591/ijece.v10i1.pp757-766. [23] C. Ribeiro and A. Gameiro, “A software-defined radio FPGA implementation of OFDM-based PHY transceiver for 5G,” Analog Integrated Circuits and Signal Processing, vol. 91, no. 2, pp. 343–351, May 2017, doi: 10.1007/s10470-017-0939-x. [24] J. Lu et al., “Real-time FPGA-based digital signal processing and correction for a small animal PET,” IEEE Transactions on Nuclear Science, vol. 66, no. 7, pp. 1287–1295, Jul. 2019, doi: 10.1109/TNS.2019.2908220. [25] M. B. Veena and M. N. S. Swamy, “Design & implementation of optimized DMWT architecture for OFDM on FPGA,” in International Conference on Innovations in Electrical and Electronics Engineering (ICIEE'2012), Oct. 6-7, 2012 Dubai (UAE), 2012. [26] K. Anitha and D. K. Varugheese, “Area optimized high throughput IDMWT/DMWT processor for OFDM on Virtex-5 FPGA,” Global Journal of Researches in Engineering Electrical and Electronics Engineering, vol. 12, no. 9, pp. 31–36, 2012. BIOGRAPHIES OF AUTHORS Suha Qasim Hadi received the B.Sc. degree in Electrical Engineering from Al- Mustansiriyah University, Iraq in 2006; and the M.Sc. degree in Electronic and Communication Engineering from Al-Mustansiriyah University, Iraq in 2009. She received the Ph.D. in the Communication Engineering from School of Computer and Communication Engineering, Universiti Malaysia Perlis (UniMAP)/Malaysia, 2017. She is working as a lecturer, and researcher at Al-Mustansiriyah University, Baghdad, Iraq, from 2009 until now. Her research interests focus on wireless communication with emphasis on, mobile wireless communications, multicarrier modulation system, and fourth generation (4G) systems. She can be contacted at email: drsuhaqasim@uomustansiriyah.edu.iq.
  • 9.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 5136-5144 5144 Awatif Ali Jafaar Graduated from Al-Mustansiriyah university in 1993 with BSc in Electrical Engineering. She received her Master degree of Electrical Engineering in 2009. Currently, she is a lecturer at electrical engineering department, Al-Mustansiriyah university. Her expertise is on the area of digital signal processing and wireless communication. Her research interests are on future communication such as 5G and focusing on error correcting codes, turbo codes, LDPC codes, OFDM, multicarrier modulation and steganography. She can be contacted at email: awatifali@uomustansiriyah.edu.iq. Ban Mohammed Alameri (lecturer and researcher at the faculty of engineering in Baghdad) received a Master's degree and BSc. degree in communication engineering from the University of Technology, Baghdad, Iraq in 1999, 1996 respectively. She worked as an Engineer in the public and private sectors in Iraq and France. She is also a lecturer and researcher with Mustansiriyah University for more than 15 years. She is also a reviewer of several conferences and national and international journals. Her interesting research in mobile communication, Antenna, radiofrequency, and interferences issues in the electrical system. She can be contacted at email: ban.alameri@uomustansiriyah.edu.iq. Sarah Ameer Malallah received the B.Sc. degree in computer and information technology engineering from University of Technology, Baghdad, Iraq , 2009. She worked as an engineer in the Mustansiriyah University. She can be contacted at email: sarahmalallah87@gmail.com.