Audio output transformers are heavily used in a vacuum tube and some (older) transistor base audio power amplifiers, but these days output transformer are quite hard to find and expensive item. For homebrew projects, the best option is to construct those transformers by ourselves and this script helps to calculate winding parameters for those transformers.
This "AF output transformer calculator" script is written using Python and it works with most of the commonly available Python interpreters. The script is available to download at google drive under the terms of GNU General Public License version 3.0.
Once supplied the input parameters this script provides a winding ratio, the number of turns required for primary and secondary winding and required copper wire gauges for both primary and secondary windings, etc.
We construct several AF output transformers based on results of this script, which including transformers for Mullard 7W and 10W power amplifiers, several 6N6C/6V6GT and 6L6G based power amplifiers, etc.
This "AF output transformer calculator" script is written using Python and it works with most of the commonly available Python interpreters. The script is available to download at google drive under the terms of GNU General Public License version 3.0.
Homebrewed 25k: 4 output transformer |
Once supplied the input parameters this script provides a winding ratio, the number of turns required for primary and secondary winding and required copper wire gauges for both primary and secondary windings, etc.
We construct several AF output transformers based on results of this script, which including transformers for Mullard 7W and 10W power amplifiers, several 6N6C/6V6GT and 6L6G based power amplifiers, etc.
Comments
I´m running the script throught Python, entered primary and secondary impedance, output power, but when i enter primary supply voltage the phyton window closes. Any sugestions? tks
Values:
Prim impedance: 5000
Sec Impedance: 8
Out power: 5
Prim supply voltage: 300
I downloaded and instaled py ver.3.8,
I downloaded the code,
I try to run it and when I get to the Voltage supply question, the editor
puff! dissapears....
what am I doing wrong?