Remote Sensing & Speaker Recognition with Laser Doppler Vibrometer (LDV)
- For:
- CCNY Capstone I & II
- Fall 2017 - Wei
- CCNY Capstone I & II
- Selecting 'submit' causes it to crash
- Main Idea:
- The plan is to usd LDV (Laser Doppler Vibrometer) in order to determine a conversation taking place in another room.
- Scaling Ideas:
- Increase distance of detection
- Vary surface material (perhaps add reflective tape)
- Detect/determine objects in the room
- Adapt to other languages
- Once able to detect speakers, change to detect actions that are happening in that room
- eg. a door closed
- eg. a gunshot just went off
- Specification Report
- Design Report
- Design Updates
- Final Design
- Final System
- No Presentation. Just Demoed System.
- how to get matlab working with python
- open matlab
matlabroot
- cd
matlabroot
/extern/engines/python python setup.py install
- to install keras (for rnn)
sudo pip install keras
- to install tensorflow (for keras)
- to install h5py (for saving the model)