Home > slabtools > fmake.m

fmake

PURPOSE ^

fmake - makes a Club Fritz HRIR database struct.

SYNOPSIS ^

function s = fmake( name, source, fs, hrir_l, hrir_r, hgrid, range,coordsys, comment )

DESCRIPTION ^

 fmake - makes a Club Fritz HRIR database struct.

 s = fmake( name, source, fs, hrir_l, hrir_r, hgrid, range, coordsys, comment )

 name     - subject name (e.g., 'Fritz')
 source   - source of data (e.g., 'ACD HeadZap')
 fs       - sample rate, samples-per-second
 hrir_l   - left-ear HRIR data
 hrir_r   - right-ear HRIR data
 hgrid    - measurement grid, degrees
 range    - speaker-to-mic distance, meters
 coordsys - 'polar' or 'cipic' (default = 'polar')
 comment  - comment string (default = [], e.g., 'measured by JDM')

 s - Club Fritz HRIR database struct

 fmake returns a Club Fritz HRIR database struct initialized from the fmake
 parameters.

 The following fields of s are initialized internally:
   date
   version

 See also: ffmake(), fsave(), fview()

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 20-Nov-2009 18:52:57 by m2html © 2003