wims capstone proposal dsp demo

26
WIMS Capstone Proposal DSP Demo Abigail Fuentes Rivera Esteban Valentin Lugo Michael Ortiz Sanchez ICOM 5047 Prof Nayda Santiago

Upload: kawena

Post on 04-Feb-2016

38 views

Category:

Documents


0 download

DESCRIPTION

WIMS Capstone Proposal DSP Demo. Abigail Fuentes Rivera Esteban Valentin Lugo Michael Ortiz Sanchez ICOM 5047 Prof Nayda Santiago. Outline. Amarillo-Esteban Verde Michael Rojo Abigail Introduction WIMS Background Work Done Purpose Goals WIMS DSP CIS Algorithm DSP Demo - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: WIMS Capstone Proposal DSP Demo

WIMS Capstone ProposalDSP Demo

Abigail Fuentes RiveraEsteban Valentin LugoMichael Ortiz Sanchez

ICOM 5047Prof Nayda Santiago

Page 2: WIMS Capstone Proposal DSP Demo

Outline

Amarillo-Esteban Verde Michael Rojo Abigail Introduction

WIMS Background Work Done Purpose Goals

WIMS DSP CIS Algorithm

DSP Demo 8051 Microcontroller

Plan of Work UART ADC SPI

Time Schedule Team Members Facilities and Equipment Risk Plans Budget Questions and/or comments

Page 3: WIMS Capstone Proposal DSP Demo

Introduction

WIMS ERC Universities: UMICH, MSU and MTU

Formed the WIMS ERC

Merge Micropower circuits Wireless interfaces Biomedical and environmental sensors.

Page 4: WIMS Capstone Proposal DSP Demo

Introduction (Cont.)

Cochlear Implant Medical Devices that bypass damaged structures

in the human ear. Stimulate directly the auditory nerve to allow deaf

individuals to hear and interpret sounds. Allows simple insertion, Stimulates Auditory Nerve

Page 5: WIMS Capstone Proposal DSP Demo

Problem and Solution

WIMS integrates DSP in its structure, providing low power consumption.

The microcontroller board was found to have defects.

We offer the WIMS developers a DSP emulator for further testing

Page 6: WIMS Capstone Proposal DSP Demo

Goals

Implement an emulator for the WIMS Cochlear Implant DSP.

Learn how to use and configure 8051 Microcontroller.

Use 8051 Microcontroller for the simulation.

Page 7: WIMS Capstone Proposal DSP Demo

WIMS DSP

A DSP is a specialized microprocessor designed specifically for digital signal processing.

WIMS DSP is a fully integrated, low power DSP core that performs the Continuous Interleaved Sampling also known as CIS algorithm. The main reason for using this kind of integration is the reduced power consumption and space requirements of the system.

WIMS DSP receives data from the ADC, filters this signal, and processes it using values in the LUT, sending a calculated signal containing the amplitude and channel thru the SPI to the Hybrid Chip creating the stimuli to the electrodes implanted in the cochlea.

Page 8: WIMS Capstone Proposal DSP Demo

WIMS DSP Architecture

Page 9: WIMS Capstone Proposal DSP Demo

Continuous Interleaved Sampling CIS Algorithm

Signals from microphone go thru a high pass filter, then thru n channels by n band pass filters, where n is the number of electrodes to be simulated.

Each channel has envelope detection with low pass filter and rectifier.

Signal is compressed reducing it’s dynamic range. Volume controlled by the patient. Output of each channel stimulate the electrodes. By stimulating one electrode at the time a better

speech spectrum and speech understanding is achieved.

Page 10: WIMS Capstone Proposal DSP Demo

Continuos Interleaved Sampling CIS Algorithm

Page 11: WIMS Capstone Proposal DSP Demo

CIS Algorithm Formulas

Equations used for the sound filtering.

Page 12: WIMS Capstone Proposal DSP Demo

8051 Microcontroller

The 8051 has 128k for flash memory, which is more than WIMS’s

The 8051 has separate ADC. The 8051 microcontroller has low power

consumption, just like the WIMS microcontroller.

Page 13: WIMS Capstone Proposal DSP Demo

WIMS DSP EMULATOR

•DSP must be initialized

•ADC receives analog input.

•16-bit command word generated .

•Command word sent to Hybrid Chip Lab VIEW interface to simulate electrode stimulation.

Page 14: WIMS Capstone Proposal DSP Demo

UART

Create Interface between Lab VIEW and microcontroller through UART.

Implement BUFFER to receive data from Lab VIEW, store in memory.

Page 15: WIMS Capstone Proposal DSP Demo

UART

Universal Asynchronous Receiver/Transmitter Serial port of the 8051 Microcontroller.

The 8051 does not have a serial output buffer.

We need to be sure that a character is completely transmitted before transmitting the next character.

Page 16: WIMS Capstone Proposal DSP Demo

Analog to Digital Converter

An analog signal will be received from the Data Acquisition Board, through the ADC. And converted to a digital Values

The converted data along with the value data received through the UART will be converted using the CIS algorithm into a command word.

Data will be sent to SPI.

Page 17: WIMS Capstone Proposal DSP Demo

Serial Peripheral Interface (SPI)

SPI is a serial bus standard established by Motorola and supported in silicon products from various manufacturers.

It is a synchronous serial data link that operates in full duplex, this means, signals carrying data go in both directions simultaneously.

SPI is a standard for controlling almost any digital electronics that accepts a clocked serial stream of bits.

Page 18: WIMS Capstone Proposal DSP Demo

SPI

The SPI will communicate our 8051 Micro with our Lab VIEW Interface.

We will send data thru the SPI which will be used by the Hybrid Chip.

To ensure the success of data transmission, an acknowledgement signal is received from the Lab VIEW interface.

Page 19: WIMS Capstone Proposal DSP Demo

Time Schedule

Page 20: WIMS Capstone Proposal DSP Demo

Team Members

Engineering students Knowledge of microcontrollers, hardware,

and software.

Page 21: WIMS Capstone Proposal DSP Demo

Facilities and Equipment

Page 22: WIMS Capstone Proposal DSP Demo

Risks

Page 23: WIMS Capstone Proposal DSP Demo

Budget

Page 24: WIMS Capstone Proposal DSP Demo

Acknowledgements

Luis Calderon Nayda Santiago Debbie Ruperto

Page 25: WIMS Capstone Proposal DSP Demo

References

Craig Steinger-Online 8051/8052 Microcontroller Tutorial: Architecture, Assembly Language, and Hardware Interfacing.

Progress Reports from last semester. A DSP Architecture for Cochlear Implants;

Eric D. Marsman 8051 Data sheets