Joshua Adadevoh ECE-3551 Project Audio Signal Encryption.

10
Joshua Adadevoh ECE-3551 Project Audio Signal Encryption

description

The basic idea was simple, the signal is received, passed through the codec, converted to hex values, then passed through my algorithm where it is scrambled, passed to the output buffers and back out through the codec

Transcript of Joshua Adadevoh ECE-3551 Project Audio Signal Encryption.

Page 1: Joshua Adadevoh ECE-3551 Project Audio Signal Encryption.

Joshua Adadevoh

ECE-3551Project

Audio Signal Encryption

Page 2: Joshua Adadevoh ECE-3551 Project Audio Signal Encryption.

• The purpose of this project is basically to implement a strong audio encryption algorithm that has not been covered in the labs

Page 3: Joshua Adadevoh ECE-3551 Project Audio Signal Encryption.

• The basic idea was simple, the signal is received, passed through the codec, converted to hex values, then passed through my algorithm where it is scrambled, passed to the output buffers and back out through the codec

Page 4: Joshua Adadevoh ECE-3551 Project Audio Signal Encryption.

The encryption process

Page 5: Joshua Adadevoh ECE-3551 Project Audio Signal Encryption.

I also monitored the graphs of the signals I was working with

• This next slide shows the input and output before encryption, as it should be

Page 6: Joshua Adadevoh ECE-3551 Project Audio Signal Encryption.
Page 7: Joshua Adadevoh ECE-3551 Project Audio Signal Encryption.

These next two slides show the graphs before and after encryption respectively

Page 8: Joshua Adadevoh ECE-3551 Project Audio Signal Encryption.
Page 9: Joshua Adadevoh ECE-3551 Project Audio Signal Encryption.
Page 10: Joshua Adadevoh ECE-3551 Project Audio Signal Encryption.

The graphs confirm that the signal was scrambled adequately and the project was a success.