Showing posts with label EDE124. Show all posts
Showing posts with label EDE124. Show all posts

Tuesday, 4 December 2012

EDE124/201209 - Final Project Presentation

Details on your presentation:

Day/Date/time  : Friday, 14 Dec 2012, 1500-1700
Venue              : Engineering Lab
Time allocation : min15 min, max 30 min

Group A
Adrian
Darryn
M. Zulhilmi
Ray Amos

Group B
Melvin
Hisham
Fadzlinie
Khyril


Do make sure your project has the following details:-

Folio (min 25 pg, max 40 pg)
Chapter 1 : Introduction
Chapter 2 : System Overview
Chapter 3 : Goals and guidelines
Chapter 4 : Methodology
                 - Methods & techniques
                 - Flowchart
                 - Milestones, e.g:

  









Chapter 5 : Results
Chapter 6 : Discussion
                 - General constraints
                 - Successful results
Chapter 7 : Conclusion
                 - Future works


Poster
  1. Introduction
  2. Project Methodology
  3. Advantages/potential
  4. Students' details


Your final project will be justified based on the following grading rubric




EDE124/201209 - Lab Test 20%

Students are divided into two groups.

Group A
Adrian Gerald Lok
Azade Sahibu
Darryn Hong
Fadzlinie
Khyril Eddie Usba


Group B
Melvin Guading
Mohammad Ali Jamaha
Mohd. Hisyam
Muhammad Zulhimi
Ray Amos Ps Mojiniu
 
Following are details on your lab test:-

Day/Date : Friday, 7 Dec 2012
Time        : Group A (0915-1015), Group B (1030-1130)
Venue      : Engineering Lab
 
Please do revision on the given lab manual (Lab 1-8)

Try the following exercises:

  1. Program a simple Fahrenheit to Celsius (F2C) conversion by using M-File
  2. Program a simple Fahrenheit to Kelvin (F2K) conversion by using M-File
  3. Simulate F2C by using Matlab Simulink
  4. Simulate F2K by using Matlab Simulink

P/S: 
Do come on time. 
No extra time will be given for late comers (Maximum 1 hour).
No extra lab will be conducted for those that fail to attend.


EDE124/201209 - Incomplete Assessments

Figure below shows the status of your assessments. Only those students with valid excuse (MC letter / justification letter by parents) and good attendance record are allowed to redo the assessments.

Incomplete assessments












Extra assessments (15%)
You may gain extra 15 marks by participating in the upcoming Cosmopoint Short Program. Yo are required to demonstrate how Matlab Simulink can be used in modelling a problem. For instance, you can use the improved House Heat Model simulation.

Following are list of students that are allowed to participate and details of the program:-

Students;-
Adrian Gerald Lok
Azade B. Sahibu
Fadzlinie

Venue: Cosmopoint KK2
Day/date/time: Tues, 11 Dec 2012, 9-12 PM


Thursday, 2 February 2012

GENERAL RULES FOR ALL STUDENTS

ATTENDANCE

Attendance for both the lectures and the tutorials is compulsory.  Any student not attending a class should provide a medical certificate or a written justification (signed by a parent or guardian in the case of a full-time student).  Should a student fail to do so, he/she will be considered truant.

Should a student attendance for a given subject is lower than 70 %, he/she will not be allowed to sit for the final examination.  Punctuality is equally important.  The lecturer is entitled to refuse entry into the classroom to any student that would present him/herself late (Tolerance +/- 10 min).


ASSESSMENTS

Student's assessments will be evaluated based on the breakdown given in each subjects. Please refer to your subject's label (eg: UFS103/EDS105/EDE124 etc.) for further details.

If a student failed to attend any class or missed any assessment, kindly submit your medical certificate (MC) in the next class. Late submission WILL NOT BE ENTERTAINED and NO ASSESSMENT EVALUATION (lab/quiz/test/midterm/presentation slot) will be conducted for them.



LAB RULES

1. Be respectful, follow your lecturer's instructions, and don't take shortcuts.

2. Please do not bring in any food or drink except just water, which must be stored on the floor.

3. Do and finish your own given assignment, and no body is allowed to surf any irrelevant web sites or play computer games. 

4. Keep your desk free from any disturbance objects (eg. bags, pencil case, water bottles etc)

5. Stay, work and talk in your own work station area. Don't leave your work area unless instructed by the lecturer.

6. CLEANUP: Clean your work area before leaving!



WISH YOU GUYS ALL THE BEST & HAPPY LEARNING =)

Tuesday, 29 November 2011

Designing programs with flowchart (2)

You are required to design a flowchart for all programs below:-

Question 1
Design a flowchart for a program that accepts integer arguments and determines whether the passing integer is odd or even. (if-else)

Question 2 
Design a flowchart for a program that print the multiplication table for any number. (for loop)
eg:
What number? 2
2 x 1 = 2
2 x 2 = 4
2 x 3 = 6
2 x 4 = 8
2 x 5 = 10
2 x 6 = 12
2 x 7 = 14
2 x 8 = 16
2 x 9 = 18
2 x 10 = 20
2 x 11 = 22
2 x 12 = 24

Question 3
You are required to design a flowchart for a program to calculate your utility bill. The payment is based on the following table: (nested if-else)


The numbers of units are calculated based on the current meter reading and the previous meter reading. The bill also includes a fixed charge, which is RM35.00.

Example:
If the previous reading is 2300 and the current reading is 2800, then the payment is RM161.00.
Output: 


P/S: Your flowchart should be handwritten, 1 page for each question.
Deadline: 2nd December 2011,  before 12pm

Tuesday, 22 November 2011

EDE124/201109 - FINAL PROJECT

Grading Rubric









Folio (Total 16 marks)
Chapter 1 : Introduction
Chapter 2 : System Overview
Chapter 3 : Goals and guidelines
Chapter 4 : Methodology
                 - Methods & techniques
                 - Flowchart
                 - Milestones, e.g:
                
Chapter 5 : Results
Chapter 6 : Discussion
                 - General constraints
                 - Successful results
Chapter 7 : Conclusion
                 - Future works


Poster (8 marks)

Monday, 21 November 2011

EDE124/201109 - PLANNER

EDE124 - ENGINEERING DESIGN & SIMULATION
Classcode: 23-201109D060024
Credit hours : 3


Following are your assessments evaluation:-

BASIC
Lab 1- Introduction (27 Sept 2011)
Lab 2- MATLAB Fundamentals : 10% (4 Oct 2011)
Lab 3- MATLAB-SIMULINK Fundamentals : 10% (11 Oct 2011)
Lab 4- Time and Frequency Responses of the DC motor (18 Oct 2011)

INTERMEDIATE
Lab 5- Vectors and Matrices in MATLAB : 10% (25 Oct 2011)
Lab 6- For Loops, While Loops and Conditional Statements : 10% (15 Nov 2011)
Lab 7- M-Files, Creating your own scripts and functions (22 Nov 2011)
Lab 8- Subroutines and Data Files in MATLAB (22Nov 2011)

DESIGN & APPLICATIONS
Lab 9- Detecting cars in a video of traffic : 20% (29 Nov 2011)

Final Project : 40%

Others:
Click here for your assignment format.
Click here for your Final Project format.

Wednesday, 9 November 2011

Wednesday, 12 October 2011

MATLAB SIMULINK tips & shortcut

Connecting blocks:
  1. Right-click on signal and drag to create several connections emerging from same block
  2. Left-click and drag to reroute lines
  3. Shift-left-click to create breakpoint
  4. Left-click on breakpoint to move breakpoint
  5. Alt+Ctrl+left-click to connect 2 blocks
Viewing model:
  1. Hot key r to zoom in
  2. Hot key v to zoom out
  3. Spacebar to see whole model in window

Assignment format

Pls use the given format here for your assignment submission