Skip to content
View shuubham4's full-sized avatar

Block or report shuubham4

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

Popular repositories Loading

  1. eczoo_data eczoo_data Public

    Forked from errorcorrectionzoo/eczoo_data

    Python

  2. fixed_point_receiver fixed_point_receiver Public

    Design of a 64 - bit fixed point receiver for filtering signals through a channel that adds phase and delay noise. The filter used is a cosine filter with a specified roll-off.

    MATLAB

  3. floating-point floating-point Public

    Design of a floating-point receiver for filtering signals through a channel that adds phase and delay noise. The filter used is a cosine filter with a specified roll-off.

    MATLAB

  4. Single-Core-Cache Single-Core-Cache Public

    Design of a single core cache which is modifiable as writeback/ write through, write allocate/ write no allocate at runtime.

    C

  5. Multi-Core-Cache Multi-Core-Cache Public

    Design of a multicore writeback, write no allocate cache using the 4 state MESI protocol

    C

  6. Out-Of-Order-Pipeline Out-Of-Order-Pipeline Public

    Simulates a 32 bit instruction set pipeline for the RISC V architecture.

    C