Simple Symetrical Amplifier

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
SSA Power Amp - drain output & CCS

Improved and probably the last version ;)
 

Attachments

  • SSA Power Amp 1.5.png
    SSA Power Amp 1.5.png
    151.2 KB · Views: 907
  • SSA Power Amp 1.5.pdf
    55.3 KB · Views: 210
SSA Power Amp - drain output & CCS & parallel mosfets

Output peak voltage headroom is always welcomed, so stay on +/-50 V rails PSU and parallel the outputs. Same gender type of mosfets should be matched within +/-5 % to successfully split output power dissipation evenly among them. ;)
 

Attachments

  • SSA Power Amp 1.6.png
    SSA Power Amp 1.6.png
    162.4 KB · Views: 861
  • SSA Power Amp 1.6.pdf
    57.1 KB · Views: 136
Simple and yet excellent DC coupled balanced circlotron. Ran the sim, looks very good. For the start implementing some familiar design improvements to get better THD at higher output levels, like enhanced VAS, driver stage, more parallel outputs, would do the job and make it stellar. Need some time to see what can be done. :cheers:
 
I created a multithreaded application to run incremental ltspice batch simulations with as much parameter as desired and taking measurements to keep only the adapted ranges

It seems that the most suitable current for the VAS is 2.7mA with BC560C

brute_force.png


409591 simulations and only 255 combination kept, 1h with my laptop (4thread)but only a few minutes with my dual xeon (32thread)

https://sites.google.com/site/solidcirclotron/BRUTE_FORCE.ods

Code:
    "listeParam": [
        {
            "name": "PARAM_RA",
            "value": 100,
            "min": 100,
            "max": 1000,
            "inc": 10
        },
        {
            "name": "PARAM_RB",
            "value": 1000,
            "min": 1000,
            "max": 10000,
            "inc": 2
        }
    ],
    "listeMeas": [
        {
            "code": "Ie(Q1)",
            "min": 0.001,
            "max": 0.016
        },
        {
            "code": "Is(M3)",
            "min": 0.2,
            "max": 0.5
        }
    ]
 
Last edited:
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.