Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Transmit_Threshold.py #1

Open
wants to merge 1 commit into
base: Fall2018-Spring2019
Choose a base branch
from

Conversation

jakebonney10
Copy link

File is not complete. Implemented a threshold for a frequency of 5 kHz using an fft and the packages scipy and numpy. Need to pull the voltage data (hydrophone readings) from the sampled text file and perform the fft on the voltage list. Idea is to only initiate transmit() function if the threshold is met. If the threshold is not met, the data will not be sent to the server however it will still be saved to the usb flash drive aboard the buoy on the raspberry pi.

File is not complete. Implemented a threshold for a frequency of 5 kHz using an fft and the packages scipy and numpy. Need to pull the voltage data (hydrophone readings) from the sampled text file and perform the fft on the voltage list. Idea is to only initiate transmit() function if the threshold is met. If the threshold is not met, the data will not be sent to the server however it will still be saved to the usb flash drive aboard the buoy on the raspberry pi.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant