Electronic – Implementing a sine wave inverter with an oscillation circuit

analoginvertersine

I was thinking today about a whether it would be feasible to implement an inverter using a simple sine wave oscillator (perhaps op amp based or a Wien bridge implementation), a power amplifier stage and a step-up transformer. The more common simple circuits online use a 555 or a 4047 and as such the inverter has a square wave output as well.

However I'm sure I'm missing something here because an implementation would surely exist if it were plausible. So what are the limitations of using the the setup I mentioned earlier?

PS: I understand that buying an inverter would be more efficient and more cost effective. Just wondering if what I'm talking about would actually work at all.

Best Answer

To be efficient, the output amplifier has to be switching (Class D), but other than that you're not missing anything.

It's easier to do this with a microcontroller synthesizing the class-D drive signals directly (which become sine waves after filtering) than with an analog oscillator (which won't run at a crystal-controlled frequency without more parts, and requires AGC to get a stable low-distortion output level), so that's generally how it's done.

I would expect you might find some very old designs (when microcontrollers and microprocessors were relatively expensive) using just that method.