Giter Club home page Giter Club logo

hz-2020-data-drop's Introduction

Explanation of measurements

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

https://zenodo.org/badge/485048841.svg?style=svg

RAW

Study David

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.

Clinical measurements

Clinical Audiogram

The classical clinical audiogram measured with an audiometer.

Psychoacoustic measurements

Tone in quiet

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)

./figures/A.png

  • Frequencies 250, 500, 750, 1000, 2000, 4000, 6000 Hz

Sweeps in quiet

Same measurement as the “Tone in Quiet” measurement, but with narrow band sweeps

./figures/SA.png

  • Frequencies 250, 500, 750, 1000, 2000, 4000, 6000 Hz

Tones in notched noise

Measurement to get the size of the auditory filters, see Patterson (1976)

./figures/TINN.png

  • Center frequencies: 500 and 1000 Hz
  • notch widths 0.0, 0.1, 0.2, 0.3 * Center frequency
  • Noise spectrum level: 50 dB SPL

Tones in broadband/plateau noise

Measurement to assess supra-threshold parameters, see Hülsmeier et al. (2020), and/or Schädler et al. (2020)

./figures/TIBN.png

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)), where bw 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).

Speech recognition measurements

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.

Study Marc

Clinical audiogram

See above

Psychoacoustic measurements

Tone in quiet

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;)

Tone in broadband noise

Same logic applies as for the tone in quiet measurement: script names include sweepinnoise.

Speech recognition measurements

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.

Experiment names

  • 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 overlap

  • 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

Dir structure

Study Marc

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
│   ├── ...

Study David

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
    ├── ...

Refined

Collected results

A combined table of both studies can is located in refined. It is rather lengthy, here are some abbreviations:

IDglobal subject ID
m_*measurements from study-marc
d_*measurements from study-david
ATone audiogram measured with SIAM
AGClinical Audiogram
AGEage
BISBisgaard profile
VPsubjects labeled as in the study-* dirs
MATmatrix tests
iMATmatrix tests performed at individual noise levels
SINSweep/Tone in Noise
iSINSweep/Tone in Noise at individual noise levels
NW0510 dB Notch Width for a center frequency of 500 Hz
NW1010 dB Notch Width for a center frequency of 1000 Hz
SAAudiogram measured with sweeps
TINNTone 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).

FADE Simulations (data not included & not published)

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.

./figures/fade-simulations-study-david.png

I ran similar simulations for the SRTs of study-marc, but I had no data to infer the spectral resolution.

./figures/fade-simulations-study-marc.png

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.