This repository contains the data collected by Marc René Schädler and David Hülsmeier in two Hörzentrum Studies that started in 2019 and ended in 2020. Both data sets were simulated with FADE (and DARF), but the files required for the simulations are not included here (yet). Feel free to use the data as you like.
The repository further includes scripts for bootstrapping statistical values.
Have a look in statistics
for further information
In this study, speech recognition thresholds and psychoacoustic detection thresholds were measured. The aim was to support the theoretical assumptions from Hülsmeier et al. (2020) by running the same measurements with listeners.
The classical clinical audiogram measured with an audiometer.
Pure tones presented in quiet, measured adaptively with the SIAM procedure proposed by Kaernbach et al. (1994) (see also Essential Measurements Application for the various scripts)
- Frequencies 250, 500, 750, 1000, 2000, 4000, 6000 Hz
Same measurement as the “Tone in Quiet” measurement, but with narrow band sweeps
- Frequencies 250, 500, 750, 1000, 2000, 4000, 6000 Hz
Measurement to get the size of the auditory filters, see Patterson (1976)
- Center frequencies: 500 and 1000 Hz
- notch widths 0.0, 0.1, 0.2, 0.3 * Center frequency
- Noise spectrum level: 50 dB SPL
Measurement to assess supra-threshold parameters, see Hülsmeier et al. (2020), and/or Schädler et al. (2020)
This measurement was performed at individual noise levels, that depended on the sweep in quiet detection thresholds at the respective frequency.
- Frequencies: 500, 1000, 2000, 4000 Hz
- The level of the noise was individual, but limited to 35 to 55 dB spectrum level.
To convert dB spectrum level to dB SPL, use following formular:
L_{SPL} = L_{spectrum} + 20*log10(sqrt(bw))
, wherebw
is the bandwidth of the noise signal. It was set to exceed the absolute hearing threshold by 10 dB, which did not work out for each listener due to the maximum of 55 dB spectrum level (i.e. 93 dB SPL at 4 kHz).
SRTs were measured in different acoustic environments:
- Quiet,
- Icra1m (stationary),
- Icra5-250m (fluctuating), and
- Multitalker babble (multitalker).
All measurement were performed at 65 dB SPL, but the measurements in the stationary masker were additionally performed 15 and 25 dB above the average hearing loss in dB SPL for frequencies less than or equal to 1 kHz.
See above
Actually, the scripts for the measurement are titled measure_sweep.m
and gensweep.m
, but the sweeps upper and lower frequency are equal, resulting in a perceived tone;)
Same logic applies as for the tone in quiet measurement: script names include sweepinnoise
.
SRTs were measured in different acoustic environments:
- Quiet,
- Icra1m (stationary), and
- Icra5-250m (fluctuating).
The noise level was 60 and 80 dB SPL for the measurements in noise.
- indTIBN: Sweep/Tone in noise at individual noise levels
- matrix: German matrix sentence test
- indtrix: German matrix test at individual noise levels
- NFB: Tone in notched noise experiment according to Patterson (1976)
- PTA: Adaptive audiogram measurement with pure tones
- PSA: Adaptive audiogram measurement with sweeps
- sweep: like PTA (yes, pTa), but from Marc’s study
- sweepinnoise: like TIBN (not at individual levels, and yes, Tibn, i.e. with tones), but from Marc’s study
- Study David includes 40 subjects
- Study Marc includes 80 subjects
- In total, 95 persons (not 120) participated in the studies.
The per study id (VPXX-E) and the overall ID (XX-E) can be found in
overlap-subjects.txt
tree -L 2 study-marc
study-marc
├── 2019H026_STD-Diagnostik_anonymisiert.xlsx -> HZ Diagnostik file
├── collected-results-study-marc.txt -> collected results
├── data -> rawest data
│ ├── VP01-l -> tracks, threshold, corrections, ...
│ ├── VP02-r
│ ├── VP03-r
│ ├── ...
tree -L 2 study-david
study-david
├── 2019H044_STD-Diagnostik_Extern.xlsx -> HZ Diagnostik file
├── collected-results-study-david.txt -> collected results
└── data -> rawest data
├── VP01-l -> tracks, threshold, corrections, ...
├── VP02-l
├── VP03-r
├── ...
A combined table of both studies can is located in refined
.
It is rather lengthy, here are some abbreviations:
ID | global subject ID |
m_* | measurements from study-marc |
d_* | measurements from study-david |
A | Tone audiogram measured with SIAM |
AG | Clinical Audiogram |
AGE | age |
BIS | Bisgaard profile |
VP | subjects labeled as in the study-* dirs |
MAT | matrix tests |
iMAT | matrix tests performed at individual noise levels |
SIN | Sweep/Tone in Noise |
iSIN | Sweep/Tone in Noise at individual noise levels |
NW05 | 10 dB Notch Width for a center frequency of 500 Hz |
NW10 | 10 dB Notch Width for a center frequency of 1000 Hz |
SA | Audiogram measured with sweeps |
TINN | Tone in Notched Noise experiment |
The last fields of each column name refer to the condition (e.g., i5.250,60
is icra5-250m presented at 60 dB SPL) which was used to generate the stimuli, whether the condition was TRaining, testing, or REtesting, and the unit of the column content (e.g., SNR, SPL, Hz).
I ran some FADE simulations for the SRTs measured in study-david. Hearing impairment was implemented using…
- The absolute hearing thresholds from the (1) clinical audiogram, the (2) tone in quiet measurement, or (3) the sweep audiogram
- A supra-threshold level uncertainty inferred from the sweep/tone in noise measurements (see Schädler et al. (2020) to learn more about inference)
- A spectral resolution parameter inferred from the tone in notched noise measurements (see Hülsmeier et al. (2020))
The simulations indicate, that an adaptivly measured audiogram + the supra threshold level uncertainty yield highly accurate outcomes. Accounting for the spectral resolution does not improve the simulations.
I ran similar simulations for the SRTs of study-marc, but I had no data to infer the spectral resolution.