user:wellenschrat:projekte:infraschall-differenzdrucksensor-messgeraet
Inhaltsverzeichnis
Messgerät für Infraschall mit Differenzdrucksensor
Die untere Grenzfrequenz hängt von der Größe des Referenzraums ab. Mit dem Bopla ET215 liegt die Grenzfrequenz bei bei ca. 0,6Hz.
eBay-Suche nach Gehäuse 120 x 80 x 55 mm
Auswertung mit R
R-Paket "infrasonic2" laden
library(infrasonic2)
Liveplot starten
d = infrasonic.readSerial(120, ylim = 2, port = 'ttyUSB0')
Daten speichern
infrasonic.writeRaw(d,"meineDaten.csv")
Daten einlesen
d=infrasonic.readRaw("meineDaten.csv")
Frequenz-Darstellung
infrasonic.plotFFT(d)
infrasonic.plotFFT(d,res=0.02) ## berechnet Schmalbandspektrum mit 0.02Hz Bin-Breite
Spektrogramm
infrasonic.plotSpectrogram(d)
infrasonic.plotSpectrogram(d,db_lim = c(40,100)) ## Spektrogramm von 40 dB bis 100 dB
Verweise
Stand-Alone-Viewer
https://circuitjournal.com/arduino-serial-to-spreadsheet
SerialPlot
https://hackaday.io/project/5334-serialplot-realtime-plotting-software
Arduino
Getting Started with the Arduino Pro Mini
https://itzwieseltal.wordpress.com/2015/12/25/arduino-mini-pro/
ESP
Anleitung
user/wellenschrat/projekte/infraschall-differenzdrucksensor-messgeraet.txt · Zuletzt geändert: 14.06.2024 von wllnschrt