Search Articles — Sudonull

Search Results

In this project

Kalman Filter as Observer: Formulas and Application

https://sudonull.com/kalman-filter-as-observer-formulas-and-application

Analysis of the mathematical connection between the Kalman filter and the canonical observer. Prediction formulas, correction, example with a pump electric motor. For developers: implement a virtual tachometer in real-time systems.

HyperLogLog and Count-Min Sketch in Go for Big Data

https://sudonull.com/hyperloglog-and-count-min-sketch-in-go-for-big-data

Implementation of HyperLogLog and Count-Min Sketch in Go: code, benchmarks, comparison. Estimating uniqueness and frequencies with minimal memory for data streams. For middle/senior devs.

Trending Now