Delta-rational chord: Difference between revisions
| Line 52: | Line 52: | ||
The existence of an exact tuning for a delta signature specification is only guaranteed to hold when we only care about a ratio between ''two'' terms in the delta signature being exact. If we want to optimize an arbitrary specified delta signature (with some deltas possibly held free), we can use a least-squares-error solution instead to minimize the error. | The existence of an exact tuning for a delta signature specification is only guaranteed to hold when we only care about a ratio between ''two'' terms in the delta signature being exact. If we want to optimize an arbitrary specified delta signature (with some deltas possibly held free), we can use a least-squares-error solution instead to minimize the error. | ||
== | == Least-squares error == | ||
The idea motivating least-squares error | The idea motivating least-squares error on a chord as an approximation to a given delta signature is the following: Say we want the error of a chord 1:''r''<sub>1</sub>:''r''<sub>2</sub>:...:''r''<sub>''n''</sub> (in increasing order), with {{nowrap|''n'' > 1}}, in the linear domain as an approximation to a fully delta-rational chord with signature {{nowrap|+δ<sub>1</sub> +δ<sub>2</sub> ... +δ<sub>''n''</sub> | ||
}} (where the delta signature is written based on the chord written to have root 1), i.e. a chord | }} (where the delta signature is written based on the chord written to have root 1), i.e. a chord | ||
| Line 60: | Line 60: | ||
We can replace the 1 with x, vary x and ask, "By at least how much do the deltas have to be off for any x?" | We can replace the 1 with x, vary x and ask, "By at least how much do the deltas have to be off for any x?" | ||
Rewriting a bit, if 1:''r''<sub>1</sub>:''r''<sub>2</sub>:...:''r''<sub>''n''</sub> has delta signature +ε<sub>1</sub> +ε<sub>2</sub> ... +ε<sub>''n''</sub> (where the chord is written to start on 1, i.e. 1:1+ε<sub>1</sub>:...), let <math>D_i = \sum_{k=1}^i \delta_i</math> (the ''target'' delta signature) and <math>E_i = \sum_{k=1}^i \epsilon_i</math> (the ''approximating'' delta signature). Then the resulting linear least-squares optimization problem is | Rewriting a bit, if 1:''r''<sub>1</sub>:''r''<sub>2</sub>:...:''r''<sub>''n''</sub> has delta signature +ε<sub>1</sub> +ε<sub>2</sub> ... +ε<sub>''n''</sub> (where the chord is written to start on 1, i.e. 1:1+ε<sub>1</sub>:...), let <math>D_i = \sum_{k=1}^i \delta_i</math> (the ''target'' delta signature) and <math>E_i = \sum_{k=1}^i \epsilon_i</math> (the ''approximating'' delta signature). Then the resulting linear least-squares optimization problem is | ||
| Line 76: | Line 75: | ||
This error measure is called the ''least-squares error''. This error measure does not form a metric on the set of delta signatures with a fixed number of terms, since it is not symmetric. | This error measure is called the ''least-squares error''. This error measure does not form a metric on the set of delta signatures with a fixed number of terms, since it is not symmetric. | ||
== DR triads in small edos == | == DR triads in small edos == | ||