Menu

IIT Certification Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

Ans. #include #include #include // Link list node struct Node { int data; struct Node* next; }; //function declaration void push(struct Node** head_ref, int new_data); int isPresent(struct Node* head, int data); // Function to get union of two linked lists head1 and head2 struct Node* getUnion(struct Node* head1, struct…

    Project Details

    Loading...

    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.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Shivaraj Anantapurkar (26)

    Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

    Objective:

    Ans. #include #include #include // Link list node struct Node { int data; struct Node* next; }; //function declaration void push(struct Node** head_ref, int new_data); int isPresent(struct Node* head, int data); // Function to get union of two linked lists head1 and head2 struct Node* getUnion(struct Node* head1, struct…

    calendar

    28 May 2024 09:08 AM IST

      Read more

      Final Project: Electric Rickshaw modelling

      Objective:

      AIM :  Design of an Electric Rickshaw using MATLAB Simulink.   ABSTRACT : In this project, we going to build the MATLAB model of the ELECTRIC RICKHAEW by using a PM brushed type DC motor and a suitable Lithium-Ion battery for the motor. Before that, we will know about what is Electric RICKHAEW, how it's works and the benefits…

      calendar

      20 Mar 2024 08:54 AM IST

      • HTML
      • MATLAB
      Read more

      Project 2

      Objective:

      Run simulations, change the threshold, create plots and measure current and hydrogen consumption. Specify the outputs. How to run the model.  (Note- The simulink model file should be compulsorily attached) SLn..  The aim of the project is to create a matlab modelfor a fuel cell powered electric vehicle Matlab Model: The…

      calendar

      29 Feb 2024 05:40 AM IST

        Read more

        Final Project: Design of an Electric Vehicle

        Objective:

        AIM : To create a MATLAB model of electric car which uses a DC motor by choosing suitable blocks from Powertrain block set. OBJECTIVES : To prepare a technical report about the EV model including - System level configurations Model parameters Results Conclusion THEORY : An Electric Vehicle (EV) is a vehicle that uses one…

        calendar

        23 May 2023 07:09 AM IST

        Read more

        Project 3

        Objective:

        #ifndef VEHICLE_H #define VEHICLE_H #include #include #include #include #include #include #include #include using namespace std; //Vehicle Class class Vehicle { protected: Vehicle myVehicle[9]; string make; //make string model; // model string color; // color int year; // year int mileage; // miles on car string type;…

        calendar

        24 Mar 2023 07:23 AM IST

          Read more

          Project 1

          Objective:

            Create a Stateflow or Simulink model for the following flowchart. Load the .mat file into the workspace. The input to the model would be the power demand. The output should be: Fuel cell power Battery power FC Operating state (running, standby) Create plot of these outputs against time. (Note- The Simulink model file…

          calendar

          13 Mar 2023 02:12 PM IST

            Read more

            Project 1

            Objective:

            1. Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell. a. Design the battery pack configuration.  b. Draw the BMS topology for this battery pack.   Aim of the Project:-        The Main Of this project is Design the battery pack configuration ,Draw the BMS topology for…

            calendar

            13 Mar 2023 02:09 PM IST

            Read more

            Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

            Objective:

            Ans. #include #include #include // Link list node struct Node { int data; struct Node* next; }; //function declaration void push(struct Node** head_ref, int new_data); int isPresent(struct Node* head, int data); // Function to get union of two linked lists head1 and head2 struct Node* getUnion(struct Node* head1, struct…

            calendar

            11 Feb 2023 09:18 AM IST

              Read more

              Project 2 - Modeling of 3 phase Induction Motor Drive

              Objective:

              calendar

              06 Feb 2023 01:29 PM IST

                Read more

                Project 1 - Loss calculation for a DC/DC converter-MATLAB

                Objective:

                Extending the learned lessons in previous module, you will be diving into another power electronics concept on your own. Design of boost converter, and calculating the loss of different components including power switching device and deriving efficiency of boost converter. This is applicable in power supply industry, electric…

                calendar

                06 Feb 2023 01:07 PM IST

                  Read more

                  Project 2 Adaptive Cruise Control

                  Objective:

                                  

                  calendar

                  21 Jan 2023 01:56 PM IST

                    Read more

                    Project 1 (Mini Project on Vehicle Direction Detection

                    Objective:

                    calendar

                    21 Jan 2023 01:55 PM IST

                      Read more

                      Week 9 Challenge

                      Objective:

                      Q1) Complete the energy management strategy model with battery, UC and fuel cell for the positive power and distribute the power demand among these components. Set simulation stop time to 598 sec. The output of the model should be the power request from UC, fuel cell and battery.   Energy management: The energy management…

                      calendar

                      12 Jan 2023 11:16 AM IST

                        Read more

                        Week 8 Challenge

                        Objective:

                        Q1) Load the UC parameter file. Complete the Ultracapacitor model. Set simulation stop time to 598 sec.The model output should give, current, SOC and Voltage as output   Aim:To model the energy storage device as ultracapacitor and analyse its operating characteristics according to the power demand by running the model…

                        calendar

                        12 Jan 2023 11:14 AM IST

                          Read more

                          Week 7 Challenge

                          Objective:

                          Q1) Load the vehicle parameters. Complete the vehicle model by modelling the remaining equations. Set simulation stop time to 598 sec. The output should be the vehicle velocity.   Vehicle Model in MATLAB SIMULINK:- Vehicle model here is nothing but the equation of forces which comes under velocity ie. when vehicle…

                          calendar

                          12 Jan 2023 11:12 AM IST

                          Read more

                          Week 5 Challenge

                          Objective:

                          Q1) Consider a scenario where an aggressive driver is accelerating very rapidly and braking harshly in a city driving. Is battery better a choice to supply power than UC in this scenario? True False Why? In the case of aggressive driving in the city, it is FALSE that a battery is a better choice to supply power…

                          calendar

                          12 Jan 2023 11:07 AM IST

                            Read more

                            Week 2 Challenge

                            Objective:

                            Q1).Compare four different types of fuel cells and state their applications.   Fuel cell Operating temperature(°C) Power(kw) Efficiency(%) Application PEM(polymer electrolyte membrane) 60°C - 110°C 0.01-250 40%-55% portables,mobile,low power generation PAFC(phosphoric acid fuel cell) 70°C - 130°C…

                            calendar

                            12 Jan 2023 11:01 AM IST

                              Read more

                              Project-1: Modelling an electric Car with Li-ion battery

                              Objective:

                              Q1) objective: Create a MATLAB model of electric car which uses lithium-ion battery and suitable motor. Choose suitable blocks from Simscape or Powertrain block set. Implement the vehicle speed control using PI controller and generate brake and accelerator commands. Avoid using readymade driver block for speed control.…

                              calendar

                              17 Dec 2022 09:03 AM IST

                              Read more

                              Project-1: Powertrain for aircraft in runways

                              Objective:

                              Ground Speed  Air speed Ground speed is the airplane’s speed relative to the surface of the Earth Airspeed is the speed relative to the air it is flying in. Ground speed is what determines how fast an aircraft will get to its destination Airspeed is what determines whether there is enough airflow around an aircraft…

                              calendar

                              12 Dec 2022 09:40 AM IST

                                Read more

                                Week-11 Challenge: Braking

                                Objective:

                                calendar

                                12 Dec 2022 09:34 AM IST

                                  Read more

                                  Week-7 Challenge: DC Motor Control

                                  Objective:

                                  calendar

                                  12 Dec 2022 09:22 AM IST

                                    Read more

                                    Week-6 Challenge: EV Drivetrain

                                    Objective:

                                    Q1. Which types of power converter circuits are employed in electric and hybrid electric vehicle?    Power Electronic Converters: - In Electric and Hybrid Electric Vehicles (EV/HEV), the power electronic converters are considered as the key elements that interface their power sources to the drivetrain…

                                    calendar

                                    12 Dec 2022 09:16 AM IST

                                    Read more

                                    Week-4 Challenge WOT Condition Part-2

                                    Objective:

                                      CHANGING the model type in EV powertrain blocks: we can use the variant manager in the modeling tab to find the variant systems we have.  right-click on the model you want and use set as Label mode active choice.    

                                    calendar

                                    12 Dec 2022 09:12 AM IST

                                      Read more

                                      Week-3 Challenge: ADVISOR Tool

                                      Objective:

                                       

                                      calendar

                                      12 Dec 2022 09:04 AM IST

                                        Read more

                                        Project - Speed Control of a Direct Current (DC) motor

                                        Objective:

                                        calendar

                                        05 Dec 2022 01:28 PM IST

                                          Read more

                                          Project - Data Handling and Interpolation

                                          Objective:

                                          calendar

                                          11 Nov 2022 04:24 PM IST

                                            Read more
                                            Showing 1 of 26 projects