SimpleHeadphoneIR
Description
The SimpleHeadphoneIR
object stores SOFA data following the
SimpleHeadphoneIR convention. This convention stores impulse responses with a one-to-one
correspondence between emitter and receiver. The main application of this convention is to
store headphone impulse responses recorded for an emitter-ear pair. When measuring headphones,
two emitters (E1 and
E2) are typically placed on a listener's head,
and two microphones are placed in the listener's ears
(R1 and
R2). In the first measurement, two transfer
functions are measured: direct (E1 to
R1) and crosstalk
(E1 to
R2). In the second measurement, two further
transfer functions are measured (E2 to
R1 and
E2 to
R2). SimpleHeadphoneIR
is designed
to store this correspondence of direct impulse responses. In case it is required to store the
crosstalk impulse responses as well, use GeneralFIR
instead.
Use sofaread
and
sofawrite
to read
and write SOFA files with this convention.
Creation
Create a SimpleHeadphoneIR
object using sofaconvention
.
s = sofaconvention("SimpleHeadphoneIR");
Properties
Examples
More About
Version History
Introduced in R2023b