I am an interdisciplinary researcher investigating how technology can be used to monitor biodiversity, in particular using bioacoustic and ecoacoustic approaches.
GitHub Profile | CV | Media
Bioacoustic and Ecoacoustic Data in Audiovisual Core
Good practice guidelines for long-term ecoacoustic monitoring in the UK
05/12/2024 - NHM x Natural England
08/11/2024 - Digital Dimensions of Nature Recovery
04/10/2024 - Soundings: The River
Some thoughts on:
Acoustic figures and diagrams using R.
This is created by the wave_particle()
function of FigurEd.
This is created by the waveSampled()
function of FigurEd.
library(figuREd)
library(tuneR)
waveSampling(sine(freq=1), 2000)
s
library(figuREd)
library(tuneR)
par(mfrow=c(2,1))
waveSampled(sine(freq=1), 1000, 10)
waveSampled(sine(freq=1), 1000, 50)