Skip to content

jeroutek/ECE-469-569-Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ECE 469/569 Final Project

Name: Smart Device Laser Attack

Team: 9

Members: Seth Jeroutek, Matthew Bowlby, Arthur Jur

LaserGIF

Build

MATLAB folder

'conv.m' must be run inside of MATLAB. This converts our sound files into csv files. Sound files that are stereo are converted from stereo to mono prior to conversion based on the input.

Usage: conv.m("<input (audio)>", "<output (csv)>", <tomono [0,1]>)

src folder

am.py

This holds our code for our attempt at amplitude modulation. We ultimately did not use this.

Usage: python am.py <audio_file> <output_file> <carrier frequency> <graph [0,1]>
tts.py

This is the code used to generate our text-to-speech (TTS) lines.

Usage: python tts.py <text> <filename>  <rate [0-200]> <volume [0.0-1.0]> <voice [0,1]>
hpf.py

This serves as a high-pass filter, changing small values in the waveform presented in a CSV file to 0 to clean up the waveform.

Usage: python hpf.py <input_file> <output_file>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published