does anyone know how to make a 100k pot sound remotely in the region of about 25k?
Try attaching 110K resistors from each end to the wiper and then a 47K resistor across the pot's element.
That will get you close. :D
1 2 3
| 110K | 110K |
+--/\/\/\/---+---\/\/\/\--+
| |
+---------/\/\/\/---------+
47K
Take care,
-Peter
thanks peter :D
hate to be a pain but can can you tell me exactly how you worked that out?
You're welcome. :D
A while back I wanted to put together a universal tone stack exploration box. With a typical Fender/Marshall style stack, the most common substitutions are the cap values, but changing the pots is also very common. To avoid having a box with a ton of different pots on the front, I wrote some PHP code to graph out values... building on the trick of affecting taper by the use of a resistor. After much trial and error, I came up with this graph:
(http://64.7.66.217/circuits/potgraph2.php)
The red lines show and ideal linear response, while the black lines show the response with the three resistors added and the magenta lines show the effective total resistance of the combination from end to end.
The pot is assumed to be 1Meg and the two other responses show an effective 500K and 250K.
This is the code (http://64.7.66.217/circuits/potgraph.html) if you want it.
Take care,
-Peter