THE AUDITORY MODELING TOOLBOX

This documentation page applies to an outdated major AMT version. We show it for archival purposes only.
Click here for the documentation menu and here to download the latest AMT (1.6.0).

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;