THE AUDITORY MODELING TOOLBOX

Applies to version: 0.9.2

View the help

Go to function

DATA_HARTE2009 - Tone burst stimuli from Harte et al. (2009)

Program code:

function [hartestim,fs]  = data_harte2009()
%DATA_HARTE2009 Tone burst stimuli from Harte et al. (2009)
%   Usage: [hartestim,fs] = data_harte2009;
%
%   `[hartestim,fs]=data_harte2009` returns the tone burst stimuli from
%   Harte et al. (2009) and the sampling frequency, $fs=48000$.
%
%   References: harte2009comparison

hartestim = load([amtbasepath,'humandata',filesep, ...
		  'roenne2012_harte2009stim']);
  
fs = 48e3;