Difference between revisions of "Coefficients/Potentiometers"
(syntax fix) |
m (other less awkward picture) |
||
Line 1: | Line 1: | ||
− | [[File:Coefficients | + | [[File:Coefficients-potentiometers.png|thumb|Coefficients and assigned potentiometers are on different places on the board and put here together only for visualization.]] |
'''Coefficients''' are constant values during a computation and used in a multiplicative fashion within the circuit. Coefficients can be tuned to any value between logical -1 and +1. Their output is just given by <code>output = coefficient * input</code>. In [[The Analog Thing]], there are eight coefficients available and the value for coefficients is tuned by rotating a '''potentiometer'''. That means you can perform the computation <code>output = coefficient * input</code> eight times in a circuit. | '''Coefficients''' are constant values during a computation and used in a multiplicative fashion within the circuit. Coefficients can be tuned to any value between logical -1 and +1. Their output is just given by <code>output = coefficient * input</code>. In [[The Analog Thing]], there are eight coefficients available and the value for coefficients is tuned by rotating a '''potentiometer'''. That means you can perform the computation <code>output = coefficient * input</code> eight times in a circuit. | ||
Line 14: | Line 14: | ||
There is a special [[mode]] for fine tuning these parameters, called <code>COEFF</code>. In this mode, the [[Voltmeter]] will display the exact value of the meter position of the potentiomer chosen in the coefficient plug (highlighted in red). | There is a special [[mode]] for fine tuning these parameters, called <code>COEFF</code>. In this mode, the [[Voltmeter]] will display the exact value of the meter position of the potentiomer chosen in the coefficient plug (highlighted in red). | ||
+ | |||
+ | [[File:Coefficients Howto.png|thumb|left|400px|Howto use coefficients: Different blocks highlighted on [[The Analog Thing]] frontpanel]] | ||
[[Category:Components of The Analog Thing]] | [[Category:Components of The Analog Thing]] |
Revision as of 02:10, 24 July 2021
Coefficients are constant values during a computation and used in a multiplicative fashion within the circuit. Coefficients can be tuned to any value between logical -1 and +1. Their output is just given by output = coefficient * input
. In The Analog Thing, there are eight coefficients available and the value for coefficients is tuned by rotating a potentiometer. That means you can perform the computation output = coefficient * input
eight times in a circuit.
How to use a coefficient
Say you want to compute +0.5 = 0.5 * (+1)
. Then follow these steps:
- First, decide which coefficient to use. They are numbered, say you want to use number 1.
- Put a plug into the input for coefficient 1. Connect it to some +1 source.
- Put a plug into the output of coefficient 1 and use it wherever you want.
- Tune the potentiometer to the middle/center, around 0.5
How to fine-tune a potentiometer
There is a special mode for fine tuning these parameters, called COEFF
. In this mode, the Voltmeter will display the exact value of the meter position of the potentiomer chosen in the coefficient plug (highlighted in red).