How to tell if the amplifier is voltage-to-voltage, voltage-to-current, etc

amplifiergainmicrocontrollerpwm

I have an amplifier, which is essentially an amplifier and a motor driver in one (link to data sheet), and I'm having an embarrasingly hard time trying to figure out what/how much it is amplifying.

I have my amplifier hooked up to an external power source, which has an amplitude of 28V, and to my motor. I have an MCU generating a PWM signal that e.g. has an amplitude of 3.3V and a dutycycle of 50%, which is fed into my amplifier.

This PWM signal, as far as I understands, is therefore responsible for switching the FETs of the amplifier from OPEN to CLOSE and vice versa, which in turn is responsible for the average amplitude (currents/volts?) going to my motor.

Now when I have this all hooked up and running, and my dutycycle and power supply is as mentioned above, it would result in 14V (=50/100 * 28V) across my motor and this then draws about 200mA from my power supply.

What is then exactly getting amplified here, and what am I supposed to calculate as gain? Is it simply supposed to be the voltage relation between the signal being generated by my MCU and my power supply (3.3V vs. 28V) or is it the current relation between the signnal from the MCU and my power supply (64mA vs. 200mA)?

Any help is much appreciated as I am completely baffled by this problem.

Best Answer

Is probably not helpful to regard this as a voltage amplifer because your input is "soft" i.e. it is a duty cycle but, if the duty cycle control is (say) 0 and 5V in amplitude (standard CMOS levels) then, for a 50% duty cycle you are putting in 2.5 volts and getting out 14 volts i.e. I've just averaged input and output. If your duty cycle were 75% you have an average input voltage of 3.75V and an output of 21V i.e. a "gain" of 5.6 i.e. no different to the 50% scenario.

However, you will have substantial current amplification because your motor is taking 200mA at 50% duty and I bet the current taken by your PWM input is in the realms of micro amps.

But, after saying all of that I don't think it's helpful to regard this amplifier as having anything as straightforward as voltage or current gain.

Related Topic