Skip to content

da-bigbrain/nf_backend_mqtt_featured_with_esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explanation

Checkout mqtt_main.py

  1. Data Collection: The script collects integer messages into data_chunk until its length reaches chunk_size.
  2. FFT Processing: Once data_chunk is full, the script performs FFT and calculates the average amplitude in the beta frequency range.
  3. Publishing Results: It publishes avg_beta_amplitude to the beta topic and resets data_chunk for the next set of messages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published