yavuz_ertugrul@home:~/blog$

  • ASR (Automatic Speech Recognition) Research/Test

    This is my first time getting into application side of artificial intelligence, I have been researching/learning about machine learning so far it was mostly related with data science and theoretical part, now I had chance to test some real stuff on real hardware and it is exciting. First of all,...

  • Deep Live Cam

    While I was browsing through the repositories of github I saw this deep live cam and it was becoming popular so I wanted to see what stage we are at in this technology, and the best way to do this is to try it by testing etc. rather than researching,...

  • What is WSL?

    I have been using WSL for development on Windows for quite some time, and I believe that it is the best possible way to use both Windows and Linux operating systems. Before finding WSL, I used a full Linux setup, dual boot, or other VM software. For example, dual boot...

  • Pathfinding with Best First Search Algorithm

    In this post I will talk about pathfinding algorithms, and try to explain how pathfinding works. First I will talk about patfinding algorithms then I will show you Best-first search algorithms and how to implement it on our maze which we will create on pygame. Table of contents What is...

  • DC/DC type Converter(CLASSIC, PID CONTROLLED & improved)

    INTRODUCTION In this project, the purpose is to complete the simulation model especially classic DC/DC type converter and after that we will do another simulation for DC/DC converter but this time it will be improved version. It will be really useful and advantageous for me to see, analyze, and simulate...

  • HVDC Transmission System

  • Control System for Electric Vehicle Motor

  • Power Electronics Simulations

    1) In the given single-phase half wave rectifier circuit, the load current i0=Ia ​is assumed to be constant, with a very large load inductance (L) chosen by your selection, operating at a frequency of 50 Hz. (a) Simulation for α = 90°: For α = 90°, the load voltage waveform...

  • Analog & Digital PID Controller Design

    INTRODUCTION Proportional Integral Derivative (PID) controllers are the most used in the control industry. In this practice, different digital PID controllers will be simulated and tested using MATLAB SIMULINK. There are different methods used to design digital controllers but in this case, we will use one of them. The method...