SofaMyRoom - VAST¶
Table of Contents
Here is reported the organization of the VAST structure. The VAST project is available here.
Important
In this version, the VAST dataset can handle more than six frequency bands and, moreover, the HRTF dataset is not restricted to the one recorded at MIT on the KEMAR mannequin.
VAST structure¶
The VAST dataset is stored with the multilevel MATLAB struct
. In order to initialize and populate a VAST dataset check the script VAST/DemoVAST.m
.
Warning
The size of the arrays are reported in the legend below
Name |
Type |
Description |
||
---|---|---|---|---|
GlobalParams |
|
Simulation Parameters |
||
SamplingFrequency |
|
Sampling Frequency of the BRIRs |
||
FreqBin |
|
Frequency bands used to compute the BRIRs - refer to room.surface.frequency |
||
RIRLengthTime |
|
Length in seconds of the BRIRs |
||
RIR |
|
BRIR container |
||
Left |
|
RIR for the left ear |
||
Right |
|
RIR for the right ear |
||
Room |
|
Acoustic parameters |
||
Size |
|
(width, depth, height) dimensions in meters |
||
FreqRT60 |
|
Reverberation Time is seconds for each frequency band |
||
GlobalRT60 |
|
Overall Reverberation Time is seconds |
||
Diffusion |
|
Diffusion coefficients for each frequency band |
||
Absorption |
|
Absorption coefficients for each frequency band |
||
NorthWall |
|
|||
WestWall |
|
|||
SouthWall |
|
|||
EastWall |
|
|||
Ceiling |
|
|||
Floor |
|
|||
Receiver |
|
Receivers characterization |
||
Position |
|
(x,y,z) in meters for each receiver |
||
Orientation |
|
tilt in degree |
||
HRTF |
|
HRTF dataset |
||
Fs |
|
Sampling Frequency in hertz |
||
Left |
|
Impulse responses of the left ear |
||
Right |
|
as above for the right ear |
||
Source |
|
Sources characterization |
||
Azimuth |
|
Azimuth angle in respect to receiver. Values in degree. |
||
Elevation |
|
Elevation angle in respect to receiver. Values in degree. |
||
Distance |
|
Distance in respect to receiver. Values in meters |
||
AbsolutePos |
|
Cartesian coordinates in respect to the room. Values in meters. |