Real-time FM Demodulator for an SDR device
There are some really nice tools out there for making use of SDR devices. I've personally been using gnuradio to get a better sense of how various modulation and filtering techniques work on real-world signals. Lately, however, I've been feeling the itch to dive more into the details and implement some of these techniques from scratch. In this article, I'll write a basic FM demodulator in C that can be used to listen to FM radio from an RTLSDR device.
August 11, 2025
Color Quantization Revisited
I rewrote the Color Quantization algorithm from last time into a Bun application, a C++ application, and a multithreaded C++ application to improve performance.
May 26, 2025
Fractal using WebGL
Using WebGL Fragment Shaders to draw a fractal on a canvas
May 11, 2025
Leetcode - 224. Basic Calculator (TypeScript)
My solution for Basic Calculator implemented in TypeScript.
April 26, 2025