collaborative workforce (cw) team fall 2011 advisors: dr. randal abler dr. edward coyle graduate...

17
Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott Simontis Christopher Julian Shashank Chamoli David Yoon

Upload: kellie-phelps

Post on 29-Jan-2016

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

Collaborative Workforce (CW) TeamFall 2011

Advisors:Dr. Randal AblerDr. Edward Coyle

Graduate Student:Kaushiik Baskaran

Under-graduate Students:Scott SimontisChristopher JulianShashank ChamoliDavid Yoon

Page 2: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

Outline

• Background and Goals

• Technology Approach

• Engineering Challenges

• Technology Integration

• Current Focus

• Demo

Page 3: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

Background & Goals

• Extension of technology in education

• Arbutus Center initiative since 1990’s

• Specific focus on

• Distance Learning

• Telepresence/Teleconferencing

• Video-enabled Collaboration

• A new context is to support technology driven collaborations

• VIP eStadium Team uses CW Team solutions to collaborate

with Purdue & Morehouse students & faculty

Page 4: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

Schematic of Van Leer Room 461

Distance Learning Classroom

Page 5: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

• Wide use of analog cables

o Variety of analog video formats

o Suffers from noise & attenuation

o Needs amplifiers & converters

o RF interference issues

• Needs an expert to install & maintain the cabling

Cabling

Page 6: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

DS

P/A

RM

Technology Approach IP to the end device

Video

Audio

Control

IP over Ethernet

Page 7: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

Technology Approach – Video over IP

• System-on-chip (SOC) solution to embedded control & networked media

• On chip media encode & decode capabilities• Incorporates a high-performance TMS320C64x+ DSP

core and an ARM926EJ-S core

• Full HD video over ethernet/IP

• Using existing prototype board at Georgia Tech

Page 8: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

Engineering Challenges

• Tradeoffs in media compression technologies• Bandwidth• Delay• Computational complexity• Quality

• H.264 vs. Motion JPEG video

• Device to Device (D2D) delay• Any perceptual delay is challenging

• Room to Room (R2R) delay• Greater delay tolerable

Page 9: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

Integration & Convergence

• Single device solution to

• Cabling

• Content switching (Video matrix switch)

• Media digitization & management

• ROI video coding & streaming

• Room control and automation

Page 10: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

Current Focus

• Get a feel for how to work with TI’s DaVinci boards

• Create a practical application using the DaVinci boards– Audio Analysis Application

Page 11: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

Audio Analysis Application

Page 12: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

MATLAB Model

• General example to base C code off of• Can be used to check outputs for errors• Model:

– Input audio file (.wav)– Low Pass Filter (0-11 kHz Equiripple FIR filter)– Decimation (n=2)– 256 point FFT with a Hanning window

Page 13: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

Spectrogram

Page 14: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

DSP – FFT

ARM sends data to DSP using MGGQ DSPLINK module

DSP does the rigorous MATH and computes the FFT

ARM displays

DSP sends back the FFT Results to ARM using

MSGQ DSPLINK module

Page 15: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

ARM - Display

Page 16: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott
Page 17: Collaborative Workforce (CW) Team Fall 2011 Advisors: Dr. Randal Abler Dr. Edward Coyle Graduate Student: Kaushiik Baskaran Under-graduate Students: Scott

Demo

Questions?