A FPGA Implementation of JPEG Baseline Encoder for Wearable Devices

Yuecheng Li1, Wenyan Jia1, Bo Luan2

  • 1Department of Neurological Surgery, University of Pittsburgh, Pittsburgh, PA 15213, USA.

Summary

This study presents an efficient Field-Programmable Gate Array (FPGA) implementation for JPEG image compression, ideal for wearable health devices. The design optimizes real-time performance and resource usage using High-Level Synthesis (HLS).

Related Concept Videos

Upsampling01:22

Upsampling

Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
709
Fast Fourier Transform01:10

Fast Fourier Transform

The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log⁡2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
1.2K
Downsampling01:20

Downsampling

When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
806
Pulse Oximetry01:24

Pulse Oximetry

Pulse oximetry, or SpO2, is a non-invasive method for continuously monitoring arterial oxygen saturation (SaO2). This procedure involves attaching a probe or sensor to the patient's fingertip, forehead, earlobe, or nose bridge. The sensor works by detecting changes in oxygen saturation levels through light signals generated by the oximeter and reflected by the pulsing blood under the probe.
Purpose
Average SpO2 values are greater than 95%. If the readings fall below 90%, it indicates that...
1.6K
Biasing of FET01:22

Biasing of FET

Biasing a Junction Field Effect Transistor (JFET) is crucial for setting operational parameters and ensuring efficient functioning in electronic circuits. JFETs are characterized by using a single carrier type in N-channel or P-channel configurations, where the channel is surrounded by PN junctions. These junctions are central to the device's ability to control current flow.
In an N-channel JFET, the structure consists of N-type material forming the channel on a P-type substrate, with the...
958
Sampling Continuous Time Signal01:11

Sampling Continuous Time Signal

In signal processing, a continuous-time signal can be sampled using an impulse-train sampling technique, followed by the zero-order hold method. Impulse-train sampling involves the use of a periodic impulse train, which consists of a series of delta functions spaced at regular intervals determined by the sampling period. When a continuous-time signal is multiplied by this impulse train, it generates impulses with amplitudes corresponding to the signal's values at the sampling points.
In the...
853