Objective Make a Simulink model of Doorbell using solenoid block. Use a thermistor to sense the temperature of a heater & turn on or turn off the fan if the temperature above 25 °C, OFF otherwise. Doorbell Model explanation First of all there will not be any bell tool in the matlab librery…
AKHIL JAMES
updated on 22 Nov 2021
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 AKHIL JAMES (6)
Week - 4
1. Implement control logic of a “washing machine” using Stateflow as per given sequence: If the power supply is available, the system gets activated If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed by Washing time of 100s. Then…
16 Dec 2021 07:18 AM IST
Week -2
Objective Make a Simulink model of Doorbell using solenoid block. Use a thermistor to sense the temperature of a heater & turn on or turn off the fan if the temperature above 25 °C, OFF otherwise. Doorbell Model explanation First of all there will not be any bell tool in the matlab librery…
22 Nov 2021 05:18 PM IST
Project 2 - Rankine cycle Simulator
Objective Understand the concept of Rankine cycle Create a Rankine Cycle Simulator using MATLAB. Your code should calculate the state points of the Rankine Cycle. Then, plot the corresponding T-s and h-s plots for the given set of inputs. Rankine cycle The working fluid is compressed from low to high pressure (Step 3-4).…
09 Nov 2021 07:05 AM IST
Project 1 - Parsing NASA thermodynamic data
Objective 1. Write a function that extracts the 14 co-efficients and calculates the enthalpy(H), entropy(S) and specific heats(Cp) for all the species in the data file. You will be reading this file NASA thermodynamic data (https://drive.google.com/file/d/1AikCHDlz9s_fu8whE81qee_GD4AyYpCP/view?usp=sharing) …
26 Oct 2021 11:35 AM IST
Week 4.1 - Genetic Algorithm
Objective Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. Clearly expalin the concept of genetic algorithm in your own words and also explain the syntax for ga in MATLAB. Stalagmite function: Genatic Algorithom: The Genatic algorithm was…
12 Oct 2021 05:06 PM IST
Week 3 - Solving second order ODEs
Objective write a program that solves the given ODE, this ODE represents the equation of motion of a simple pendulum with damping code % solve the ODE that represents the equation of motion of a simple pendulum with damping close all clear all clc % inputs L = 1; % L = length of the pendulum in m m = 1; % m = mass of the…
29 Sep 2021 02:37 PM IST