Git Product home page Git Product logo

converterfaultdetection's Introduction

Introduction

Hello, I'm André, a passionate software developer with a curiosity for how things work and a love for engineering. My journey into programming began with a fascination for understanding computers and their inner workings.

During my studies, I dived into evolutionary computing and gained practical experience in software development using C++. The more I coded, the more I realized the immense power it holds. Building applications with a laptop that can change people's lives worldwide is truly mind-blowing!

Currently, I specialize in backend and API development, particularly with Java. I excel at conceptualizing and implementing app concepts, designing relational databases, and crafting efficient queries. I leverage PostgreSQL and Spring Boot to build robust REST APIs. Thorough testing and following Test-Driven Development (TDD) principles are crucial to me. Projects

In addition to mastering the necessary tools, I believe in the significance of:

  1. Strong Foundations: Continuously learning and adapting foundational concepts to suit various situations.
  2. Problem Decomposition: Breaking down complex problems into manageable, smaller tasks for effective problem-solving.
  3. Effective Communication: Collaborating and communicating effectively with team members and stakeholders.

Projects

Here are some of my noteworthy projects:

An issue tracker is a powerful software that enables users to log and manage issues within a project. It serves as a comprehensive solution to record and track bugs, tasks, and to-do lists efficiently.

"My Documents" is a straightforward web application designed for note-taking. It empowers users to create, read, update, and delete their documents effortlessly. This project showcases my proficiency in web development, database management, security implementation, and user management.

The "Basic Authentication" repository provides an excellent example of a minimal implementation of security using the Spring Security framework. It demonstrates my knowledge and expertise in creating secure applications while adhering to industry best practices.

Feel free to connect with me or contact me at [email protected]. I'm always open to engaging in exciting projects and collaborations. Let's build amazing software together!

converterfaultdetection's People

Stargazers

 avatar

Watchers

 avatar

converterfaultdetection's Issues

Implement the paper of Charfi 2006.

The paper: "Fault Diagnostic in Power System Using Wavelet Transforms and Neural Networks".
the authors: F.Charfi, F.Sellami, and K.Al-Haddad
Open a branch Charfi2006 to deal with this issue.

  1. Create a file charfi2006.py to implement the paper's algorithm.
  2. Implement the algorithm with tensorflow.

Implement wavelets with python.

Implement a method in the ConditionMonitoring class to process the input current signals and get wavelet transforms.
Class file:
source/tools/conditionMonitoring.py

Fault detection algorithm

Implement the fault detection algorithm from the paper:
A Diagnostic Method of Simultaneous Open-Switch Faults in Inverter-Fed Linear Induction
Motor Drive for Reliability Enhancement
Authors:Jung-Hyun Choi,Sanghoon Kim, Dong Sang Yoo, and Kyeong-Hwa Kim.
The algorithm should work for single open-switch and double fault in the same inverter's leg. According to the paper, this corresponds to the fault modes 1 (single leg fault) and 2 (single switch).
The cases necessary to test this two modes are:
(T1,T4), (T2,T5), (T3, T6), T1, T2, T3, T4, T5, T6.

Literature Review.

Structure of the Literature Review

  1. Reliability Engineering and Power Electronics
  2. Condition Monitoring
  3. The IGBT's functions and Failure Mechanisms
    3.1. IGBT's Main Technologies
    3.2. Failure Mechanisms
  4. Inverter Fault Modes
  5. Review On the Fault Diagnostic Methods
    5.1. DC Offset Based Methods
    5.2. Voltage Based Methods
    5.3. Spectrum Analysis and Wavelet Based Methods
    5.4. Machine Learning
  6. Chapter's Summary

Moving RMS feature.

The RMS function implemented in the folder 'tools' receive a signal as input and calculate the RMS of each period of the fundamental frequency inside the signal array. The RMS curve is updated at the end of each period of N elements. Hence, the final array has the same length of the signal but has step changes along the curve.
The moving RMS uses a moving avarage of elements. Suppose, a = [1,2,3,4,5,6] and the number of each step is 2. So, the first group of 2 is (1,2), the second is (2,3), and so on. The array b has all the possibilities:
b = [0,(1,2), (2,3), (3,4), (4,5), (5,6)]
The array b has the same length of the array a is filled with leading zeros.

Explain why the work focus on IGBTs.

The dissertation is about detection of faults in IGBTs.
The text need to explain why the work chooses this switch instead of others, such as IGCTs.

Description of the motor drive model for simulation.

Describe the simulation model used in the simulink file.
The description must have:

  1. The type of the model, once is a pre-installed model in the MATLAB;
  2. How it work;
  3. Normal behavior of the system and plots of the main variables.

Set up the simulation.

Check list for the simulation:

  1. Choose the motor driver and its variables;
  2. Change the driver's converter for faults.
  3. Write a script to set up the simulation's parameters.

Store data outside the Github repository.

The data of stator currents, line voltages, torque and speed has been collected in each simulation so far. But, some of the data collected in the same leg open-circuit faults, like T1 and T4, has more the 100MB which surpass the maximum allowed in Github. So, the data has to be moved to an external drive or a cloud.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.