Yongchul Jung's research while affiliated with Korea Electronics Technology Institute and other places

What is this page?


This page lists the scientific contributions of an author, who either does not have a ResearchGate profile, or has not yet added these contributions to their profile.

It was automatically created by ResearchGate to create a record of this author's body of work. We create such pages to advance our goal of creating and maintaining the most comprehensive scientific repository possible. In doing so, we process publicly available (personal) data relating to the author as a member of the scientific community.

If you're a ResearchGate member, you can follow this page to keep up with this author's work.

If you are this author, and you don't want us to display this page anymore, please let us know.

Publications (18)


FMCW Radar-based Vital Signal Monitoring Technique Using Adaptive Range-bin Selection
  • Conference Paper

May 2023

·

31 Reads

·

2 Citations

Mingeon Shin

·

Yongchul Jung

·

Jongho Kim

·

[...]

·

Sungho Lee
Share

Figure 1. Block diagram of CFAR detector.
Figure 7. Detection probability on both sides of the reference window, where the numbers of interfering targets on both side of the reference window differ (N = 36, P f a = 10 −4 ).
Figure 8. Detection probability on both sides of reference window and the number of interfering targets on both sides of reference window are the same (N = 36, P f a = 10 −4 ).
Figure 9. False alarm probability in clutter edge situation (N = 36, P f a = 10 −4 , and CNR = 10 dB).
Figure 10. Hardware architecture of proposed CFAR algorithm.

+5

FPGA Implementation of Efficient CFAR Algorithm for Radar Systems
  • Article
  • Full-text available

January 2023

·

154 Reads

·

3 Citations

Sensors

The constant false-alarm rate (CFAR) algorithm is essential for detecting targets during radar signal processing. It has been improved to accurately detect targets, especially in nonhomogeneous environments, such as multitarget or clutter edge environments. For example, there are sort-based and variable index-based algorithms. However, these algorithms require large amounts of computation, making them difficult to apply in radar applications that require real-time target detection. We propose a new CFAR algorithm that determines the environment of a received signal through a new decision criterion and applies the optimal CFAR algorithms such as the modified variable index (MVI) and automatic censored cell averaging-based ordered data variability (ACCA-ODV). The Monte Carlo simulation results of the proposed CFAR algorithm showed a high detection probability of 93.8% in homogeneous and nonhomogeneous environments based on an SNR of 25 dB. In addition, this paper presents the hardware design, field-programmable gate array (FPGA)-based implementation, and verification results for the practical application of the proposed algorithm. We reduced the hardware complexity by time-sharing sum and square operations and by replacing division operations with multiplication operations when calculating decision parameters. We also developed a low-complexity and high-speed sorter architecture that performs sorting for the partial data in leading and lagging windows. As a result, the implementation used 8260 LUTs and 3823 registers and took 0.6 μs to operate. Compared with the previously proposed FPGA implementation results, it is confirmed that the complexity and operation speed of the proposed CFAR processor are very suitable for real-time implementation.

Download



Fig. 2. RMSE of azimuth angle estimation from 1,000 Monte Carlo simulations for two targets (M = 64, L = 4, K = 2, Q = 1,000).
Fig. 3. RMSE of range estimation from 1,000 Monte Carlo simulations for two targets (M = 64, L = 4, K = 2, Q = 1,000).
Low-Complexity 2D-MUSIC for Joint Range and Angle Estimation of Frequency Modulated Continuous-Wave Radar

November 2021

·

34 Reads

Journal of Electromagnetic Engineering and Science

A pre-processing technique is proposed to reduce the complexity of two-dimensional multiple signal classification (2D-MUSIC) for the joint range and angle estimation of frequency-modulated continuous-wave (FMCW) radar systems. By using the central symmetry of the angle steering vector from a uniform linear array (ULA) antenna and the linearity of the beat signal in the FMCW radar, this preprocessing technique transforms 2D-MUSIC from complex values into real values. To compare the computational complexity of the proposed algorithm with the conventional 2D-MUSIC, we measured the CPU processing time for various numbers of snapshots, and the evaluation results indicated that the 2D-MUSIC with the proposed pre-processing technique is approximately three times faster than the conventional 2D-MUSIC.


FPGA Implementation of an Efficient FFT Processor for FMCW Radar Signal Processing

September 2021

·

487 Reads

·

17 Citations

Sensors

This paper presents the design and implementation results of an efficient fast Fourier transform (FFT) processor for frequency-modulated continuous wave (FMCW) radar signal processing. The proposed FFT processor is designed with a memory-based FFT architecture and supports variable lengths from 64 to 4096. Moreover, it is designed with a floating-point operator to prevent the performance degradation of fixed-point operators. FMCW radar signal processing requires windowing operations to increase the target detection rate by reducing clutter side lobes, magnitude calculation operations based on the FFT results to detect the target, and accumulation operations to improve the detection performance of the target. In addition, in some applications such as the measurement of vital signs, the phase of the FFT result has to be calculated. In general, only the FFT is implemented in the hardware, and the other FMCW radar signal processing is performed in the software. The proposed FFT processor implements not only the FFT, but also windowing, accumulation, and magnitude/phase calculations in the hardware. Therefore, compared with a processor implementing only the FFT, the proposed FFT processor uses 1.69 times the hardware resources but achieves an execution time 7.32 times shorter.


Scalable ESPRIT Processor for Direction-of-Arrival Estimation of Frequency Modulated Continuous Wave Radar

March 2021

·

676 Reads

·

13 Citations

Electronics

The estimation of signal parameters via rotational invariance techniques (ESPRIT) is an algorithm that uses the shift-invariant properties of the array antenna to estimate the direction-of-arrival (DOA) of signals received in the array antenna. Since the ESPRIT algorithm requires high-complexity operations such as covariance matrix and eigenvalue decomposition, a hardware processor must be implemented such that the DOA is estimated in real time. Additionally, the ESPRIT processor should support a scalable number of antenna configuration for DOA estimation in various applications because the performance of ESPRIT depends on the number of antennas. Therefore, we propose an ESPRIT processor that supports two to eight scalable antenna configuration. In addition, since the proposed ESPRIT processor is based on multiple invariances (MI) algorithm, it can achieve a much better performance than the existing ESPRIT processor. The execution time is reduced by simplifying the Jacobi method, which has the most significant computational complexity for calculating eigenvalue decomposition (EVD) in ESPRIT. Moreover, the ESPRIT processor was designed using hardware description language (HDL), and an FPGA-based verification was performed. The proposed ESPRIT processor was implemented with 10,088 slice registers, 18,207 LUTs, and 80 DSPs, and the slice register, LUT, and DSP were reduced by up to 71.45%, 54.5%, and 68.38%, respectively, compared to the existing structure.


Reconfigurable Binary Neural Network Accelerator with Adaptive Parallelism Scheme

January 2021

·

692 Reads

·

13 Citations

Electronics

Binary neural networks (BNNs) have attracted significant interest for the implementation of deep neural networks (DNNs) on resource-constrained edge devices, and various BNN accelerator architectures have been proposed to achieve higher efficiency. BNN accelerators can be divided into two categories: streaming and layer accelerators. Although streaming accelerators designed for a specific BNN network topology provide high throughput, they are infeasible for various sensor applications in edge AI because of their complexity and inflexibility. In contrast, layer accelerators with reasonable resources can support various network topologies, but they operate with the same parallelism for all the layers of the BNN, which degrades throughput performance at certain layers. To overcome this problem, we propose a BNN accelerator with adaptive parallelism that offers high throughput performance in all layers. The proposed accelerator analyzes target layer parameters and operates with optimal parallelism using reasonable resources. In addition, this architecture is able to fully compute all types of BNN layers thanks to its reconfigurability, and it can achieve a higher area–speed efficiency than existing accelerators. In performance evaluation using state-of-the-art BNN topologies, the designed BNN accelerator achieved an area–speed efficiency 9.69 times higher than previous FPGA implementations and 24% higher than existing VLSI implementations for BNNs.


Low Complexity Pipelined FFT Processor for Radar Applications

January 2021

·

21 Reads

This paper proposes a low complexity fast Fourier transform processor for radar applications based on the radix-22 and the radix-23 single-path delay feedback pipeline architectures. The delay elements for aligning the data in the pipeline stage are one of the most complex units, and that of stage 1 is the biggest. By exploiting the fact that the input data sequence is zero-padded and that the twiddle factor multiplication in stage 1 is trivial, the proposed FFT processor can dramatically reduce the required number of delay elements. Moreover, the 256-point FFT processors were designed using hardware description language (HDL) and implemented on a Xilinx Artix-7 FPGA device. The proposed architecture was implemented with 1782 logic slices, which can be efficient and suitable for zero-padded FFT processors.


Design of Restricted Coulomb Energy Neural Network Processor for Multi-modal Sensor Fusion

January 2021

·

9 Reads

This paper proposes a restricted coulomb energy neural network (RCE-NN) with an improved learning algorithm and presents the hardware architecture design and FPGA implementation results. The proposed learning algorithm divides each neuron region in the learning process and measures the reliability with different factors for each region. In addition, it applies a process of gradual radius reduction by a pre-defined reduction rate. In performance evaluations using two datasets, RCE-NN with the proposed learning algorithm showed high recognition accuracy with fewer neurons compared to existing RCE-NNs. The proposed RCE-NN processor was implemented in an Intel-Altera Cyclone IV FPGA with 26,702 logic elements, 13,096 registers and 131,072bits memory and operated at the clock frequency of 150 MHz.


Citations (8)


... The frequency analysis shown in Fig. 9 was performed using the Fast Fourier Transform (FFT) to decompose the signal into frequencies, that is, to go from a time domain to a frequency domain; this algorithm reduces the computational cost concerning the Discrete Fourier Transform (DFT) [17] . The FFT divides the signal into segments, combining the results to obtain the complete transform considering the signal symmetry and periodicity properties. ...

Reference:

Method for phase space reconstruction to estimate the short-term future behavior of pressure signals in pipelines
FPGA Implementation of an Efficient FFT Processor for FMCW Radar Signal Processing

Sensors

... methods such as Multiple signal classification (MUSIC) method [14][15] or Estimation of signal parameters via rotational invariance techniques (ESPRIT) method [16][17]. However, because uniform linear array is used as the transmitter and receiver array, the spacing of its array elements is generally half a wavelength, and the array aperture is greatly restricted, which affects the performance of MIMO radar angle resolution and multi-target parameter estimation. ...

Scalable ESPRIT Processor for Direction-of-Arrival Estimation of Frequency Modulated Continuous Wave Radar

Electronics

... In this context, we aspire to provide a fresh perspective on the issue of saving hardware resources and reducing power consumption using 'Shared Layers' approach. This is discussed in our earlier work [1], where we leverage the fundamental capability of CNNs of learning to recognize patterns and train multiple distinct tasks from different modalities, thereby [26], [10] x x yes x x x [11] bitstreams reconfiguration yes (aging) x x x permanent faults [22], [23], [12] [13], [14], [24] x yes (radiation) x x x SEU [15] x yes (manufacturing defects) x x x permanent faults [16] x yes x x x permanent faults [3] bitstreams reconfiguration x yes x x x [17] x x yes yes x x [4] weights re-programming x x x x x [18] x x yes x yes x [37] voltage and frequency scaling x yes x x x [7] weights re-programming yes (radiation) yes x x SEU [5] large kernel decomposition x yes x x x [6] adaptive loading and processing data x yes x x x [8] hybrid quantization support x yes x x x [9] data path reconfiguration x yes x x x Proposed supporting multiple operating modes ( FT, DS, HP) yes(radiation, aging) yes yes yes SEU, SET, MBU, SEUs in CRAM forcing one application-specific CNN accelerator to learn the common features between the tasks, which would otherwise require three separate accelerators. We have evaluated fused and branched CNN models with different model compression methods. ...

Reconfigurable Binary Neural Network Accelerator with Adaptive Parallelism Scheme

Electronics

... Some techniques for time-frequency analysis for nonstationary signals with variations, such as the Short-Time Fourier Transform (STFT) and the Continuous Wavelet Transform (CWT), have been useful. However, they are not precise enough when the signals tend to be almost stationary [16,17]. The STFT presents defects in frequency leakage due to asynchronous transformations, unless the type of window is correctly selected, this decreases the frequency resolution [18]. ...

Area-Efficient Short-Time Fourier Transform Processor for Time–Frequency Analysis of Non-Stationary Signals

Applied Sciences

... Marek et al. [13] studied the method of identifying the location of garbage from images collected using the drone camera and displaying it on a global map using the on-board sensor set. Hyeon et al. [14] studied a hardware architecture applicable to a system-on-chip and a vision-based tracking algorithm to track objects in the drone hovering state. Muhammad et al. [15] studied 3D maps using the data acquired from the drone. ...

Area-Efficient Vision-Based Feature Tracker for Autonomous Hovering of Unmanned Aerial Vehicle

Electronics

... In the FFT algorithm, if the input is assumed to be real, and in the interval [−1,1), the output is in the interval [−N, N). In practice, it can be expressed as FPX (16,14). To prevent data overflow and ensure the accuracy of data, 16-bit truncation is used in the final output butterfly stage. ...

Area-Efficient Pipelined FFT Processor for Zero-Padded Signals

Electronics

... Optical flow has been demonstrated as a way to identify vehicles for driver assistance systems [42]; collision avoidance for multicopter Unmanned Aerial Vehicles [43]. In this study, we used optical flow as a means for establishing a framework in the detection, counting and the measurement of the movement trajectory of individual chickens. ...

Moving Object Detection Based on Optical Flow Estimation and a Gaussian Mixture Model for Advanced Driver Assistance Systems

Sensors

... However, many resource-restricted applications call for low-cost and low-power DNN designs, and reaching a relatively lower level of accuracy is often sufficient [5]. Therefore, substantial research has been conducted to run DNNs on low-power edge devices [6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21]. ...

VLSI Implementation of Restricted Coulomb Energy Neural Network with Improved Learning Scheme

Electronics