paper-with-me

Papers

Hardware-Software Codesign for Software Defined Radio: IEEE 802.11p receiver case study

2020-03-24

Software Defined Radio (SDR) platforms are useful tools to design new wireless technologies or to improve specifications of existing ones. The IEEE 802.11p is the de-facto standard for Wireless Vehicular Ad-hoc NETworks (VANETs). It has been implemented on GNU Radio SDR [1], which experiences frames decoding/encoding latency. In this paper an FPGA based SDR is proposed as a solution to accelerate frame decoding of IEEE 802.11p waveforms. We share our experience in designing and validating an SDR on the top of real FPGA based embedded hardware architecture. On the top of an FPGA Zynq platform, we port an SDR GNU Radio following hardware/software (HW/SW) codesign approach. A real time profiling of the SDR system shows that the OFDM equalizer with FFT software function is the most time consuming task of the whole SDR receiver functions (34.74%). We suggest hardware acceleration of the FFT processing function using the free logic gates of the FPGA Zynq as a Hardware (HW) accelerator. The HW OFDM Equalizer with FFT sub-function could accelerate the SDR chain processing in comparison with a pure software implementation. Our FPGA based SDR design is a key step toward proposing an embedded SDR. It would be an alternative for not only the IEEE 802.11p standard but for any OFDM based SDR.

📄 PDF Abstract BibTeX arXiv:2003.09525

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Implementing a LoRa Software-Defined Radio on a General-Purpose ULP Microcontroller

2021-07-12 · Mathieu Xhonneux, Jérôme Louveaux, David Bol

Emerging Internet-of-Things sensing applications rely on ultra low-power (ULP) microcontroller units (MCUs) that wirelessly transmit data to the cloud. Typical MCUs nowadays consist of generic blocks, except for the prot…

CPU

Towards Wireless Ranging and Synchronization using CubeSat Software-Defined Radio Subsystems

2022-12-01 · Markus Gardill, Dominik Pearson, Julian Scharnagl, Klaus Schilling

An approach towards wireless ranging and synchronization using commercial of-the-shelf software-defined radio payloads for small satellites, esp. CubeSats is studied. The approach only relies on the programmable logic co…

High-Precision Measurement of Sine and Pulse Reference Signals using Software-Defined Radio

2018-04-10

This paper addresses simultaneous, high-precision measurement and analysis of generic reference signals by using inexpensive commercial off-the-shelf Software Defined Radio hardware. Sine reference signals are digitally …

Implementation and Performance Analysis of a Low Resolution OFDM System Prototype With Low Cost Hardware

2023-02-11 · Eder O. de Souza, João T. Dias, Demerson N. Gonçalves

The present work focus on the implementation and analyze of performance of a low-resolution OFDM system prototype with low-cost hardware. A software defined radio (SDR) system was chosen in this implementation due to its…

Energy Efficient Software Hardware CoDesign for Machine Learning: From TinyML to Large Language Models

2026-03-24 · Mohammad Saleh Vahdatpour, Yanqing Zhang arxiv

The rapid deployment of machine learning across platforms from milliwatt-class TinyML devices to large language models has made energy efficiency a primary constraint for sustainable AI. Across these scales, performance …