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

03/2024 - Next generation monitoring at the Natural History Museum

11/2023 - Garden Science workshop

10/2023 - IBAC 2023

09/2023 - RSPB/Kelvingrove Museum

05/2023 - British Naturalists' Association

All talks

Notes

Prophalangopsis obscura

Linux audio recipes

Acoustics figures

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)