Skip to content
View maximilianfeldthusen's full-sized avatar

Highlights

  • Pro

Block or report maximilianfeldthusen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Maximilian Feldthusen🔭

Embedded Linux & Systems Engineer building high-performance C/C++ solutions on ARM and x86, with a focus on real-time performance, reliability, and system-level optimization.



  • 📫How to reach me: Python

✍️ Blog Posts :

Popular repositories Loading

  1. CSensorFusion CSensorFusion Public

    This is a simple C implementation of sensor fusion using a Kalman Filter to integrate data from multiple sensors (LiDAR, GPS, and IMU). This helps improve accuracy in positioning and environmental …

    C 13 3

  2. mqtt mqtt Public

    Simple C Code – MQTT with TLS, JSON, and Reconnect

    C 12 1

  3. Tokenizer Tokenizer Public

    The program reads a string containing multiple assignment statements, tokenizes the input into meaningful tokens (identifiers, numbers, operators, etc.), and then parses these tokens to verify the …

    C 7 4

  4. fftw fftw Public

    This C++ code generates a sample signal composed of a sine wave with added noise, performs a Fast Fourier Transform (FFT) on that signal, and then displays the magnitude spectrum of the FFT result.

    C++ 7 1

  5. bst bst Public

    This C++ code implements a Binary Search Tree (BST). A BST is a data structure that maintains a sorted order of elements, allowing for efficient insertion, deletion, and lookup operations.

    C++ 5

  6. DroneMonitor DroneMonitor Public

    This code simulates drone operations by tracking sensor data, flight status, battery levels, and errors. It runs through multiple iterations, updating drone data and logging it for analysis.

    C 5 2