... | @@ -189,6 +189,8 @@ Class storing all data and information on an RTIS device measurement. |
... | @@ -189,6 +189,8 @@ Class storing all data and information on an RTIS device measurement. |
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## **RTISSettings**
|
|
## **RTISSettings**
|
|
|
|
|
|
<p class="func-header">
|
|
<p class="func-header">
|
... | @@ -206,6 +208,8 @@ Can be converted to a dictionary. |
... | @@ -206,6 +208,8 @@ Can be converted to a dictionary. |
|
|
|
|
|
</table>
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## **MeasureExternalTriggerQueueThread**
|
|
## **MeasureExternalTriggerQueueThread**
|
|
|
|
|
|
<p class="func-header">
|
|
<p class="func-header">
|
... | @@ -404,13 +408,13 @@ An example json: |
... | @@ -404,13 +408,13 @@ An example json: |
|
|
|
|
|
```json
|
|
```json
|
|
{
|
|
{
|
|
"microphoneSamples" : 294912,
|
|
"microphoneSamples" : 294912,
|
|
"microphoneSampleFrequency" : 4500000,
|
|
"microphoneSampleFrequency" : 4500000,
|
|
"callSampleFrequency" : 450000,
|
|
"callSampleFrequency" : 450000,
|
|
"callDuration" : 2.5,
|
|
"callDuration" : 2.5,
|
|
"callMinimumFrequency" : 25000,
|
|
"callMinimumFrequency" : 25000,
|
|
"callMaximumFrequency" : 50000,
|
|
"callMaximumFrequency" : 50000,
|
|
"callEmissions": 1
|
|
"callEmissions": 1
|
|
}
|
|
}
|
|
```
|
|
```
|
|
|
|
|
... | @@ -426,11 +430,11 @@ An example of such a custom call can be found [here](https://cosysgit.uantwerpen |
... | @@ -426,11 +430,11 @@ An example of such a custom call can be found [here](https://cosysgit.uantwerpen |
|
|
|
|
|
```json
|
|
```json
|
|
{
|
|
{
|
|
"microphoneSamples" : 16777216,
|
|
"microphoneSamples" : 16777216,
|
|
"microphoneSampleFrequency" : 4500000,
|
|
"microphoneSampleFrequency" : 4500000,
|
|
"callSampleFrequency" : 450000,
|
|
"callSampleFrequency" : 450000,
|
|
"callCustom": "mycall.csv",
|
|
"callCustom": "mycall.csv",
|
|
"callEmissions": 1
|
|
"callEmissions": 1
|
|
}
|
|
}
|
|
```
|
|
```
|
|
|
|
|
... | @@ -562,11 +566,11 @@ Here we use auto-generated processing files: |
... | @@ -562,11 +566,11 @@ Here we use auto-generated processing files: |
|
|
|
|
|
```json
|
|
```json
|
|
{
|
|
{
|
|
"microphoneLayout" : "eRTIS_v3D1",
|
|
"microphoneLayout" : "eRTIS_v3D1",
|
|
"minRange" : 0.5,
|
|
"minRange" : 0.5,
|
|
"maxRange" : 5,
|
|
"maxRange" : 5,
|
|
"directions": 181,
|
|
"directions": 181,
|
|
"2D": 1
|
|
"2D": 1
|
|
}
|
|
}
|
|
```
|
|
```
|
|
|
|
|
... | @@ -582,10 +586,10 @@ An example of such custom processing files can be found [here](https://cosysgit. |
... | @@ -582,10 +586,10 @@ An example of such custom processing files can be found [here](https://cosysgit. |
|
|
|
|
|
```json
|
|
```json
|
|
{
|
|
{
|
|
"microphoneLayout" : "eRTIS_v3D1",
|
|
"microphoneLayout" : "eRTIS_v3D1",
|
|
"directionsCustom": "./directions.csv",
|
|
"directionsCustom": "./directions.csv",
|
|
"delayMatrixCustom": ".premade/delaymatrix.csv",
|
|
"delayMatrixCustom": ".premade/delaymatrix.csv",
|
|
"rangesCustom": ".premade/ranges.csv"
|
|
"rangesCustom": ".premade/ranges.csv"
|
|
}
|
|
}
|
|
```
|
|
```
|
|
|
|
|
... | | ... | |