Hurricane impacts on a coral reef soundscape
Data files
Dec 28, 2020 version files 75.80 GB
-
ESB_wav_AugA.zip
6.11 GB
-
ESB_wav_AugB.zip
6.46 GB
-
ESB_wav_July.zip
7.09 GB
-
ESB_wav_Oct.zip
6.51 GB
-
ESB_wav_SeptA.zip
6.04 GB
-
ESB_wav_SeptB.zip
5.72 GB
-
README_dryad.5tb2rbp38.txt
3.08 KB
-
WDR_wav_AugA.zip
7.26 GB
-
WDR_wav_AugB.zip
7.72 GB
-
WDR_wav_July.zip
8.44 GB
-
WDR_wav_Oct.zip
463.14 MB
-
WDR_wav_SeptA.zip
7.05 GB
-
WDR_wav_SeptB.zip
6.94 GB
Abstract
Recordings began 07/14/2017 at 12:00 and ended 10/17/2017 at 22:02 for ESB and 10/01/2017 at 23:40 for WDR. The instrument was programmed to record for 120 seconds every 20 minutes (72 files/day) at a 48 kHz sample rate. The hydrophone recorders were calibrated with a flat frequency response over the ~0.02-40kHz band. In total, 34,455 2-minute recordings were collected as part of this study. Water temperature was logged by the ST-300 every 20 minutes, coincident with the acoustic recordings.
Description
As a part of a larger study, eight SoundTrap ST-300 acoustic recorders (Ocean-Instruments NZ) were deployed in the lower Florida Keys National Marine Sanctuary (FKNMS) in July 2017. In the aftermath of Hurricane Irma’s (Category 4) passing directly over the FKNMS in September 2017, only two hydrophones, those deployed at Western Dry Rocks (WDR) and Eastern Sambo (ESB) reefs, were recovered. This opportunistic dataset recorded natural noise impacts to the biological coral reef soundscape before, during, and after the hurricane.
Data Acquisition
Recordings began 07/14/2017 at 12:00 and ended 10/17/2017 at 22:02 for ESB and 10/01/2017 at 23:40 for WDR. The instrument was programmed to record for 120 seconds every 20 minutes (72 files/day) at a 48 kHz sample rate. The hydrophone recorders were calibrated with a flat frequency response over the ~0.02-40kHz band. In total, 34,455 2-minute recordings were collected as part of this study. Water temperature was logged by the ST-300 every 20 minutes, coincident with the acoustic recordings.
ST-300 instrument locations and serial #:
WSB: 24.445°N, 81.926°W // Serial # 201355304
ESB: 24.491°N, 81.664°W // Serial # 67383320
Data File Access
The acoustic data stored in *.wav files may be read into MATLAB using functions included in MATLAB, with the following calibration (dB_cal) values: WSB = 172.2 dB; ESB= 177.9 dB.
Example:
cal=10^(dB_cal/20);
[y,fs]=audioread(‘filename.wav’); % read in audiofile
y=y(fs*5:end) % remove first 5 seconds that have calibration sound
y=(y-mean(y))*cal; % demeaned and response correct to mPa
Log-file in *.xml format can be read by any text editor. They contain additional information on the start and stop of each recording in local and UTC time zones.
Temperature data stored in *.csv format may be read using any text editor or spreadsheet program. Times are expressed in seconds since 1970 and temperatures are in °C.