Presented by Eric Puccio - PowerPoint PPT Presentation

1 / 26
About This Presentation
Title:

Presented by Eric Puccio

Description:

Presented by Eric Puccio. 03-05-07. Group #2 ... Armature Controlled. Rise Time 1s. Overshoot = 0. Steady State Error = 0. Display. Screen Division ... – PowerPoint PPT presentation

Number of Views:51
Avg rating:3.0/5.0
Slides: 27
Provided by: iris6
Category:

less

Transcript and Presenter's Notes

Title: Presented by Eric Puccio


1
ICoRS
Intelligent Collision Response System
Week 6 A Conceptual Approach to ICoRS Simulation
  • Presented by Eric Puccio
  • 03-05-07
  • Group 2

2
Overview
  • Requirements
  • Format
  • Algorithms
  • Display

3
Requirements
  • Programmer
  • Data Intensive
  • Accurate
  • Scalable
  • User
  • Interactive
  • Understandable
  • Visually Appealing

4
MATLAB
  • Programmer
  • Array Based
  • .1ms Increment
  • Concatenation
  • User
  • User Prompt
  • 2D 3D Graphs
  • Colors Animation
  • Programmer
  • Data Intensive
  • Accurate
  • Scalable
  • User
  • Interactive
  • Understandable
  • Visually Appealing

5
Format
  • Initial Conditions, 0 t lt 10
  • Threat Occurs, t 10
  • ICoRS Responds, t gt 10

6
Format
  • 2 arrays
  • t1 0-10
  • t2 10-20
  • Concatenation
  • t t1 t2 0-20
  • Reasons
  • Scalability
  • Easy to modulate in parts

7
Initial Conditions
  • Adjacent Lanes
  • x1 t x2 t
  • y1 2 y2 0
  • ICoRS Trailing
  • x1 t x2 tc
  • y1 0 y2 0
  • ICoRS Leading
  • x1 t x2 t-c
  • y1 0 y2 0
  • ICoRS Trailing Over 1 Lane
  • x1 t x2 tc
  • y1 2 y2 0

8
Moment of Threat
  • Slow Down
  • x kt
  • klt1
  • Speed Up
  • x kt
  • kgt1
  • Swerve
  • y yT(?,v)

9
Response
  • Compare trajectories
  • If less than allowed parameters
  • Then activate response
  • Add to Motion Array

10
Control Algorithm
  • Factor Denominator
  • Partial Fraction Expansion
  • Solve For Numerators
  • Inverse Laplace
  • Plot Response

11
Control Algorithm
  • Roots roots(A B C D)
  • Partial Fraction Expansion
  • Solve For Numerators
  • Inverse Laplace
  • Plot Response

12
Control Algorithm
  • Roots roots(A B C D)
  • Da -Roots(1)
  • Db -Roots(2)
  • Dc -Roots(3)
  • Solve For Numerators
  • Inverse Laplace
  • Plot Response

13
Control Algorithm
  • Roots roots(A B C D)
  • Da -Roots(1)
  • Db -Roots(2)
  • Dc -Roots(3)
  • Na Num/(Db-Da)(Dc-Da)
  • Nb Num/(Da-Db)(Dc-Db)
  • Nc Num/(Da-Dc)(Db-Dc)
  • Inverse Laplace
  • Plot Response

14
Control Algorithm
  • Roots roots(A B C D)
  • Da -Roots(1)
  • Db -Roots(2)
  • Dc -Roots(3)
  • Na Num/(Db-Da)(Dc-Da)
  • Nb Num/(Da-Db)(Dc-Db)
  • Nc Num/(Da-Dc)(Db-Dc)
  • y (Naexp(-Dat)) (Nbexp(-Dbt))
    (Ncexp(-Dct))
  • Plot Response

15
Control Algorithm
  • Roots roots(A B C D)
  • Da -Roots(1)
  • Db -Roots(2)
  • Dc -Roots(3)
  • Na Num/(Db-Da)(Dc-Da)
  • Nb Num/(Da-Db)(Dc-Db)
  • Nc Num/(Da-Dc)(Db-Dc)
  • y (Naexp(-Dat)) (Nbexp(-Dbt))
    (Ncexp(-Dct))
  • plot(t,y)

16
Control Algorithm
17
Emergent Side Note
  • We found a better motor
  • Armature Controlled
  • Rise Time lt 1s
  • Overshoot 0
  • Steady State Error 0

18
Display
  • Screen Division
  • Parametric Graph
  • Time-Space Graph
  • Animate()

19
Screen Division
  • Opens 2 Figures Side-by-Side

20
Parametric Graph
  • Overhead View
  • Maps Vehicles XY Displacement
  • Problem Intersections
  • Do They Both Intersect?

21
Parametric Graph
  • Overhead View
  • Maps Vehicles XY Displacement
  • Problem Intersections
  • Do They Both Intersect? No!!!

22
Time-Space Graph
  • XYT Plane
  • No Intersection Uncertainties
  • Previous Graph

23
Animate()
  • Graph 1 Dot at a Time
  • Pause() between Plots
  • Creates Animation

24
Simulation Time
  • Cut to MATLAB

25
Next Week
  • Deceleration Algorithm
  • Turning Algorithm
  • Delay Algorithms
  • More Scenarios

26
ICoRS
Intelligent Collision Response System
when seconds matter as much as your passengers.
Write a Comment
User Comments (0)
About PowerShow.com