Introduction to Software-Defined Radio and Digital Signal Processing with Python
By
kklisura
An everything bagel for the brain. Substantive, layered, well-seasoned.
Summary
PySDR is an educational guide that introduces Software-Defined Radio (SDR) and Digital Signal Processing (DSP) using Python. The article explains SDR as both a concept (using software for signal processing traditionally done in hardware) and as physical devices. It targets beginners and those interested in learning about SDR and DSP through practical Python implementation, positioning itself as a comprehensive resource for understanding these technologies.
Key quotes
· 3 pulledSoftware-Defined Radio (SDR): As a concept it refers to using software to perform signal processing tasks that were traditionally performed by hardware, specific to radio/RF applications.
This software can be run on a general-purpose computer (CPU), FPGA, or even GPU, and it can be used for real-time applications or offline processing of recorded signals.
As a thing (e.g., 'an SDR') it typically refers to a device that you connect to a computer to receive and/or transmit radio signals.
You might also wanna read
Building a Minimal RAG System from Scratch: PDF to Highlighted Answers in ~100 Lines of Python
A hands-on tutorial that builds the smallest functional RAG (Retrieval-Augmented Generation) system from scratch using about 100 lines of Py
Steve Jobs: Learning to program computers teaches you how to think
This article features a quote from Steve Jobs about the importance of learning computer programming, where he argues that coding teaches peo
tiny-vllm: An Open-Source C++ and CUDA LLM Inference Engine with Educational Course
This article presents tiny-vllm, an open-source project that provides both a full C++ and CUDA implementation of a high-performance LLM infe
How AI coding assistants are helping introverted junior developers bridge the experience gap
The article explores how AI coding assistants like GitHub Copilot and IBM's Bob are reshaping the experience of junior developers. It argues
thenewstack.io·3d agoHow to Install Sakai LMS on AlmaLinux VPS: A Step-by-Step Guide
This article provides a step-by-step technical guide for installing Sakai LMS (Learning Management System) on an AlmaLinux VPS. It covers th
blog.radwebhosting.com·3d agoMini Micro Website Navigation Page
This appears to be a navigation/menu page for a website called "Mini Micro" — likely a platform related to a programming language, game engi
