Skip to content
View oakati's full-sized avatar
🥕
🥕
Block or Report

Block or report oakati

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

Pinned

  1. Estimating-pH-of-Solutions-Using-pH-Indicators-and-Absorbance-Spectroscopy Estimating-pH-of-Solutions-Using-pH-Indicators-and-Absorbance-Spectroscopy Public

    This repo contains code and resources for estimating pH of solutions via pH indicators and absorbance spectroscopy. Solutions are mixed with indicators, resulting in measured absorbance spectra. Us…

    Jupyter Notebook

  2. A-Tooth-shaped-Microstrip-Antenna-for-IEEE-802.11ax-Wi-Fi-applications A-Tooth-shaped-Microstrip-Antenna-for-IEEE-802.11ax-Wi-Fi-applications Public

    This is the final project of the Antenna Design course. The antenna is based on Markina et. al, 2018, and operates at both 2.4 and 5 GHz. In addition, it conforms to the IEEE 802.11ax Europe standa…

  3. Eigenvalues-and-Eigenvectors-Calculator Eigenvalues-and-Eigenvectors-Calculator Public

    This program is implemented as a project for EE 242 course, and it implements Normalized Power Iteration with Deflation algorithmm to calculate most dominant eigenvalue, its eigenvector and the sec…

    C++

  4. Secant-and-Bisection-Methods Secant-and-Bisection-Methods Public

    This project implements secant and bisection algorithms in order to solve f(x)=0 for any given polynomial f. This project was a part of EE 242 (Numerical Methods for EE) course.

    C++

  5. Frequency-Domain-Equalization-and-Channel-Equalization-Algorithms Frequency-Domain-Equalization-and-Channel-Equalization-Algorithms Public

    MATLAB 3

  6. Linear-Equation-Solver Linear-Equation-Solver Public

    This program implements the Gaussian elimination algorithm with partial pivoting together with backward substitution to solve Ax = b, where A is an n-n square matrix. The project was a part of EE 2…

    C++