Aim: To make a simulink model of a doorbell using solenoid block. To use a thermistor to sense the temperature of a heater & turn on or turn off the fan. 1.Door Bell Simulink Model: Simulink Model Explanation: • The pulse generator is used to create square wave pulses at regular intervals. The block waveform parameters…
Kunal ingulkar
updated on 29 Jun 2022
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Kunal ingulkar (18)
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
AIM: To control the retraction and extension of Airplane’s landing gear can be implemented using Finite State Machine (FSM). FSM is the most efficient algorithm which is mathematical model of computation. CODE: #include <iostream>using namespace std; string lights,lever; …
23 Dec 2022 04:29 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Overview of the Project: (5 to 6 lines) In this project, interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give the output as the union and intersection of these two lists Goals (2 to 3 points) Implementation of interface…
14 Dec 2022 04:20 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Overview of the Project: (5 to 6 lines) In this project, interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give the output as the union and intersection of these two lists Goals (2 to 3 points) Implementation of interface…
13 Nov 2022 04:44 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Overview of the Project: (5 to 6 lines) In this project, interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give the output as the union and intersection of these two lists Goals (2 to 3 points) Implementation of interface…
09 Nov 2022 08:24 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Overview of the Project: (5 to 6 lines) In this project, interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give the output as the union and intersection of these two lists Goals (2 to 3 points) Implementation of interface…
01 Nov 2022 08:39 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Overview of the Project: (5 to 6 lines) In this project, interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give the output as the union and intersection of these two lists Goals (2 to 3 points) Implementation of interface…
19 Oct 2022 07:14 AM IST
Project 2 Thermal modeling of battery pack
AIM:- To study Thermal modeling of the battery pack with the help of MATLAB and SIMULINK. OBJECTIVES:- 1)For a 10 cell series lithium-ion battery model, simulate the thermal effects and compare life cycle performance at various temperatures, charge & discharge rates using MATLAB. this will be based…
16 Jul 2022 07:13 AM IST
Project 1 Mechanical design of battery pack
AIM: To Prepare a detailed battery pack drawing along with its enclosure with ANR26650M1-B by a capacity of 18 kWh. ANR26650M1-B is a Nano phosphate high power lithium-ion cell which is made by lithium iron phosphate (LiFePo4). This is more power and have high energy than other cells and lower impedance it has high…
15 Jul 2022 08:46 AM IST
Week 7 State of charge estimation
Objective: A)To run three test cases from harness dashboard of closed loop BMS control. B)To explain coulomb counting for finding the SOC estimation in BMS. Downloading and open closedloop BMS harness dashboard model: In file exchange open the document of 'Design and Test Li-ion Battery Management Algorithm'. Download…
13 Jul 2022 09:57 AM IST
Week 1 Understanding Different Battery Chemistry
1.Prepare a table which includes materials & chemical reactions occurring at the anode and cathode of LCO, LMO, NCA, NMC, LFP and LTO type of lithium ion cells.Give your detailed explanation on it ans : • Lithium ion batteries can be designed for optimal capacity with the drawback of limited loading, slow charging…
08 Jul 2022 09:53 AM IST
Week -2
Aim: To make a simulink model of a doorbell using solenoid block. To use a thermistor to sense the temperature of a heater & turn on or turn off the fan. 1.Door Bell Simulink Model: Simulink Model Explanation: • The pulse generator is used to create square wave pulses at regular intervals. The block waveform parameters…
29 Jun 2022 09:52 AM IST
Project 1 .development of a forward energy-based fuel consumption model of a conventional vehicle
Title: Deals with the development of a forward energy-based fuel consumption model of a conventional vehicle. Aim: 1] Build Simulink model using blocks and complete the vehicle model. 2] Writting scripts in MATLAB to load all the variables required for running the Simulink model. 3] Tabulate the fuel economy numbers (kmpl)for…
29 Jun 2022 09:37 AM IST
Project 2 - Rankine cycle Simulator
Rankine Cycle Simulator Aim: Creation of Rankine cycle simulator from given input and reading the data from standard thermodynamic library of steam table. Rela Objective: 1. To create a Rankine Cycle simulator in MATLAB. 2. To calculate the state point using function XSteam. 3. To plot the T-S and H-S curve for given input…
29 Jun 2022 09:00 AM IST
Project 1 - Parsing NASA thermodynamic data
%clear all the previous data or stores values clear all close all clc %Open the the THERMO.dat file f1-fopen('THERMO.dat', 'r') %skip the first line of the file fgetl(f1); %reading the tempersture values distingushed as local, average and high temperatures line=fgetl(f1); a=strsplit(line,' '); global_low_temp=str2num (a{2});…
29 Jun 2022 08:18 AM IST
Week 4.1 - Genetic Algorithm
AIM: To write a code in MATLAB to optimize the stalagmite function and find the global maxima of the function. INTRODUCTION: A genetic algorithm (GA) is a search-based optimization technique based on the principles of Genetics and Natural Selection. It is frequently used to find optimal or near-optimal solutions…
14 Apr 2022 03:18 PM IST
Week 3 - Solving second order ODEs
Aim: Solving a second order ordinary differential equation of simple pendulum and showing the effect of damping by an animatio Objective: • To convert second order ordinary differential equation to 1st order ordinary differential equation. • To create the function using MATLAB in-built function for solving ordinary…
09 Apr 2022 08:42 AM IST
Week 2- 2R Robotic Arm Challenge
Aim: To Write a program in Matlab to simulate the forward kinematics of a 2R Robotic Arm. Objective : • Write a program to simulate forward kinematics of a 2R Robotic Arm • To create a Movie/Animation from the plots obtained from the program Theory: -A robotic arm is a type of mechanical arm, usually programmable,…
09 Apr 2022 08:18 AM IST
Project 2
Aim:- Modeling of development of a forward energy-based fuel consumption model of a Pl hybrid vehicle. Objectives: 1] Tabulate the fuel economy numbers (kmpl) for UDDS and HWFET cycle. Compare these numbers with the baseline numbers for conventional vehicle. 2] Plot the time trace for engine, transmission input, transmission…
08 Apr 2022 09:16 AM IST