A PIC-Based PSK31 exciter using a Balanced Modulator


Note:

It is assumed that you have already read the linking pages.  If not, go back and read them again.  It would also help to read a full description of the Amplitude Modulator version of the transmitter described here.

The described circuit is the very first version that I built.  It is not really optimized in any way, but was built to test the concept, and the hardware, and the software, and...

Designing the circuit:

The actual PSK31 balanced modulator exciter board prototype
Schematic of the balanced-moduator PSK31 exciter.
Figure 1:
Top:  The prototype PIC-based PSK31 board using a balanced modulator (the very first one.)

Bottom:  The schematic of the prototype exciter.
Click on an image for a larger version




For the following discussion, please refer to the schematic - see the link to the right under the picture.

A few comments about the circuit:

Please note that in order for the circuit to work as drawn, there are a few things to keep in mind about the op amps being used.

Balanced Modulator Method:

Using a balanced modulator is an obvious solution:  It can modulate both amplitude and phase in exactly the way that is required for PSK31:  One need only apply RF and the appropriate baseband modulating signal and the result is a PSK31 signal. This can be done with either a diode modulator (a singly or doubly-balanced modulator) or an IC of similar function, such as the venerable '1496 or even the NE602.  When driving ICs such as these, careful attention must be paid to proper drive levels, biasing, and modulator balance to obtain best results.

This method works well to generate low-level RF signals, but linear amplification is necessary to develop additional RF power.  If, as in the case of a LowFER or MedFER beacon, transmitter efficiency is highly important (keep in mind that Part 15 specifies input power) linear amplifiers would result in 1-2 db lower power than could be obtained from a high efficiency switching-type P.A.  In addition to using it for generating low-level RF, this circuit could be modified to produce an audio signal that could be piped into an SSB transmitter, for example.

A brief description of the circuit:

The method of generating the analog baseband signal via PWM is discussed elsewhere, but suffice it to say that when a "0" is to be sent via PSK31, a phase shift is used to represent that bit.  This means that the baseband output changes state from low to high, or from high to low.  This change doesn't happen instantaneously, but rather it does so in a "spectrally friendly" way:  It's voltage changes as a cosine.  What this means is that if a constant stream of 0's were sent (alternating phases) the baseband signal would be a 31.25 Hz sine wave.  This is what gets applied to the two diodes.

U2 is wired as a unit-gain bridging amplifier.  One section does a mirror-image of what the other does.  In this way, twice the voltage swing is available across the outputs of the two amplifiers than would be available if just one were used and ground (or power-supply) referenced.  Why just 5 volts?  Part of the idea was to allow this to run on 4 AA batteries and be able to tolerate voltage droop.  The regulator was added just as a convenient way to allow it to run from a 12 volt bench supply.

The two (almost) back-to-back diodes form a cheesy balanced modulator.  Ideally, if there is no voltage across the diodes, they are shut off and there is no output.  Even if they were to "leak" a bit, they would leak equally and the resultant leakage would be canceled out.  U3, a 74HC00 functions as a simple buffer/inverter that supplies equal and opposite RF phases to each diode.  When the input of the bridging amplifier (consisting of U2) is operating at one logic level, there one of the diodes is forward biased (allowing it to conduct RF) and the other is reverse biased (blocking RF.)  When the input of the bridging amplifier is in the other state, the roles of the diodes are reversed and the RF being conducted by that diode is of the opposite phase.  In intermediate voltages between the two states, the amount of signal conducted by the diode that is turned on is proportional to the current flowing through it (assuming you don't ask for more signal than is available...)

You'll no doubt notice that there is no balance control for this "balanced modulator."  Since this is a prototype/testbed circuit, I didn't bother adding one.  A balance control really isn't all that important, anyway, if all you are going to send is PSK data because the carrier only passes through zero output on its way to the other phase/amplitude and doesn't really spend any time there.  The side effect of having a somewhat non-balanced modulator is that the RF output of the two phases may be somewhat unequal.  There is also the fact that unless there is a precise 50% duty cycle, there will be unequal power in the two phases anyway.

The output of the balanced modulator is very low (only  a few volts peak-peak,) of high impedance, and rich in harmonics.  If you intend to put this on the air, you will definitely want to put a bandpass filter on the output prior to linear amplification/buffering.  You have been warned!

Originally, with the AM version, the IMD reading was only 18 or so.  This was partly because of the op amp being driven too close to one of its power supply rails, thereby clipping the baseband waveform slightly.  Another reason is that the extremely simple R/C filter and nonlinearities in the PWM conversion caused a bit of distiortion of the waveform.  The table was "tweaked" and some predistortion was added.  The result?  A very clean waveform, rivaling the best of those on the air.
IMD reading of the balanced modulator from PSK31SBW ver 1.08
Figure 2:
Waterfall/IMD reading from the PSK31SBW program, version 1.08.  Note the inverted "vee" caused by oscillator phase modulation and propagation delay in the logic gate.



From the "phase-o-scope" display one can see that there is a slight problem with this circuit that does not occur with the as-built AM version:  Oscillator phase modulation.  While we do want a phase modulation to occur, we want it to occur only in the modulator section.  I noticed a tendency for the phase-o-scope on the PSK31SBW program (see picture to the right) to display an added phase shift.  This is manifested by the "peace sign" on the phasor scope.

There are several apparent causes of this:

Alternative methods for PSK31 generation using a balanced modulator on the Small Wonder Labs PSK-20:

Back in 2003, Ralph, W0RPK, approached me about the modification of the now-discontinued "PSK" series of radios by Small Wonder Labs.  His need was to generate fairly high-power (several watts) of clean PSK31 signal for a beacon transmitter - but to not use a full-blown computer for this.  Since he already had the PSK20 radio on hand, that was a natural place to start.

As you might guess, these can apply to about any radio in the Small Wonder Labs PSK series - not to mention applying to about any other SSB-type radio that you might have that uses a balanced modulator!  It should go without mentioning that in this application, transmissions were "one way" and the receiver portion was unused.

Here - in a nutshell - are the modifications that were made to the PSK20 to use the above citrcuit (lower part of Figure 1) to generate PSK31 signals.

Now, it's time to adjust things. Refer to the diagram in Figure 3:

Now, you are done!
Modified version of the exciter showing how it may be connected to a PSK-series transceiver.
Figure 3:
  A version of the PIC-based modulator showing the connections to the modified PSK-20 transceiver - see text.
Click on the image for a larger version.





"Where's the software for this?":

The source code for this is written in both C and assembly.  Go to the About the Source Code page for a description and a link to the actual source code.  Note that both versions of the transmitter (the Amplitude Modulator and Balanced Modulator) use the same software.  The "mode" is selected by the state of PB4 on the PIC:  If it is open (high) then the AM mode is selected.  If grounded, the balanced modulator mode is selected.
References:

For additional links/information on PSK31, MedFER, and LowFER operation, refer to those at the bottom of the PSK MedFER page.
 

Return to the PSK MedFER page

Any comments or questions?  Send an email!

This page is copyright 2000 and maintained by Clint Turner, KA7OEI.  Last updated 20110606

Since 12/2010: