ibm - cvut student research projects compression algorithm for wireless microphone michal přibyl...

6
IBM - CVUT Student Research Projects Compression Algorithm for Wireless Microphone Michal Přibyl ([email protected])

Upload: edgar-lloyd

Post on 13-Dec-2015

218 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: IBM - CVUT Student Research Projects Compression Algorithm for Wireless Microphone Michal Přibyl (pribym2@fel.cvut.cz)

IBM - CVUT Student Research Projects

Compression Algorithmfor Wireless Microphone

Michal Přibyl ([email protected])

Page 2: IBM - CVUT Student Research Projects Compression Algorithm for Wireless Microphone Michal Přibyl (pribym2@fel.cvut.cz)

IBM - CVUT Student Research Projects

2

Goals

• Compare available audio compression algorithms

• Choose suitable codec for dsPic30 i. e. compression with low complexity

• Implement this audio compression library in C for dsPic30 and PC

Page 3: IBM - CVUT Student Research Projects Compression Algorithm for Wireless Microphone Michal Přibyl (pribym2@fel.cvut.cz)

IBM - CVUT Student Research Projects

3

Wireless Microphone Specification

• Sampling rate: 16 kHz

• Data width: 16 bits

• Transmitting protocol: Bluetooth

Page 4: IBM - CVUT Student Research Projects Compression Algorithm for Wireless Microphone Michal Přibyl (pribym2@fel.cvut.cz)

IBM - CVUT Student Research Projects

4

Wireless Microphone Architecture by Petr Mohelský

Codec+

Microprocessor

BT modulRS 232

PCUSB BTDongle

(COM 4)

BT signal

Serial comunication

software

Soundsoftware

Soundcard

Microphone

Page 5: IBM - CVUT Student Research Projects Compression Algorithm for Wireless Microphone Michal Přibyl (pribym2@fel.cvut.cz)

IBM - CVUT Student Research Projects

5

Accomplished goals

• ComparisonDue the algorithm complexity was chosen Sub Band Codec (SBC) defined by the Advanced Audio Distribution Profile Specification v1.0

• ImplementationFinished lower level of SBC consisting of ADPCM compression.

Page 6: IBM - CVUT Student Research Projects Compression Algorithm for Wireless Microphone Michal Přibyl (pribym2@fel.cvut.cz)

IBM - CVUT Student Research Projects

6

Thank you for your attention