Difference between revisions of "Coefficients/Potentiometers"
(Created page with "thumb|400px|Howto use coefficients: Different blocks highlighted on [[The Analog Thing frontpanel]] '''Coefficients''' are constant values dur...") |
(syntax fix) |
||
Line 3: | Line 3: | ||
'''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. | ||
− | + | == How to use a coefficient == | |
− | Say you want to compute <code>+0.5 = 0.5 * 1</code>. Then follow these steps: | + | Say you want to compute <code>+0.5 = 0.5 * (+1)</code>. 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 <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). | ||
[[Category:Components of The Analog Thing]] | [[Category:Components of The Analog Thing]] |
Revision as of 22:48, 23 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).