Home > slabtools > zap2sarc.m

zap2sarc

PURPOSE ^

zap2sarc - converts HeadZap output to slab3d archive.

SYNOPSIS ^

function [ hp, hm ] = zap2sarc( prefix, ff, bb )

DESCRIPTION ^

 zap2sarc - converts HeadZap output to slab3d archive.

 [ hp, hm ] = zap2sarc( prefix, ff, bb )

 prefix - initials of subject with optional measurement number appended
          (e.g., 'jdm1' for first time jdm measured)
 ff     - free-field EQF file, filename string or:
            1       = 'C:\AuSIM\EQ\ff_EQ96kHz.eqf'
            0       = none
            default = 1
 bb     - bass-boost EQF file, filename string or:
            1       = 'C:\AuSIM\EQ\BassBoost96k.eqf'
            0       = none
            default = 0

 hp - processed data slab3d archive struct
 hm - measured data slab3d archive struct

 The following input files must exist:
   prefix.slh - slab3d HRTF database generated by AHMTools
   prefix.ahm - AHM HRTF database generated by HeadZap
   prefix.mat - raw data MAT-file generated by HeadZap

 The following input file is optional:
   prefix.eqf - headphone EQ data generated by PhonEQ

 Output:
   <prefix>p.sarc - slab3d archive file, processed data
   <prefix>m.sarc - slab3d archive file, measured data

CROSS-REFERENCE INFORMATION ^

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