Skip to content
View fbv81bp's full-sized avatar

Block or report fbv81bp

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
FBV81Bp/README.md

Hey there 👋

i'm just another electrical engineer. Maybe a tiny bit more innovative than usual. Please check my improvements to this world pinned to this profile, here below... 👇

Pinned Loading

  1. Matrix_multiplier Matrix_multiplier Public

    Generic description of a pipelined matrix multiplier with 4 multiplier threads. It calculates C += A * B'

    VHDL

  2. CRT_FFT_RADAR CRT_FFT_RADAR Public

    My way of retrieving continuous distance data of Chinese Remainder Theorem with FFT

    MATLAB 1

  3. spVVmult spVVmult Public

    Sparse vector-vector multiplication - my way.

    Python

  4. Hash_trie Hash_trie Public

    A hash based trie data structure, also involving hash map and linked lists.

    Python 1

  5. Another_mod Another_mod Public

    A recursive modular reduction of mine, that only uses powers of 2 division and modulus calculation.

    Python

  6. Parallel_prefix_adders Parallel_prefix_adders Public

    Parameterizable recursive descriptions of high speed adders.

    VHDL