Equal tuning accuracy functions: Difference between revisions

From Xenharmonic Reference
Line 10: Line 10:
for a given edo x and weight σ, where
for a given edo x and weight σ, where


<math>f(x, k) = \frac{|(2x \log_{2}(k) \mod 2) - 1|}{k^{\sigma}}</math>
<math>f(x, k) = \frac{|(2x \log_{2}(k) \mod 2) - 1|}{k^{\sigma}}.</math>
 
and
 
<math>g(k) = \log_{2}(k).</math>

Revision as of 20:08, 18 May 2026

This is a technical or mathematical page. While the subject may be of some relevance to music, the page treats the subject in technical language.

There are a number of ways to quantify the tuning accuracy of equal temperaments.

Mu function

The mu function is defined as:

μ(x,σ)=k=1f(x,k)

for a given edo x and weight σ, where

f(x,k)=|(2xlog2(k)mod2)1|kσ.