Simple Symetrical Amplifier

Status
Not open for further replies.
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: 969
  • SSA Power Amp 1.5.pdf
    SSA Power Amp 1.5.pdf
    55.3 KB · Views: 279
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

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:
Hi X , it is my pleasure !

I think in that configuration VAS bootstrap will work just fine , just split both R5/R55 and find optimum values for new four colectors resistors and two bootstrapp capacitors .

Best Regards !
 
Last edited:
Status
Not open for further replies.