[New Feature] Add web folder to support web documentation

This commit is contained in:
Rudy Haryanto
2022-10-04 20:17:17 +07:00
parent c27f624ca8
commit a54aa04c9b
251 changed files with 11079 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
---
id: fundamental-frequency
title: Fundamental Frequency
---
The fundamental frequency (f<sub>0</sub>) is the lowest frequency of a periodic waveform, measured in Hertz (Hz). It is the greatest common divisor of all the frequency components contained in a signal.[^1]
[^1]: https://en.wikipedia.org/wiki/Fundamental_frequency
## Raw Variables
| Variable | Description |
| ----------- | ----------- |
| `aco_ff` | **Fundamental frequency.** Frame-wise fundamental frequency values in Hz. |
## Derived Variables
| Variable | Description |
| ----------- | ----------- |
| `aco_ff_mean` | **Fundamental frequency mean.** Mean of aco_ff across the audio file. |
| `aco_ff_std` | **Fundamental frequency standard deviation.** Standard deviation of aco_ff across the audio file. |