SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1
FPGA Based Processor for Feature Detection in Ultra-Wide Band Radar
Kunal K. Kadam1, Dr. Surendra J. Bhosale2
1MTech Electronics, Electrical Department, VJTI, Mumbai-400019, India.
2Associate Professor, Electrical Department, VJTI, Mumbai-400019, India
------------------------------------------------------------------------***-------------------------------------------------------------------------
Abstract—UWB is radio technology making the use of
short pulses and having large bandwidth and low energy
which helps in finite time resolution. An algorithm is
developed for signal processing of UWB radar in this work.
This work also makes use of Field programmable gate
array (FPGA) which is suitable for fast and parallel signal
processing. High resolution can be achieved using multi-
channel ADC and delay method. This time delay methods
also helps in controlling high speed ADC.
Keywords—Analog to digital converter, Signal
processing, Field programmable gate array, Ultra-
wide band signals.
1. INTRODUCTION
UWB is operated in the range of the 3-10 GHz.
The advantages of UWB are high data rate, large
bandwidth, less complexity and low cost. Low power
spectral density occurs due to wide bandwidth during
transmission of UWB, and hence possibility of
interference due to another user is low. This advantage
enables highly accurate measurements at short distance.
UWB signals can pass through the objects that are likely
to reflect signal such as doors, windows, walls.
Compared to sine wave, accuracy of UWB signals is very
high.
UWB Radar is capable of providing transmitting
power of about 1 watt and centre frequency of 6 GHz.
Range resolution of 0.1125m can be obtained. Pulse
width and Pulse Repetition Frequency are 750psec and
10 KHz respectively. Normal range of 30 meter and
maximum unambiguous range of 15 Km is achievable.
Bandwidth of the system is large up to 2 GHz. [1].
Human trapped in the earthquake and fire
disaster site uses UWB radar [2]. Frequency time
analysis Hilbert Haung Transform is obtained using
finite difference time domain algorithm followed by 2D
FFT for spectral analysis and suppressing noise
frequency component. This brings out separation of
cross range data and the data extracted for breathing
and heartbeat frequencies over natural frequencies.
Detailed features of the Human respiratory system can
be studied using UWB radar design [3].Modified raised
cosine waveform (MRCW) and iterative search
correlation algorithm provides extraction of extra
information about respiratory system. This system can
detect heart rate up to frequency 0.1 to 1 Hz. Proposed
algorithm can detect CZT frequency component and used
to detect FSLW respiration model which includes
Respiration rate, inspiration speed, expiration speed,
respiration system and respiration holding ratio.
Different purposes that can be served by UWB
radar are: monitoring the rail road crossing at the
unmanned railway gates, removal of clutter effect using
positive variation, monitoring heart beat and respiration
using non-invasive manner which do not involve any
instrument inside body, four TX-RX UWB sensors
transmits the collected data to centralized server [4].
2.HARDWARE DESIGN
The essential hardware for the signal processing
of UWB radar is described in above figure. Pulse or the
reflected echoes from the target serves as input to the
system. This input is then processed using amplifier,
power divider, delay line, ADC and FPGA. The result from
this processing will give feature detection and
discrimination of the target.
Fig.1-Block diagram description reception & processing
of signal of UWB radar
2.1 Amplifier:
The signal reflected from target or the echo
signal is input to the amplifier. Amplifier is having a
bandwidth of 1.5 GHz and centre frequency 6 GHz. This
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1159
helps in amplifying low level signals at the input. In
order to raise power of input signal Gallium Arsenate
FET transistor is used. Such amplifier is capable of giving
gain up to 16 dB and output in the range 44-46 dBm.
2.2 Power Divider:
Power division block divides the power of input
signal into 8 equal parts. The ADC channel and delay line
are then operated using power supplied by power
divider block. ZN8PD -113+ power splitter is used as
power divider block used. This power splitter block
operates in frequency range of up to 11 GHz. Maximum
power handling capacity of power divider is 10W.
2.3 Delay Line:
The purpose of delay line is to generate the
delay of 1ns. A delay equivalent to 7 times the input
signal is obtained as shown in the figure (2) keeping
space time constant at 1ns.
Fig. 2. Signal flow through delay line
2.4 ADC:
The analog signal is converted to digital signal
using ADC. FMC108 (FPGA Mezzanine card) ADC is used
for such conversion. FMC108 is having 8 A/D channels of
14 bit resolution and sampling rate of 250 MSPS (Mega
Samples per Second).Internal clock used for this
conversion is 250Mhz.Digitalisation of all 8 delayed
signals is then followed by FPGA which analyses, stores
and display the result.
2.5 Field Programming Gate Array:
FPGA processes the digital input signal. This
gives the information about target such as range
resolution and target discrimination. FPGA used for the
signal processing in this work is Ultra Scale Kintex
(xcu040). With 1920 DSP slices and 450 GPIOs, FPGA
enables to execute DSP algorithm in either sequential or
a parallel manner.
2.6 Processor:
The processor which meets all the specification of
systems is E3800 Intel Atom processor. This processor
can be can operated over variety of thermal condition.
High connectivity, integrated memory controller are
some of features of this processor
3.SIGNAL PROCESSING
Fig. 3. Signal processing in UWB radar
The signal processing module shown above has
different algorithms such as wavelet transform, Fast
Fourier transform, and constant false alarm rate. All
these blocks are designed in such a way that various
information related to target such as velocity, distance
are obtained. Information about both stationary as well
as non-stationary target can be obtained using this
module.
3.1 Reconstruction:
Digital signal sampled by ADC serves as input to
reconstruction block. Finite number of time delays are
used to space the sample at the channel with effective
delay of 1 ns. At the output of each channel, a total of 8
sampled signals are collected [6]. All these 8 samples are
having a delay of 1ns each.
FIFO is temporary memory used for storing data. In
FIFO the data first entered will be given out first. Two
signal full and empty are used to signal the status of
memory. A high on empty signal will write data into
memory while a high on full signal will read the memory.
FPGA then receives the samples in order to
determine thresholds of target. A bandwidth of 2GHz is
observed for the signals at the output. The output of FIFO
is shown below. Data out signals are nothing but the
reconstructed signals from samples of the signal.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1160
Fig. 4. Reconstruction of signal & FIFO
3.2 Wavelet transform
Wavelets are zero mean extensively decaying
oscillation having waveform like structure. Wavelet
transform makes analysis about the presence of the
target with the help of radar echoes [8]. Discrete wavelet
transform is defined as:
Ajf =∑n€zh(n-2k)Aj-if
Djf =∑n€zh(n-2k)Dj-if (1)
Where g(n) and h(n) are high pass and low pass filter.
Smoothening of abrupt data is done using low pass filter.
Convolution of LPF and HPF coefficients is done with the
samples from ADC. Excess of the data created during
convolution is then removed by down sampling by a
factor of 2j. Discrete wavelet decomposition in shown in
fig.(5).The output of DWT
Fig.5 Discrete Wavelet Decomposition
Fig (6) shows output of DWT. Sum0 to sub3 are the
outputs at each level of the calculation for figure(5).
Fig. 6. Discrete Wavelet Transform
3.3 Fast Fourier Transform:
FFT algorithm can be used for determination of
range profile and range resolution of radar. Collision
probability is high for near target hence ADC samples are
down sampled e.g. 1000 samples are de-interleaved to
500 samples processing through zero padding FFT which
gives same result as the number of FFT points remains
constant[11]. Using this de-interleaving technique data
acquired by ADC can be sampled down to Ns/2 where Ns
indicates total number of samples and also the ranges of
the middle value samples can be adjusted. Initially 8
point FFT is used for resolving 8 samples from ADC using
radix-
Stage1 Stage2 Stage3
Fig. 7. Butterfly Diagram for DIF FFT
2 DIF FFT simulated in VHDL. Output of FFT is
divides into 2 parts viz. real and imaginary. Real part
indicated odd output and imaginary part gives even
output[12]. A DIF FFT requires 12 complex
multiplication and 24 complex additions.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1161
Input to the first stage, as shown in butterfly
diagram is the reconstructed signal whose output then
feeds as input for the stage 2. Stage 2 output is now the
input for the third stage and third stage output serves as
final FFT output in frequency domain. Fig (8) shows real
part FFT output. Outre0, outre1....outre7 indicates the
real part of output signals.
Fig. 8. Real part of FFT
Fig (9) shows imaginary part FFT output. outim1, outim2
......outim7 indicates the imaginary part output signals
Fig. 9. Imaginary part of FFT
3.4 Constant False alarm rating:
CFAR is an efficient way of detecting the target
returns against interference of background noise and
clutter. Certain threshold for the background noise can
be determined and can be set as the reference value
above which target will exist, if the target detection in
background is constant in time and space [13]. If
background is variable threshold value can be changed
based on certain observation such as type of object,
location, size, existence of different state of object.
Algorithm used to adjust the digitized signal according to
its magnitude is OS-CFAR. The reconstructed signal is
divided into group of 4 elements on FPGA. Bubble sort
algorithm is used for each group .Every value is
compared with pre-determined threshold value after
sorting [13]. Greater signal indicates final output. If value
is above threshold then signal output will be one else
zero. As shown in fig (10) FFT outputs are divided into
two groups each consisting of 4 elements. This elements
undergoes sorting in descending order of their
magnitude. After sorting every element is compared with
tested threshold value and if it is above threshold value
of greater signal will be 1.
Fig. 10. Constant False alarm rating
4. CONCLUSION
The aim of this paper is to find range resolution and
target discrimination from the return echo signal. A
pattern of reflected signal is obtained as the detection of
samples before reconstruction. This reconstructed signal
which is having bandwidth of 2 GHz undergoes various
signal processing algorithm such as FFT and DWT. FFT
gives the range resolution between two target. The
purpose of using DWT and FFT in parallel is to adjust
number of ADC samples for finding range resolution
using FFT whereas DWT does not required any
adjustment with ADC samples. Sampling rate can be
varied for shorter distance object. Accurate position of
the target in time and space is obtained using wavelet
transform. Hence presence of multiple different target
can be discriminated i.e. desired target can be identified.
CFAR algorithm gives probability of target detection
based on the set threshold values. Signal Processing
algorithm is designed for 3 applications viz. rail road
surveillance, airport, intrusion detection. Accuracy of the
algorithm can be tested and improve by adjusting
samples in ADC and sampling speed of the ADC.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1162
ACKNOWLEDGEMENT
The authors would like to thank Dr. N.M.Singh, Head of
Department and the entire Electrical department from
VJTI Mumbai, India for providing facilities to carry out
this research work and also would like to thanks
Veermata Jijabai Technological Institute Mumbai India
for support.
REFERENCES
[1]Rahul Tichkule, Mrs. Poornima shrivastava, Dr. R.G.
karandikar,"Application of Time Delay Approach in Ultra
Wide Band RADAR Processing", unpublished
[2]Jing Li, Lanbo Lui, Zhaofa Zeng, Fengshan Lui,
"Simulation and signal processing of UWB radar for
Human Detection in Complex Environment"14th
International conference on ground penetrating radar
2012
[3]Chi-Hasuan, Yu-Fang Chiu, " A UWB Radar Signal
Process Platform for Real Time Human Respiratory
Feature Extraction Based on Four Signal Linear
Extraction Model" IEEE Transaction on Biomedical
Circuits and Systems
[4]Marco Govoni, Enrico M. Vitucci, Vittorio Degli
Esposti, Francesco Guidi, Giovanni Tartarini, Davide
Dardari"Study of a UWB Multi-static Radar for Railroad
Crossing Surveillance", IEEE 2015
[5]Faheem Khan, Sung Ho Cho," A Detailed Algorithm for
Vital Sign Monitoring of a Stationary/Non-Stationary
Human through IR-UWB Radar", Sensors 2017, 17, 290
[6]Yin Jun, Deng Jia-Hao, “UWB Distance detector”
International Conference on Computational
Electromagnetic and its Applications Proceedings. 2004
[7]https://en.wikipedia.org/wiki/FIFO_(computing_and_
electronics)
[8]GuiFen Xia, BaoJun Zhao," Detection of Laser Radar
Target Based on Wavelet Decomposition", ICSP2006
Proceedings
[9]S J Thiruvengadam, P Chinnadurai, M Thirumalai
Kumar & V Abhaikumar," Signal Detection Algorithm
using Discrete Wavelet Transform and Radon
Transform", IETE Journal of Research
[10]https://en.wikipedia.org/wiki/Discrete_wavelet_tra
nsform
[11]Eugin Hyun, Sang-Dong Kim, Chiho Park, Jong-Hun
Lee," Automotive FMCW Radar with Adaptive Range
Resolution", Second International Conference on Future
Generation Communication and Networking Symposia,
2008
[12]Sneha N.kherde, Meghana Hasamnis, “Efficient
Design and Implementation of FFT”, International
Journal of Engineering Science and Technology (IJEST),
ISSN: 0975-5462 NCICT Special Issue Feb 2011

More Related Content

What's hot

IRJET- Performance Analysis of Clock and Data Recovery Circuits using Multile...
IRJET- Performance Analysis of Clock and Data Recovery Circuits using Multile...IRJET- Performance Analysis of Clock and Data Recovery Circuits using Multile...
IRJET- Performance Analysis of Clock and Data Recovery Circuits using Multile...
IRJET Journal
 
FPGA Design and Implementation of Electrocardiogram Biomedical Embedded System
FPGA Design and Implementation of Electrocardiogram Biomedical Embedded SystemFPGA Design and Implementation of Electrocardiogram Biomedical Embedded System
FPGA Design and Implementation of Electrocardiogram Biomedical Embedded System
ns risman
 
An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936
An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936
An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936
Premier Farnell
 
Implementation of UART with BIST Technique Using Low Power LFSR
Implementation of UART with BIST Technique Using Low Power LFSRImplementation of UART with BIST Technique Using Low Power LFSR
Implementation of UART with BIST Technique Using Low Power LFSR
IJERA Editor
 
Iisrt z pranoti kumbhare
Iisrt z pranoti kumbhareIisrt z pranoti kumbhare
Iisrt z pranoti kumbhareIISRT
 
J010234960
J010234960J010234960
J010234960
IOSR Journals
 
Survey of Optimization of FFT processor for OFDM Receivers
Survey of Optimization of FFT processor for OFDM ReceiversSurvey of Optimization of FFT processor for OFDM Receivers
Survey of Optimization of FFT processor for OFDM Receivers
ijsrd.com
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
IJERA Editor
 
A Novel Architecture for Different DSP Applications Using Field Programmable ...
A Novel Architecture for Different DSP Applications Using Field Programmable ...A Novel Architecture for Different DSP Applications Using Field Programmable ...
A Novel Architecture for Different DSP Applications Using Field Programmable ...
journal ijme
 
Identifying PCIe 3.0 Dynamic Equalization Problems
Identifying PCIe 3.0 Dynamic Equalization ProblemsIdentifying PCIe 3.0 Dynamic Equalization Problems
Identifying PCIe 3.0 Dynamic Equalization Problems
teledynelecroy
 
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
IJECEIAES
 
Ln3619761985
Ln3619761985Ln3619761985
Ln3619761985
IJERA Editor
 
Advanced approach for reducing papr in ofdm systems to minimize interference ...
Advanced approach for reducing papr in ofdm systems to minimize interference ...Advanced approach for reducing papr in ofdm systems to minimize interference ...
Advanced approach for reducing papr in ofdm systems to minimize interference ...
eSAT Journals
 
Db33621624
Db33621624Db33621624
Db33621624
IJERA Editor
 
Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...
journalBEEI
 
Matlab Based Decimeter Design Analysis Wimax Appliacation
Matlab Based Decimeter Design Analysis Wimax AppliacationMatlab Based Decimeter Design Analysis Wimax Appliacation
Matlab Based Decimeter Design Analysis Wimax Appliacation
iosrjce
 

What's hot (17)

IRJET- Performance Analysis of Clock and Data Recovery Circuits using Multile...
IRJET- Performance Analysis of Clock and Data Recovery Circuits using Multile...IRJET- Performance Analysis of Clock and Data Recovery Circuits using Multile...
IRJET- Performance Analysis of Clock and Data Recovery Circuits using Multile...
 
FPGA Design and Implementation of Electrocardiogram Biomedical Embedded System
FPGA Design and Implementation of Electrocardiogram Biomedical Embedded SystemFPGA Design and Implementation of Electrocardiogram Biomedical Embedded System
FPGA Design and Implementation of Electrocardiogram Biomedical Embedded System
 
An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936
An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936
An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936
 
Implementation of UART with BIST Technique Using Low Power LFSR
Implementation of UART with BIST Technique Using Low Power LFSRImplementation of UART with BIST Technique Using Low Power LFSR
Implementation of UART with BIST Technique Using Low Power LFSR
 
Iisrt z pranoti kumbhare
Iisrt z pranoti kumbhareIisrt z pranoti kumbhare
Iisrt z pranoti kumbhare
 
J010234960
J010234960J010234960
J010234960
 
Survey of Optimization of FFT processor for OFDM Receivers
Survey of Optimization of FFT processor for OFDM ReceiversSurvey of Optimization of FFT processor for OFDM Receivers
Survey of Optimization of FFT processor for OFDM Receivers
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
 
A Novel Architecture for Different DSP Applications Using Field Programmable ...
A Novel Architecture for Different DSP Applications Using Field Programmable ...A Novel Architecture for Different DSP Applications Using Field Programmable ...
A Novel Architecture for Different DSP Applications Using Field Programmable ...
 
Identifying PCIe 3.0 Dynamic Equalization Problems
Identifying PCIe 3.0 Dynamic Equalization ProblemsIdentifying PCIe 3.0 Dynamic Equalization Problems
Identifying PCIe 3.0 Dynamic Equalization Problems
 
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
 
1749 1756
1749 17561749 1756
1749 1756
 
Ln3619761985
Ln3619761985Ln3619761985
Ln3619761985
 
Advanced approach for reducing papr in ofdm systems to minimize interference ...
Advanced approach for reducing papr in ofdm systems to minimize interference ...Advanced approach for reducing papr in ofdm systems to minimize interference ...
Advanced approach for reducing papr in ofdm systems to minimize interference ...
 
Db33621624
Db33621624Db33621624
Db33621624
 
Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...
 
Matlab Based Decimeter Design Analysis Wimax Appliacation
Matlab Based Decimeter Design Analysis Wimax AppliacationMatlab Based Decimeter Design Analysis Wimax Appliacation
Matlab Based Decimeter Design Analysis Wimax Appliacation
 

Similar to IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar

Noise Immune and Area Optimized Serial Interface for FPGA based Industrial In...
Noise Immune and Area Optimized Serial Interface for FPGA based Industrial In...Noise Immune and Area Optimized Serial Interface for FPGA based Industrial In...
Noise Immune and Area Optimized Serial Interface for FPGA based Industrial In...
International Journal of Science and Research (IJSR)
 
IRJET- A Digital Down Converter on Zynq SoC
IRJET-  	  A Digital Down Converter on Zynq SoCIRJET-  	  A Digital Down Converter on Zynq SoC
IRJET- A Digital Down Converter on Zynq SoC
IRJET Journal
 
Advanced lock in amplifier for detection of phase transitions in liquid crystals
Advanced lock in amplifier for detection of phase transitions in liquid crystalsAdvanced lock in amplifier for detection of phase transitions in liquid crystals
Advanced lock in amplifier for detection of phase transitions in liquid crystalsIAEME Publication
 
A novel fast time jamming analysis transmission selection technique for radar...
A novel fast time jamming analysis transmission selection technique for radar...A novel fast time jamming analysis transmission selection technique for radar...
A novel fast time jamming analysis transmission selection technique for radar...
IJECEIAES
 
Performance Evaluation of IEEE STD 802.16d Transceiver
Performance Evaluation of IEEE STD 802.16d TransceiverPerformance Evaluation of IEEE STD 802.16d Transceiver
Performance Evaluation of IEEE STD 802.16d Transceiver
IOSR Journals
 
Performance Evaluation of IEEE STD 802.16d Transceiver
Performance Evaluation of IEEE STD 802.16d TransceiverPerformance Evaluation of IEEE STD 802.16d Transceiver
Performance Evaluation of IEEE STD 802.16d Transceiver
IOSR Journals
 
Digital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier RecoveryDigital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier Recovery
IJERD Editor
 
An_FPGA_Based_Passive_K_Delta_1_Sigma_Modulator
An_FPGA_Based_Passive_K_Delta_1_Sigma_ModulatorAn_FPGA_Based_Passive_K_Delta_1_Sigma_Modulator
An_FPGA_Based_Passive_K_Delta_1_Sigma_ModulatorMatthew Albert Meza
 
62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libre62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libreIJTET Journal
 
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
 
Parallel implementation of pulse compression method on a multi-core digital ...
Parallel implementation of pulse compression method on  a multi-core digital ...Parallel implementation of pulse compression method on  a multi-core digital ...
Parallel implementation of pulse compression method on a multi-core digital ...
IJECEIAES
 
A Two Channel Analog Front end Design AFE Design with Continuous Time ∑-∆ Mod...
A Two Channel Analog Front end Design AFE Design with Continuous Time ∑-∆ Mod...A Two Channel Analog Front end Design AFE Design with Continuous Time ∑-∆ Mod...
A Two Channel Analog Front end Design AFE Design with Continuous Time ∑-∆ Mod...
IJECEIAES
 
IRJET- Design of an FPGA based Control System for Robot
IRJET-  	  Design of an FPGA based Control System for RobotIRJET-  	  Design of an FPGA based Control System for Robot
IRJET- Design of an FPGA based Control System for Robot
IRJET Journal
 
A Simulation of Wideband CDMA System on Digital Up/Down Converters
A Simulation of Wideband CDMA System on Digital Up/Down ConvertersA Simulation of Wideband CDMA System on Digital Up/Down Converters
A Simulation of Wideband CDMA System on Digital Up/Down Converters
Editor IJMTER
 
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
 
Health Monitoring Using Li-Fi Technology
Health Monitoring Using Li-Fi TechnologyHealth Monitoring Using Li-Fi Technology
Health Monitoring Using Li-Fi Technology
IRJET Journal
 
Wireless data transmission through uart port using arm & rf transceiver
Wireless data transmission through uart port using arm & rf transceiverWireless data transmission through uart port using arm & rf transceiver
Wireless data transmission through uart port using arm & rf transceiver
eSAT Publishing House
 
IRJET - Frequency Reconfigurable Rectangular Microstrip Patch Antenna with DG...
IRJET - Frequency Reconfigurable Rectangular Microstrip Patch Antenna with DG...IRJET - Frequency Reconfigurable Rectangular Microstrip Patch Antenna with DG...
IRJET - Frequency Reconfigurable Rectangular Microstrip Patch Antenna with DG...
IRJET Journal
 
B0530714
B0530714B0530714
B0530714
IOSR Journals
 
GNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and ReceptionGNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and Reception
IRJET Journal
 

Similar to IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar (20)

Noise Immune and Area Optimized Serial Interface for FPGA based Industrial In...
Noise Immune and Area Optimized Serial Interface for FPGA based Industrial In...Noise Immune and Area Optimized Serial Interface for FPGA based Industrial In...
Noise Immune and Area Optimized Serial Interface for FPGA based Industrial In...
 
IRJET- A Digital Down Converter on Zynq SoC
IRJET-  	  A Digital Down Converter on Zynq SoCIRJET-  	  A Digital Down Converter on Zynq SoC
IRJET- A Digital Down Converter on Zynq SoC
 
Advanced lock in amplifier for detection of phase transitions in liquid crystals
Advanced lock in amplifier for detection of phase transitions in liquid crystalsAdvanced lock in amplifier for detection of phase transitions in liquid crystals
Advanced lock in amplifier for detection of phase transitions in liquid crystals
 
A novel fast time jamming analysis transmission selection technique for radar...
A novel fast time jamming analysis transmission selection technique for radar...A novel fast time jamming analysis transmission selection technique for radar...
A novel fast time jamming analysis transmission selection technique for radar...
 
Performance Evaluation of IEEE STD 802.16d Transceiver
Performance Evaluation of IEEE STD 802.16d TransceiverPerformance Evaluation of IEEE STD 802.16d Transceiver
Performance Evaluation of IEEE STD 802.16d Transceiver
 
Performance Evaluation of IEEE STD 802.16d Transceiver
Performance Evaluation of IEEE STD 802.16d TransceiverPerformance Evaluation of IEEE STD 802.16d Transceiver
Performance Evaluation of IEEE STD 802.16d Transceiver
 
Digital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier RecoveryDigital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier Recovery
 
An_FPGA_Based_Passive_K_Delta_1_Sigma_Modulator
An_FPGA_Based_Passive_K_Delta_1_Sigma_ModulatorAn_FPGA_Based_Passive_K_Delta_1_Sigma_Modulator
An_FPGA_Based_Passive_K_Delta_1_Sigma_Modulator
 
62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libre62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libre
 
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...
 
Parallel implementation of pulse compression method on a multi-core digital ...
Parallel implementation of pulse compression method on  a multi-core digital ...Parallel implementation of pulse compression method on  a multi-core digital ...
Parallel implementation of pulse compression method on a multi-core digital ...
 
A Two Channel Analog Front end Design AFE Design with Continuous Time ∑-∆ Mod...
A Two Channel Analog Front end Design AFE Design with Continuous Time ∑-∆ Mod...A Two Channel Analog Front end Design AFE Design with Continuous Time ∑-∆ Mod...
A Two Channel Analog Front end Design AFE Design with Continuous Time ∑-∆ Mod...
 
IRJET- Design of an FPGA based Control System for Robot
IRJET-  	  Design of an FPGA based Control System for RobotIRJET-  	  Design of an FPGA based Control System for Robot
IRJET- Design of an FPGA based Control System for Robot
 
A Simulation of Wideband CDMA System on Digital Up/Down Converters
A Simulation of Wideband CDMA System on Digital Up/Down ConvertersA Simulation of Wideband CDMA System on Digital Up/Down Converters
A Simulation of Wideband CDMA System on Digital Up/Down Converters
 
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...
 
Health Monitoring Using Li-Fi Technology
Health Monitoring Using Li-Fi TechnologyHealth Monitoring Using Li-Fi Technology
Health Monitoring Using Li-Fi Technology
 
Wireless data transmission through uart port using arm & rf transceiver
Wireless data transmission through uart port using arm & rf transceiverWireless data transmission through uart port using arm & rf transceiver
Wireless data transmission through uart port using arm & rf transceiver
 
IRJET - Frequency Reconfigurable Rectangular Microstrip Patch Antenna with DG...
IRJET - Frequency Reconfigurable Rectangular Microstrip Patch Antenna with DG...IRJET - Frequency Reconfigurable Rectangular Microstrip Patch Antenna with DG...
IRJET - Frequency Reconfigurable Rectangular Microstrip Patch Antenna with DG...
 
B0530714
B0530714B0530714
B0530714
 
GNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and ReceptionGNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and Reception
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 

Recently uploaded (20)

power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 

IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1 FPGA Based Processor for Feature Detection in Ultra-Wide Band Radar Kunal K. Kadam1, Dr. Surendra J. Bhosale2 1MTech Electronics, Electrical Department, VJTI, Mumbai-400019, India. 2Associate Professor, Electrical Department, VJTI, Mumbai-400019, India ------------------------------------------------------------------------***------------------------------------------------------------------------- Abstract—UWB is radio technology making the use of short pulses and having large bandwidth and low energy which helps in finite time resolution. An algorithm is developed for signal processing of UWB radar in this work. This work also makes use of Field programmable gate array (FPGA) which is suitable for fast and parallel signal processing. High resolution can be achieved using multi- channel ADC and delay method. This time delay methods also helps in controlling high speed ADC. Keywords—Analog to digital converter, Signal processing, Field programmable gate array, Ultra- wide band signals. 1. INTRODUCTION UWB is operated in the range of the 3-10 GHz. The advantages of UWB are high data rate, large bandwidth, less complexity and low cost. Low power spectral density occurs due to wide bandwidth during transmission of UWB, and hence possibility of interference due to another user is low. This advantage enables highly accurate measurements at short distance. UWB signals can pass through the objects that are likely to reflect signal such as doors, windows, walls. Compared to sine wave, accuracy of UWB signals is very high. UWB Radar is capable of providing transmitting power of about 1 watt and centre frequency of 6 GHz. Range resolution of 0.1125m can be obtained. Pulse width and Pulse Repetition Frequency are 750psec and 10 KHz respectively. Normal range of 30 meter and maximum unambiguous range of 15 Km is achievable. Bandwidth of the system is large up to 2 GHz. [1]. Human trapped in the earthquake and fire disaster site uses UWB radar [2]. Frequency time analysis Hilbert Haung Transform is obtained using finite difference time domain algorithm followed by 2D FFT for spectral analysis and suppressing noise frequency component. This brings out separation of cross range data and the data extracted for breathing and heartbeat frequencies over natural frequencies. Detailed features of the Human respiratory system can be studied using UWB radar design [3].Modified raised cosine waveform (MRCW) and iterative search correlation algorithm provides extraction of extra information about respiratory system. This system can detect heart rate up to frequency 0.1 to 1 Hz. Proposed algorithm can detect CZT frequency component and used to detect FSLW respiration model which includes Respiration rate, inspiration speed, expiration speed, respiration system and respiration holding ratio. Different purposes that can be served by UWB radar are: monitoring the rail road crossing at the unmanned railway gates, removal of clutter effect using positive variation, monitoring heart beat and respiration using non-invasive manner which do not involve any instrument inside body, four TX-RX UWB sensors transmits the collected data to centralized server [4]. 2.HARDWARE DESIGN The essential hardware for the signal processing of UWB radar is described in above figure. Pulse or the reflected echoes from the target serves as input to the system. This input is then processed using amplifier, power divider, delay line, ADC and FPGA. The result from this processing will give feature detection and discrimination of the target. Fig.1-Block diagram description reception & processing of signal of UWB radar 2.1 Amplifier: The signal reflected from target or the echo signal is input to the amplifier. Amplifier is having a bandwidth of 1.5 GHz and centre frequency 6 GHz. This
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1159 helps in amplifying low level signals at the input. In order to raise power of input signal Gallium Arsenate FET transistor is used. Such amplifier is capable of giving gain up to 16 dB and output in the range 44-46 dBm. 2.2 Power Divider: Power division block divides the power of input signal into 8 equal parts. The ADC channel and delay line are then operated using power supplied by power divider block. ZN8PD -113+ power splitter is used as power divider block used. This power splitter block operates in frequency range of up to 11 GHz. Maximum power handling capacity of power divider is 10W. 2.3 Delay Line: The purpose of delay line is to generate the delay of 1ns. A delay equivalent to 7 times the input signal is obtained as shown in the figure (2) keeping space time constant at 1ns. Fig. 2. Signal flow through delay line 2.4 ADC: The analog signal is converted to digital signal using ADC. FMC108 (FPGA Mezzanine card) ADC is used for such conversion. FMC108 is having 8 A/D channels of 14 bit resolution and sampling rate of 250 MSPS (Mega Samples per Second).Internal clock used for this conversion is 250Mhz.Digitalisation of all 8 delayed signals is then followed by FPGA which analyses, stores and display the result. 2.5 Field Programming Gate Array: FPGA processes the digital input signal. This gives the information about target such as range resolution and target discrimination. FPGA used for the signal processing in this work is Ultra Scale Kintex (xcu040). With 1920 DSP slices and 450 GPIOs, FPGA enables to execute DSP algorithm in either sequential or a parallel manner. 2.6 Processor: The processor which meets all the specification of systems is E3800 Intel Atom processor. This processor can be can operated over variety of thermal condition. High connectivity, integrated memory controller are some of features of this processor 3.SIGNAL PROCESSING Fig. 3. Signal processing in UWB radar The signal processing module shown above has different algorithms such as wavelet transform, Fast Fourier transform, and constant false alarm rate. All these blocks are designed in such a way that various information related to target such as velocity, distance are obtained. Information about both stationary as well as non-stationary target can be obtained using this module. 3.1 Reconstruction: Digital signal sampled by ADC serves as input to reconstruction block. Finite number of time delays are used to space the sample at the channel with effective delay of 1 ns. At the output of each channel, a total of 8 sampled signals are collected [6]. All these 8 samples are having a delay of 1ns each. FIFO is temporary memory used for storing data. In FIFO the data first entered will be given out first. Two signal full and empty are used to signal the status of memory. A high on empty signal will write data into memory while a high on full signal will read the memory. FPGA then receives the samples in order to determine thresholds of target. A bandwidth of 2GHz is observed for the signals at the output. The output of FIFO is shown below. Data out signals are nothing but the reconstructed signals from samples of the signal.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1160 Fig. 4. Reconstruction of signal & FIFO 3.2 Wavelet transform Wavelets are zero mean extensively decaying oscillation having waveform like structure. Wavelet transform makes analysis about the presence of the target with the help of radar echoes [8]. Discrete wavelet transform is defined as: Ajf =∑n€zh(n-2k)Aj-if Djf =∑n€zh(n-2k)Dj-if (1) Where g(n) and h(n) are high pass and low pass filter. Smoothening of abrupt data is done using low pass filter. Convolution of LPF and HPF coefficients is done with the samples from ADC. Excess of the data created during convolution is then removed by down sampling by a factor of 2j. Discrete wavelet decomposition in shown in fig.(5).The output of DWT Fig.5 Discrete Wavelet Decomposition Fig (6) shows output of DWT. Sum0 to sub3 are the outputs at each level of the calculation for figure(5). Fig. 6. Discrete Wavelet Transform 3.3 Fast Fourier Transform: FFT algorithm can be used for determination of range profile and range resolution of radar. Collision probability is high for near target hence ADC samples are down sampled e.g. 1000 samples are de-interleaved to 500 samples processing through zero padding FFT which gives same result as the number of FFT points remains constant[11]. Using this de-interleaving technique data acquired by ADC can be sampled down to Ns/2 where Ns indicates total number of samples and also the ranges of the middle value samples can be adjusted. Initially 8 point FFT is used for resolving 8 samples from ADC using radix- Stage1 Stage2 Stage3 Fig. 7. Butterfly Diagram for DIF FFT 2 DIF FFT simulated in VHDL. Output of FFT is divides into 2 parts viz. real and imaginary. Real part indicated odd output and imaginary part gives even output[12]. A DIF FFT requires 12 complex multiplication and 24 complex additions.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1161 Input to the first stage, as shown in butterfly diagram is the reconstructed signal whose output then feeds as input for the stage 2. Stage 2 output is now the input for the third stage and third stage output serves as final FFT output in frequency domain. Fig (8) shows real part FFT output. Outre0, outre1....outre7 indicates the real part of output signals. Fig. 8. Real part of FFT Fig (9) shows imaginary part FFT output. outim1, outim2 ......outim7 indicates the imaginary part output signals Fig. 9. Imaginary part of FFT 3.4 Constant False alarm rating: CFAR is an efficient way of detecting the target returns against interference of background noise and clutter. Certain threshold for the background noise can be determined and can be set as the reference value above which target will exist, if the target detection in background is constant in time and space [13]. If background is variable threshold value can be changed based on certain observation such as type of object, location, size, existence of different state of object. Algorithm used to adjust the digitized signal according to its magnitude is OS-CFAR. The reconstructed signal is divided into group of 4 elements on FPGA. Bubble sort algorithm is used for each group .Every value is compared with pre-determined threshold value after sorting [13]. Greater signal indicates final output. If value is above threshold then signal output will be one else zero. As shown in fig (10) FFT outputs are divided into two groups each consisting of 4 elements. This elements undergoes sorting in descending order of their magnitude. After sorting every element is compared with tested threshold value and if it is above threshold value of greater signal will be 1. Fig. 10. Constant False alarm rating 4. CONCLUSION The aim of this paper is to find range resolution and target discrimination from the return echo signal. A pattern of reflected signal is obtained as the detection of samples before reconstruction. This reconstructed signal which is having bandwidth of 2 GHz undergoes various signal processing algorithm such as FFT and DWT. FFT gives the range resolution between two target. The purpose of using DWT and FFT in parallel is to adjust number of ADC samples for finding range resolution using FFT whereas DWT does not required any adjustment with ADC samples. Sampling rate can be varied for shorter distance object. Accurate position of the target in time and space is obtained using wavelet transform. Hence presence of multiple different target can be discriminated i.e. desired target can be identified. CFAR algorithm gives probability of target detection based on the set threshold values. Signal Processing algorithm is designed for 3 applications viz. rail road surveillance, airport, intrusion detection. Accuracy of the algorithm can be tested and improve by adjusting samples in ADC and sampling speed of the ADC.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1162 ACKNOWLEDGEMENT The authors would like to thank Dr. N.M.Singh, Head of Department and the entire Electrical department from VJTI Mumbai, India for providing facilities to carry out this research work and also would like to thanks Veermata Jijabai Technological Institute Mumbai India for support. REFERENCES [1]Rahul Tichkule, Mrs. Poornima shrivastava, Dr. R.G. karandikar,"Application of Time Delay Approach in Ultra Wide Band RADAR Processing", unpublished [2]Jing Li, Lanbo Lui, Zhaofa Zeng, Fengshan Lui, "Simulation and signal processing of UWB radar for Human Detection in Complex Environment"14th International conference on ground penetrating radar 2012 [3]Chi-Hasuan, Yu-Fang Chiu, " A UWB Radar Signal Process Platform for Real Time Human Respiratory Feature Extraction Based on Four Signal Linear Extraction Model" IEEE Transaction on Biomedical Circuits and Systems [4]Marco Govoni, Enrico M. Vitucci, Vittorio Degli Esposti, Francesco Guidi, Giovanni Tartarini, Davide Dardari"Study of a UWB Multi-static Radar for Railroad Crossing Surveillance", IEEE 2015 [5]Faheem Khan, Sung Ho Cho," A Detailed Algorithm for Vital Sign Monitoring of a Stationary/Non-Stationary Human through IR-UWB Radar", Sensors 2017, 17, 290 [6]Yin Jun, Deng Jia-Hao, “UWB Distance detector” International Conference on Computational Electromagnetic and its Applications Proceedings. 2004 [7]https://en.wikipedia.org/wiki/FIFO_(computing_and_ electronics) [8]GuiFen Xia, BaoJun Zhao," Detection of Laser Radar Target Based on Wavelet Decomposition", ICSP2006 Proceedings [9]S J Thiruvengadam, P Chinnadurai, M Thirumalai Kumar & V Abhaikumar," Signal Detection Algorithm using Discrete Wavelet Transform and Radon Transform", IETE Journal of Research [10]https://en.wikipedia.org/wiki/Discrete_wavelet_tra nsform [11]Eugin Hyun, Sang-Dong Kim, Chiho Park, Jong-Hun Lee," Automotive FMCW Radar with Adaptive Range Resolution", Second International Conference on Future Generation Communication and Networking Symposia, 2008 [12]Sneha N.kherde, Meghana Hasamnis, “Efficient Design and Implementation of FFT”, International Journal of Engineering Science and Technology (IJEST), ISSN: 0975-5462 NCICT Special Issue Feb 2011