• Stars
    star
    1
  • Language
    MATLAB
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

MATLAB---LQR-CONTROLLER-AND-KALMAN-FILTER-APPLICATION

Using a designed Simulink model, the system created was linearized around a suitable point. The linearized system was taken to MATLAB and a Kalman filter was designed on it. Then this filter was realized by going to Simulink environment again. In Simulink, firstly the linear system and then the filter on the nonlinear system were tried and state predictions were made.
MATLAB
9
star
2

JavaScript-HTML-Current-Date-Founder

Determination of the Current Date Using JS Function and HTML
HTML
2
star
3

Analog-PCB-and-Schematic-Designing-Project

To Design A 500 Voltage Gain And 20Hz-1MHz Threshold Frequency Range Speaker's Schematic and PCB
2
star
4

JavaScript-HTML-CSS-Style-Changing

Style Changing Example
HTML
2
star
5

JavaScript-HTML-CSS-DOM-Modifing

Modify the DOM
HTML
2
star
6

-1-App-For-Future-Women-Project

One of the biggest communication company of Turkey called Turkcell organized a competition to choose 10 talented students from different part of the country who interested in coding on Android Studio. For this project, I found an idea and create an Android application used by students in any university campus for helping and communicate with each other. Students can change the distances according to how far away they want to talk people. In this application, it is also possible if they want to share some pictures or their own profile with each other. This application was kind of a social media. With this application, I became the finalist in the competition.
Java
2
star
7

JavaScript-HTML-Comparing-Two-Inputs-With-Return

I've added something to the submit button. I went in and I added a onclick="return check();". So there's something new that you haven't seen before. It's the idea of the return value. And it says hey, don't just run this function, I need to know did it return true or false. Then, I went over here and I added an additional line of code to our JavaScript. It says go ahead check all the same things and still do that alert, but in addition, after the person hits okay I need you to return false. So for you only to be returning things two times, we'll run this function it'll go through says they didn't match, I'm gonna return the word false over here. And whenever input type sees a false it knows I've gotta stop. I'm not allowed to do what it is I'm trying to do.
HTML
2
star
8

Android-Friendly-Chat-App

Android application which helps people to text with their friends. This project was created for Turkcell Future Women project.
Java
1
star
9

Digital-Control-Systems

MATLAB
1
star
10

Android-App-Say-What-You-Think-

Java
1
star
11

Fusion360-Mechanical-Part-Design

Designing a small box for an electronic system which can understand how many people in a room calculating the heat change.
1
star
12

Form-Verification-and-A-Checkbox-Example

This example which is written in CodePen emphasize how to create a JavaScript form with "checked" attribute.
HTML
1
star
13

Final-Project-for-HTML5-Course-in-Coursera

My Final Project for HTML5 Course in Coursera
HTML
1
star
14

FM-Signal-and-Envelope-Detector

A communication system design project using Matlab and Simulink.
MATLAB
1
star
15

Smallest-and-Largest-Value-Finding

Assignment 5.2 from Programming for Everybody (Getting Started with Python) Week 7 Coursera
Python
1
star
16

Javascript-HTML-CSS-Photo-Gallery-Homework

All codes were written in CodePen. This one is one of my homeworks from Coursera Javascript course.
JavaScript
1
star
17

Android-Not-Defterim

Java
1
star
18

Control-Systems-With-Matlab

You can find the explanations above
MATLAB
1
star
19

JavaScript-HTML-Arrays-Adding-Elements

In this repository, I wrote a code using CodePen in order to emphasize adding some elements to a list. Therefore, a button was created for new elements and two different functions which makes more general the code were written.
JavaScript
1
star
20

JavaScript-Form-Homework-for-Interactivity-With-JavaScript

Writing codes needed to enable auto-complete on this form. Whenever the checkbox is checked, the code automatically copies the values from Shipping Name and Shipping Zip into the Billing Name and Billing Zip. If the checkbox is unchecked, the Billing Name and Billing Zip go blank.
HTML
1
star
21

ARDUINO-LCD-CONTROLLING-WITH-A-POTENTIOMETER

With this code, a servo motor angle is determined with the help of an analog potentiometer that can be adjusted to the desired value. That is, it automatically adjusts the servo motor angle in accordance with the analog input entered from the potentiometer. In addition, there is a numerical equivalent of this value on the LCD screen, which is connected to the circuit in accordance with the set value. All these processes were realized in virtual environment by using TinkerCAD program. Also, simulation is easily done here.
C++
1
star
22

JavaScript-Personal-Information-Form-Creation

In JavaScript, form elements have attributes as type,name,id etc. Also, there are some input types that we need to create cooler and more professional forms. Therefore, in this code i used some of input types and attributes.
HTML
1
star
23

Control-Systems-Equations-Analysis-and-Simulations

There are 4 different part in this project. In the first part, Manhattan Distance was calculated. In the other parts, differential equations and controls systems equation were analyzed. After that, graphics taken from the Simulink were observed.
MATLAB
1
star
24

Mechatronic-Instrumentation-Project

In this project, we will try to move our device using specific values which are defined by user and we have to get trapezoidal velocity profil during this motion. For this project we need some devices which are pc (for write our algorithmic code), Arduino (for use as a processor), bread board (for build our circuit), ETU kit (device that we are trying to move),stepper (source of movement),motor driver (create a connection between arduino and stepper), and limit switch (for bring our device to starting position). We can describe the how this system work with a few basic steps. First of all we are setting starting position of our device using limit switch signals. Then we are take some specific values from user and according to these values arduino sends signals to our stepper . According to these signals our stepper starts rotating different durations and speeds. When we reach to the desired position (our target) we are waiting a few seconds there. Then, stepper rotating opposite side and our device ( ETU kit) starts moving to starting position until the limit switch signal is turned off and asks new specific values. This loop continues until power is off.
C++
1
star