What is GA(Genetic Algorithm)? It is method for solving both constrained and unconstrained optimization problems based on a natural selection process that mimics biological evolution. The algorithm repeatedly modifies a population of individual solutions. At each step, the genetic algorithm randomly selects individuals…
swarup ukarde
updated on 19 Feb 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 swarup ukarde (14)
Week 9 - Challenge 2 - Switch Bezel Design
Week 9 - Challenge 2 - Switch Bezel Design CLASS A SURFACE TREE EXPANSION suface method closed surface
16 Apr 2023 12:27 PM IST
Week 9 - Challenge 1 - Base Bracket Design
Week 9 - Challenge 1 - Base Bracket Design Base Bracket Plastic component through the given Class-A surface. To begin with, the tooling axis for the given Class-A Surface should be created meeting the requirements of the draft angle and at the end perform the Draft analysis on the model. Thickness of Plastic Part…
01 Apr 2023 12:37 PM IST
Project 1
AIM Compute the fuel economy numbers for the given vehicle (kmpl) on the urban cycle (UDDS) and highway cycle (HWFET). Also, analyze and understand the vehicle operating points in terms of engine speed, torque, transmission speeds, pedal positions, gear, distance traveled, etc. Build a Simulink model using blocks and complete…
04 Dec 2022 11:40 AM IST
Project 1 Mechanical design of battery pack
#12 - Project 1 Mechanical design of battery pack Battery pack capacity: 18 kWh Cell: ANR26650M1-B Prepare a detailed battery pack drawing along with its enclosure. State your assumptions. ABSTRACT: In this project, we are going to calculate the all parameters which are required for the build EV battery pack.…
25 Nov 2022 11:02 AM IST
Week 7 State of charge estimation
Week 7 State of charge estimation https://in.mathworks.com/matlabcentral/fileexchange/72865-design-and-test-lithium-ion-battery-management-algorithms 1.Simulate the 3 test cases from harness dashboard and write a detailed report on the results 2.What is coulomb counting? Refer to the above model and explain how BMS implements…
12 Nov 2022 08:07 PM IST
Week 1 Understanding Different Battery Chemistry
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. Name Lithium Cobalt Oxide (LCO) Lithium Manganese Oxide (LMO) Lithium…
05 Sep 2022 01:20 PM IST
Project
Project - System-level Simulation of an All-terrain vehicle. AIM :- to study and analyze the BAJA All Terrain Vehicle (ATV) model using Simulink and compare between different models. There are two configurations considered in the study Open loop configuration where the CVT ratio is varied randomly and effect of vehicle…
16 May 2022 11:36 AM IST
Week - 4
Q1.)Implement control logic of a “washing machine” using Stateflow as per given sequence: THEORY : STATEFLOW : - Stateflow provide the graphical language that includes state transition diagram ,flow chart,state transition table & truth tables. it is used to decribe how MATLAB algorithms and Simulink…
23 Apr 2022 09:10 AM IST
Week 2- 2R Robotic Arm Challenge
ERRORS PICS thrown in command window "INSERT SAMPLE CODE" %To make Animationclose allclear allclc %InputsL1 = 0.8;L2 = 0.7;theta1 = linspace(0,90,7);theta2 = linspace(0,90,7); ct = 1; for i = 1:length(theta1);THETA1 = theta1(i); for j = 1:length(theta2);THETA2 = theta2(j); x0 = 0;y0 = 0; x1 = L1*cosd(THETA1);y1…
17 Apr 2022 03:32 AM IST
Week -2
Q 1.)In the above arrangement, when the switch is closed the electromagnet receives electrical power from the battery and pulls the metal arm to hit the bell producing sound. Create a situation where the switch is closed for 2 seconds and then released. Observe the physical movement of the plunger. Doorbell: The electric…
16 Apr 2022 02:43 PM IST
Project 2 - Rankine cycle Simulator
What is Rankine cycle ? The Rankine cycle is an idealized thermodynamic cycle describing the process by which certain heat engines, such as steam turbines or reciprocating steam engines, allow mechanical work to be extracted from a fluid as it moves between a heat source and heat…
01 Apr 2022 09:29 AM IST
Project 1 - Parsing NASA thermodynamic data
Project 1 - Parsing NASA thermodynamic dataWrite a code in MATLAB to parse the NASA thermodynamic data file and then calculate thermodynamic properties of various gas species.OBJECTIVE :Write a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the…
07 Mar 2022 12:49 PM IST
Week 4.1 - Genetic Algorithm
What is GA(Genetic Algorithm)? It is method for solving both constrained and unconstrained optimization problems based on a natural selection process that mimics biological evolution. The algorithm repeatedly modifies a population of individual solutions. At each step, the genetic algorithm randomly selects individuals…
19 Feb 2022 09:35 PM IST
Week 3 - Solving second order ODEs
Solving second order ODEs to created SIMPLE PENDULAM. LINK 1 ODE FUNCTION https://drive.google.com/file/d/1X1_GPUbeubVhqqYX4byP4-LEvP8tj9ng/view?usp=sharing LINK 2 SECOND ORDER ODE FINAL PROGRAM https://drive.google.com/file/d/1FkgCNnAw-yAfWIi7-DhoEKa3xo4xTe1l/view?usp=sharing LINK 3 AVI FILE VIDEO https://drive.google.com/file/d/1L1sG1Bz7bTqBbCJU5T8jdD_ipeQPkYmF/view?usp=sharing…
06 Feb 2022 03:17 PM IST