Ed Baker FLS ARCS

Picture of Ed Baker.

Interdisciplinary researcher using sensor networks and acoustics to monitor biodiversity and environments.

GitHub | CV | Media | Social

Latest publications

All publications

Google Scholar

Co-authorship Cloud

Latest blog posts

All blog posts

Talks

All talks

Notes

All notes

Some thoughts on

Generating a swept sine wave in R

This uses functionality from the sonicscrewdriveR package:

install.packages("devtools")
library(devtools)
install_github("edwbaker/sonicscrewdriver")
library(sonicscrewdriver)

Generate a Wave object with a sine sweep from 0 Hz to 1kHz over two seconds:

w <- sweptsine(f0=0,f1=1000, sweep.time=2, output="wave")