Capstone Design B. Ramamurthy CSE651C, B. Ramamurthy June 16, 2017.

Slides:



Advertisements
Similar presentations
Happy Halloween! notebooks and task list due today revisit schedule of upcoming assignments –ABET essay –timeline/effort matrix –technical specifications/standards.
Advertisements

EDGE™ A P D C Copyright © 2004 Dr. Edward Hensel P.E. and P.H. Stiebitz. All rights reserved. Technical Data Package & Team Notebook …what is it anyway?
ABET 1 SAYS - Your Senior Design Course Should Include Engineering design is the process of devising a system, component, or process to meet desired needs.
B. RAMAMURTHY Emerging Applications and Platforms in Embedded Systems June 6, 2014 CSE
Capstone Design Project (CDP) Civil Engineering Department First Semester 1431/1432 H 10/14/20091 King Saud University, Civil Engineering Department.
Best Practices In Design Outcomes Of A Survey P. H. King, PhD, PE Joan Walker, PhD Vanderbilt University.
CHEN Program Assessment Advisory Board Meeting June 3 rd, 2012.
Continuation From Chapter From Chapter 1
B. RAMAMURTHY Capstone Design June 6, 2015 CSE651 1.
Biomedical Engineering Design Course Content: Industrial v Academic Viewpoints Paul King, Vanderbilt University Richard Fries, Datex-Ohmeda Corp.
1 REQUIREMENT ENGINEERING Chapter 7. 2 REQUIREMENT ENGINEERING Definition Establishing what the customer requires from a software system. OR It helps.
Using a Project Model for Assessment of CDIO skills Tomas Svensson, Svante Gunnarsson Linköping University Sweden June
Product Documentation Chapter 5. Required Medical Device Documentation  Business proposal  Product specification  Design specification  Software.
Electrical and Computer Engineering Senior Design John Peeples, Ph. D., P.E. Professor and Department Head.
1 Department of Electrical and Computer Engineering MDR (18 th -27 th November 2013) -MDR Deliverables clearly defined? -Individual team member MDR deliverables.
Senior Design II proposal A step-by-Step review. What is Senior Design?  Senior Design is a sequence of two courses during two consecutive semesters.
EENG 4910/4990 Engineering Design Murali Varanasi September 02, 2009.
Department of Electrical and Computer Engineering MDR Report.
Project 3 Presentation B. Ramamurthy. Directions Next few slides show you the MINIMUM standard needed for the presentation.
Lecture 2. An Overview of Engineering Design JANUARY 2016 GE105 Introduction to Engineering Design College of Engineering King Saud University.
Marquette University Jay R. Goldberg, PhD, PE Forum on Innovation and Entrepreneurship in Biomedical Engineering Education.
By: Wilmer Arellano.  1. Form a team  2. Find a Team Leader  3. Find Three Potential Topics  4. Find a Mentor  5. Select a Topic.
The design cycle model and the design process.
Advanced Software Engineering Dr. Cheng
Pepper modifying Sommerville's Book slides
Chapter 1 The Systems Development Environment
An Overview of Engineering Design
OUTCOME BASED EDUCATION
Software Engineering Management
Emerging Applications and Platforms in Embedded and Realtime Systems
Chapter 1 The Systems Development Environment
Design and modeling 10 step design process
Fundamentals of Information Systems, Sixth Edition
Topic for Presentaion-2
Chapter 1 The Systems Development Environment
Class Agenda Capstone Design Project Process 10 min
Requirements Elicitation and Elaboration
Classical Waterfall Model
Chapter 1 The Systems Development Environment
Basic Requirements for an Engineer
Engineering Design Process Presentation Explanation
Chapter 1 The Systems Development Environment
Software Engineering (CSI 321)
Engineering Design Process
Module C: Presentation The Engineering / Design Process
MBI 630: Systems Analysis and Design
DESIGN CONCEPTS AND PROCESSES
UNIT II.
CIS12-3 IT Project Management
Engineering Design Process Presentation Explanation
Requirements Analysis
An Overview of Engineering Design
A Design Process.
Welcome to CT1315 Project1 Latifa AlAbdlkarim King Saud University October,2009.
Introduction to Systems Analysis and Design Stefano Moshi Memorial University College System Analysis & Design BIT
DMAIC Roadmap DMAIC methodology is central to Six Sigma process improvement projects. Each phase provides a problem solving process where-by specific tools.
System Analysis and Design
System Analysis and Design
MANAGING THE DEVELOPMENT AND PURCHASE OF INFORMATION SYSTEMS
Class Project Guidelines
4 Major Steps in Solving Technological Problems
Engineering Design Process Presentation Explanation
Engineering Design Process Presentation Explanation
Engineering Design Process Presentation Explanation
Engineering Design Process
Capstone PROJECT EECE DEPT
An Overview of Engineering Design
Chapter 1 The Systems Development Environment
UML Design for an Automated Registration System
CEng progression through the IOM3
Presentation transcript:

Capstone Design B. Ramamurthy CSE651C, B. Ramamurthy June 16, 2017

Emerging Applications Communication of research results Course Model Emerging Applications Capstone Research methods Communication of research results CSE651C, B. Ramamurthy June 16, 2017

Course Model CSE651C, B. Ramamurthy June 16, 2017

References J.R. Goldberg. Capstone Design Courses: Producing Industry-Ready Biomedical Engineers, Morgan-Claypool, 2007 CSE651C, B. Ramamurthy June 16, 2017

What is Capstone? It provides them with the opportunity to apply what students have learned in previous courses; Develop their communication (written, analytical, oral, and graphical (Visualization)), interpersonal (teamwork, conflict management, and negotiation), project management, and design skills; Reinforce the design and development process of a product; It also provides students with an understanding of the economic, financial, legal, and regulatory aspects of the design, development, and commercialization of technology. CSE651C, B. Ramamurthy June 16, 2017

Why Capstone? Development of design and technical skills Development of “soft skills” such as teamwork, communication, and interpersonal skills Develop the ability to manage the product development process Oral, written, and graphical/ Visualization communication skills Experience with solving a real-life, open-ended problem Development of an understanding of the industry perspective (including financial, regulatory, and legal issues): in this case automotive industry Exposure to results-oriented evaluations of their projects It is a culmination of all the knowledge from other courses and application of the same. Capstone projects are important components in a program accreditation process (esp. in United States) For your capstone project you can try to use one or more EAPS we will discuss CSE651C, B. Ramamurthy June 16, 2017

Goal of Capstone Project Ability to design a system, component, or process to meet desired needs within realistic constraints such as economic, environmental, social, political, ethical, health and safety, manufacturability, and sustainability. CSE651C, B. Ramamurthy June 16, 2017

How do you do it? Define the requirements based on customer/client needs Determine / understand the constraints (e.g. the memory constraint in Arduino boards) Define the problem to be solved Define the project scope Study alternative solutions and compare Make a selection of final design Build prototype to meet needs Validates performance of prototype Document all the steps. CSE651C, B. Ramamurthy June 16, 2017

Capstone project deliverables Project definition document: contains project objective statement (which defines problem and project scope Requirements document: contains list of needs along with design constraints Generated concepts document: rough sketch or schematic of what you want to do Final concept document: defends selection of proposed final design Experimental validation document: contains test protocols, test results, data analysis, Conclusions regarding how well prototype meets performance requirements Final report: contains final design, test results, information regarding how well the requirements were met Prototype CSE651C, B. Ramamurthy June 16, 2017

Requirements A clear and well defined requirements-document is important Correctness of design, implementation and testing There are different approaches to specifying the requirements Use case diagram specifies the uses of the system, with user stimulus that invokes a particular use. It also specifies error conditions, and how it is handled. See https://www.andrew.cmu.edu/course/90-754/umlucdfaq.html It can in a pictorial form or in a text form/document CSE651C, B. Ramamurthy June 16, 2017

Analysis and Design Typically OO design Class diagrams, sequence diagrams, etc. During the analysis phase you will discover the classes and the relationship (has a, is a, etc) among them. These are represented using class diagrams. The class diagrams are then used as design for the implementation of the prototype. There are other model for analysis and design. You will learn more about these in your OO course. CSE651C, B. Ramamurthy June 16, 2017

Prototype Implementation In the prototype implementation for this course you will have a hardware and a software component. Clearly document the implementation details and steps taken. An IDE (integrated development environment) will be used in the design of your project. CSE651C, B. Ramamurthy June 16, 2017

Testing and Modification of Design Your project document should provide the test set used to determine the correctness of your implementation There may functional as well as non-functional requirements that need to be tested. CSE651C, B. Ramamurthy June 16, 2017

Newer Approaches Probabilistic approaches: many events can be modeled as stochastic or random processes Big data approaches : enormous amount of data is being collected by various sensors inside an automobile, how to analyze this and learn from it, extract useful knowledge, discover anomalies CSE651C, B. Ramamurthy June 16, 2017

Activity#6 For the capstone or Mini Project, you will work in groups of 2. Choose your group members now. Discuss a topic that you have expertise on. Later on you will fill up a google form to provide with the details. CSE651C, B. Ramamurthy June 16, 2017