Wireless Video Transmission with ADI PLUTO – Funpack Session 5 Share 3

Wireless Video Transmission with ADI PLUTO - Funpack Session 5 Share 3

Today, we share a project from a first-year student at the China University of Metrology who built a DVB-T digital video broadcasting system using ADALM PLUTO. He is the only student in Funpack Session 5 who chose to complete Task 3, achieving wireless video transmission. The documentation is also well-written and commendable. Enjoy! Funpack Session … Read more

Impact of Laboratory 5G NR Base Station RF Electromagnetic Field Exposure on Physiological Parameters and Cognitive Abilities of Male Wistar Rats Across Different Age Groups

Impact of Laboratory 5G NR Base Station RF Electromagnetic Field Exposure on Physiological Parameters and Cognitive Abilities of Male Wistar Rats Across Different Age Groups

Click the blue text Follow us Despite the fact that 5G base stations use RF radiation parameters that comply with ICNIRP standards, public concerns about the long-term safety of exposure remain. For experimental animals, body weight is an important indicator reflecting health, development, stress, and pain, while organ weight is one of the most sensitive … Read more

PlutoSDR Learning Guide

PlutoSDR Learning Guide

Note: The previous articles introduced the simplicity and practicality of PlutoSDR, and this article serves as an introduction to PlutoSDR, which should have been placed in the first post; this article is the 0th article! ADI Pluto is an Active Learning Module launched by ADI, which mainly includes three devices: ADALM1000, ADALM2000, and ADALM-PLUTO. The … Read more

Signal Modulation Recognition Based on Deep Learning CNN with MATLAB Code

Signal Modulation Recognition Based on Deep Learning CNN with MATLAB Code

✅Author Introduction: A Matlab simulation developer passionate about research, improving both mindset and technology. For code acquisition, paper reproduction, and research simulation collaboration, feel free to contact. 🍎Personal Homepage: Matlab Research Studio 🍊Personal Motto: Seek knowledge through investigation. For more complete Matlab codes and simulation customization, click below 👇 Intelligent Optimization Algorithms Neural Network Prediction … Read more

The Intersection of Software-Defined Radio and Wireless Security

The Intersection of Software-Defined Radio and Wireless Security

The history of human civilization is also a history of communication development. As early as ancient times, during the early establishment of feudal society, communication technology had already appeared, such as beacon towers and relay stations, which were commonly used communication means in ancient China. Although these methods could transmit information, they had very obvious … Read more

How to Solve Frequency Instability in Cheap SDR Transceivers Using Precision GPS Oscillators

How to Solve Frequency Instability in Cheap SDR Transceivers Using Precision GPS Oscillators

Setting Rules for SDR Transmitters By: Dan Maloney The spread of Software Defined Radio (SDR) technology is a godsend for radio frequency enthusiasts. SDR-based receivers and transmitters have become so cheap that you might already have a couple of TV sticks lying around your workbench. But cheap comes at a price, usually in the form … Read more

Setting Up an ARM64 Linux Environment with QEMU

Setting Up an ARM64 Linux Environment with QEMU

QEMU (Quick EMUlator) is a general-purpose open-source emulator and virtualization tool that can simulate most CPU platforms, such as x86, ARM, ARM64, RISC-V, PowerPC, MIPS, etc. It can also simulate various hardware peripherals, such as memory, emmc, sdcard, usb, etc. Therefore, through QEMU, we can simulate a development board. During the chip development process, chip … Read more

Understanding ARM/Thumb Unified Assembly Language Instructions

Understanding ARM/Thumb Unified Assembly Language Instructions

5. ARM/Thumb Unified Assembly Language Instructions This chapter provides an overview of ARM/Thumb assembly language, without detailing each instruction. Individual instruction descriptions can be found in Appendix A ‘Instruction Summary’. Instructions can generally be categorized into the following types: Data processing operations (e.g., ADD and other ALU operations). Memory access (loading and storing data to … Read more