Menu

Executive 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 - Data Handling and Interpolation

Project - Data Handling and Interpolation   Data = xlsread ('VI.xlsx','A2:B25'); V=Data(:,1); I = Data(:,2); Vq = 17.3:0.1:0.9; Iq = interp1(V,I,Vq); plot(Vq,Iq,'B--o'):grid:xlabel('V_volt');ylabel('I_mAmp');hold; tiltle('voltage_vs_current');legend('interpolated_data'); VV =[-17.2 -17.1 -13.8 -13.5 -13.0 -12.5 -11…

    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 Arjundev V V (22)

    Project 2

    Objective:

      Statement of assignment: Route the Wiring harness on the Given car body and Prepare to to flatten the view drawing in CATIA V5. Application of all Packaging rules, Industry best practices studied in this course shall be demonstrated in design. Apply Protection coverings as required. Available connector 3D data can be…

    calendar

    14 Mar 2023 03:06 AM IST

    • CATIA
    Read more

    Project 2

    Objective:

      Statement of assignment: Route the Wiring harness on the Given car body and Prepare to to flatten the view drawing in CATIA V5. Application of all Packaging rules, Industry best practices studied in this course shall be demonstrated in design. Apply Protection coverings as required. Available connector 3D data can…

    calendar

    11 Mar 2023 11:21 AM IST

    Read more

    Project 1

    Objective:

    Statement of assignment: Route the Wiring harness on Given Engine and Prepare flatten view drawing in CATIA V5. Application of all Packaging rules, Industry best practices studied in this course shall be demonstrated in design. Apply Protection coverings as required. Available connector 3D data can be used, or you can…

    calendar

    10 Mar 2023 07:34 AM IST

    Read more

    Wiring harness design in CATIA V5 - 3D modeling Week 7 Challenge

    Objective:

    Q1. Flatten the harness assembly completed in “ week 4 challenge”. Place the flattened view on drawing sheet. Ensure bundles with protective coverings has different visuals on drawing view.     First of all, we import the week 4 challenge harness bundle to the catia V5  Create a new product file…

    calendar

    24 Feb 2023 03:09 PM IST

      Read more

      Wiring harness design in CATIA V5 - 3D modeling Week 5 & 6 Challenge

      Objective:

      Q1. Route the following harness layout in Electrical workbench. Make assumption for harness bundle diameters. Use the connectors provided. After completion of routing, Check the bundle Continuity. Add snap of result in submission Add annotation to all connectors. Make an assumptions for annotations like connect 1 , 2 etc…

      calendar

      22 Feb 2023 11:17 AM IST

        Read more

        Wiring harness design in CATIA V5 - 3D modeling Week 4 Challenge

        Objective:

        Q1. Route the following harness layout in Electrical workbench. Make assumption for harness bundle diameters. Use Following connectors as shown in layout diagram. Add protective covering on all branches connected to DT06-2S & DT06-4S connectors. Keep end extremity at 30mm (from connectors end)   Download connector…

        calendar

        21 Feb 2023 09:38 AM IST

          Read more

          Wiring harness routing & packaging Rules Week 3 Challenge

          Objective:

          Q1. Download following cad data & define it as Electrical support using Electrical Part design Workbench. Define all the necessary properties. P clamp Steps The file is introduced to catia v5 . Then switch to mechanical part design and mark 2 entry/exit points on both sides . Create a reference plane along the points…

          calendar

          16 Feb 2023 12:44 PM IST

            Read more

            Wiring harness design in CATIA V5 - 3D modeling Week 2 Challenge

            Objective:

            AIM :  Download following connectors & Connector clip cad data from given link & define it as Electrical Connector using Electrical Part design Workbench. Define all the necessary properties to Connectors & Clip.   Deutsch DT06 – 08SA ( https://www.te.com/usa-en/product-DT06-08SA.html)…

            calendar

            13 Feb 2023 12:12 PM IST

            Read more

            Week 6 - Data analysis

            Objective:

            AIM: Take a look at the data analysis video before you attempt this challenge. Your task is to write a script that does a data visualizer, compatibility check, and Basic performance calculation.   OBJECTIVES: Data visualizer Your script should take column numbers as the input and plot the respective columns as separate…

            calendar

            03 Feb 2023 04:24 PM IST

              Read more

              Week 5 - Curve fitting

              Objective:

              AIM :  To write a program in python for curve fit.   Objectives :  1. What does popt and pcov mean? 2. What does np.array(temperature) do? 3. What does the * in *popt mean? 4. Write code to fit a linear and cubic polynomial for the Cp data. Explain if your results are good or bad.  5. What needs to…

              calendar

              28 Jan 2023 12:04 PM IST

                Read more

                Week 3 - Solving second order ODEs

                Objective:

                 AIM To solves the ODE which represents the equation of motion of a simple pendulum with damping.   OBJECTIVE  Your objective is to write a program that solves the following ODE. This ODE represents the equation of motion of a simple pendulum with damping THEORY  A point mass M is suspended from the…

                calendar

                25 Jan 2023 05:23 AM IST

                  Read more

                  Week 2 Air standard Cycle

                  Objective:

                  AIM :  Based on the concepts you have learned during the forward kinematics routine, write code that can solve an otto cycle and make plots for it.   OBJECTIVE : 1. Your code should create a PV diagram 2. You should output the thermal efficiency of the engine.   THEORY thermal efficiency of OTTO CYCLE In…

                  calendar

                  20 Jan 2023 10:05 AM IST

                    Read more

                    Project 2 Thermal modeling of battery pack

                    Objective:

                    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.   Here we select a battery model from Matlab and set the capacity to 2Ah. we have connected 10 such cells in series and are connected to…

                    calendar

                    13 Jan 2023 01:44 PM IST

                    Read more

                    Project 1 Mechanical design of battery pack

                    Objective:

                    Project 1 Mechanical design of battery pack Battery pack capacity: 18 kWh Cell: ANR26650M1-B  AIM :  Prepare a detailed battery pack drawing along with its enclosure. State your assumptions.   STUDY :  The ANR26650M1-B is the next generation of A123 Systems’ pioneering 26650 cylindrical cells,…

                    calendar

                    11 Jan 2023 03:52 AM IST

                    Read more

                    Week 7 State of charge estimation

                    Objective:

                    1. Simulate the 3 test cases from the harness dashboard and write a detailed report on the results https://in.mathworks.com/matlabcentral/fileexchange/72865-design-and-test-lithium-ion-battery-management-algorithms  We download the project model from the Matlab link that was provided and simulate it for different…

                    calendar

                    03 Jan 2023 06:54 AM IST

                      Read more

                      Week 1 Understanding Different Battery Chemistry

                      Objective:

                      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 of it. Battery type Cathode Material Anode Material Electrolyte Material Separator   Material Anode reaction Cathode…

                      calendar

                      20 Dec 2022 06:32 AM IST

                        Read more

                        Project 2

                        Objective:

                                                                                 PROJECT NAME        The development of a forward energy-based fuel consumption model of a P1 hybrid…

                        calendar

                        18 Dec 2022 10:04 AM IST

                        Read more

                        Project 1

                        Objective:

                                                                                PROJECT NAME             The development of a forward energy-based fuel consumption model…

                        calendar

                        15 Nov 2022 08:18 AM IST

                        Read more

                        Project 1

                        Objective:

                        As per the requirment we create the design and input the parameers.  the model is shown below. The mechanics explorer out put is shown below   The scope output is given below.   Find the attached file of the simscape model , Parameters used and scope outputs attached

                        calendar

                        21 Oct 2022 10:10 AM IST

                          Read more

                          Project - Analysis of a practical automotive wiring circuit

                          Objective:

                          Que1.   In the above automotive diagram , on the right side we have 2 tail light , 2 dome light and one plate lamp along with the gas tank unit.  on the left down side we have the major battery and starter motor which is connected to the ammeter and then light switch where the  control of all the lights…

                          calendar

                          05 Oct 2022 05:19 PM IST

                            Read more

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

                            Objective:

                            we create a DC machine model and connect it to a control where we take the speed of the armature as reference and compare it with the output speed of the rotor. We consider the motor parameters as given below for a natural working condiotion. moment of inertia of rotor J as 0.01 Kgm^2 Motor viscous friction constant B1…

                            calendar

                            03 Oct 2022 05:15 PM IST

                              Read more

                              Project - Data Handling and Interpolation

                              Objective:

                              Project - Data Handling and Interpolation   Data = xlsread ('VI.xlsx','A2:B25'); V=Data(:,1); I = Data(:,2); Vq = 17.3:0.1:0.9; Iq = interp1(V,I,Vq); plot(Vq,Iq,'B--o'):grid:xlabel('V_volt');ylabel('I_mAmp');hold; tiltle('voltage_vs_current');legend('interpolated_data'); VV =[-17.2 -17.1 -13.8 -13.5 -13.0 -12.5 -11…

                              calendar

                              23 Aug 2022 06:56 PM IST

                                Read more
                                Showing 1 of 22 projects