Skip to content
View amirotd's full-sized avatar
📚
Learning
📚
Learning
Block or Report

Block or report amirotd

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
amirotd/README.md
Hi I'm
    _     _    _   ___   ___
   /_\   | \  / | |_ _| | _ \
  / _ \  | |\/| |  | |  |   /
 /_/ \_\ |_|  |_| |___| |_|_\

   ___    ___   _  _   _____    ___    _   _   ___      _     _  _
  / _ \  / __| | || | |_   _|  / _ \  | | | | |   \    /_\   | \| |
 | (_) | \__ \ | __ |   | |   | (_) | | |_| | | |) |  / _ \  | .` |
  \___/  |___/ |_||_|   |_|    \___/   \___/  |___/  /_/ \_\ |_|\_|

        Telecommunications Engineer | Embedded Systems Software Developer 

-> About me ....

[+] a Telecommunications Engineer and an Embedded Systems Software Developer, 
    who is interested in Optical Wireless Communication, Digital Signal Processing
    and Digital Image Processing.
[+] an Open Source enthusiast :))

side_sticker  [*] Preferred Languages ....

  [*] Connect with me ....

StackOverflow LinkedIn Gmail Gmail

Pinned

  1. Analog-Filters-Design Analog-Filters-Design Public

    This repository is related to a university course named "Design and Synthesis of Analog Filters" and i've tried to Implement methods and algorithms of this course in jupyter notebook environment.

    Jupyter Notebook 10 2

  2. Serial-Terminal Serial-Terminal Public

    This repository contains a very simple data terminal for devices that use RS232 or any kind of Serial-UART interface connected with a USB to serial converter.

    Python 4

  3. YOLO-Object-Detection-GUI YOLO-Object-Detection-GUI Public

    Object Detection using YOLO-V3 with OpenCV & a GUI developed in tkinter.

    Python 2

  4. Stepper-Motor-Control-using-AVR Stepper-Motor-Control-using-AVR Public

    AVR based project for controlling Speed, Mode and direction of rotation of Stepper motors.

    C 3

  5. BatmanCurve.m BatmanCurve.m
    1
    % This is just a simple MATLAB code for BATMAN Curve :)
    2
    clc; clear; close all;
    3
    
    
    4
    x = linspace(-7,7,1000);
    5