Ed Baker FLS ARCS

Picture of Ed Baker.

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

Latest publications

Good practice guidelines for long-term ecoacoustic monitoring in the UK

Google Scholar

Talks

05/10/2024 - BNA Encaenia

04/10/2024 - Soundings: The River

04/09/2024 - TDWG 2024

11/07/2024 - Ecoacoustic Congress

25/06/2024 - Nature Tech Expo

All talks

Notes

Prophalangopsis obscura

Linux audio recipes

Acoustics figures

SANE defaults

All notes

Some thoughts on:

Acoustic figures

Acoustic figures and diagrams using R.

Wave in air

A wave in air

This is created by the wave_particle() function of FigurEd.

Wave sampling

Sampling a wave

Sampling a waveform

This is created by the waveSampled() function of FigurEd.

library(figuREd)
library(tuneR)
waveSampling(sine(freq=1), 2000)

A sampled wave

A sampled wave

s

library(figuREd)
library(tuneR)
par(mfrow=c(2,1))
waveSampled(sine(freq=1), 1000, 10)
waveSampled(sine(freq=1), 1000, 50)