This small jig helps keeping your bench tidy while your test probes are still within arms reach. One of the things I have come to appreciate more over time is a well organised workbench. The tools on a fixed location and within easy reach. I once read a quote from someone who claimed that if you cannot find a certain part within a minute it is effectively lost for it stops you from being effective.
This is a small jig that helps in keeping the bench tidy while working at your project. It is a probe holder suited for your oscilloscope probes and DMM test leads. It consists of 2-5 pieces 19mm ( 3/4″) tube glued to a support in 10° down angle. The jig is mounted next to or between your test instruments. If your are not actually using your probes at the moment you can stick them in the jig. In this way you keep your bench free to work at. It works very much like the holder for your soldering iron.
I have build two different variants. The first has 5 probe holder tubes and is intended to be mounted at the side of the cabinet. It is build from 2 pieces 6″ wooden tongue spatulas. The 5 tubes are sawed from 3/4″ (19mm) electrical conduit pipe. These are attached to the spatulas and to each other using CA superglue. At the back of the pipe a small wad of paper towel was inserted. This was solidified and kept in place using some superglue, again. The whole jig is mounted to the side of the cabinet using some double-sided tape. Alternatively, superglue could be used but I very not tried this.
A possible variation is to mount/glue the jig to a metal chair corner. In this way the probe jig can be pushed under and held in place by your measuring instrument.
In many of our short wave radios the simple diode envelope detector is used for amplitude demodulation. It is build from a single diode and some passive parts. It is a very low cost and simple circuit block. Because of this favourable characteristics it can be found in many radios. However, it also comes with drawbacks. Detection of low signals are not handled very well. A Schottky diode has a turn on voltage of circa 0.2V – 0.3V and a standard silicon diode has a knee voltage of around 0.6V. Although it is true that the diode will start to conduct before this, the transfer characteristic is highly non-linear (the so-called quadratic region). It will enable detection of lower level AM signals but at the expense of increased distortion at these levels. The proposed circuit seeks to remedy this.
Concept The core of the problem is that the voltage to be rectified must be above the threshold value. However, when a current instead of a voltage needs to be rectified, the threshold voltage is no longer important. In a common emitter amplifier stage, changes in input voltage are translated to changes in the collector current. These current changes are then translated by the collector resistor to changes in the collector voltage. If the collector resistor is swapped with a DC current source as load (figure 1), changes in the collector current (the AC current) will be forced to the load. In this circuit the load of Q1 is formed by a diode rectifier circuit.
Because this stage is current driven, the threshold voltages of D1 and D2 have become largely irrelevant. The resistors R2 converts the rectified current back to a voltage. Another way of looking at this stage is to say that due to the high dynamic resistance of the current load, the open loop gain of Q1 is extremely high. The closed loop gain is determined by R2 and R1 such that Av = R2/(rbe + R1). The values for R1 and R2 are chosen quit low to help in achieving a high bandwidth. With the current values, this translates to a gain of circa 2x.
LTSpice is a fantastic simulation tool that can greatly help in your circuit design. For example, you easily get a bode-plot from a Cauer-filter:
To determine how suited an audio filter is for a Morse code, get the impulse response after a tone burst. You can then see how much ringing there is in the filter.
However, one of the really cool, but nevertheless lesser known, features of LTSpice is the ability to use real audio as a source for your circuit simulations. You can thus capture some amateur radio broadcast using your favorite receiver. Be it a crystal receiver or a web SDR receiver and save it as an audio file (wav). This file can now be used as the input for the circuit you are currently simulating. You can thus verify how good your audio filter is before soldering a single component!
Let’s see how the simulation works…
We need to change three small things. First we need to tell the voltage source in our simulation to use a WAV file. Then we need to tell LTSpice to record the output to another WAV file. Finally, we need to change the simulation time to match the length of the input WAV file (more or less).
1. For excitation of the filter an ordinary voltage source can be used. To assign the voltage signals from the WAV file, hold down the CTRL key and right click on the voltage source. This will reveal the Component Attribute Editor, as shown in the figure below.
Change the value line of the Voltage source to wavefile="C:\NameOfYourWaveFile.wav". The full syntax of wavefile command is wavefile="FileName.wav" [chan=<chan#>]. The “FileName.wav” parameter is mandatory. However, you can omit the quotes if there are no spaces in the file or directory name. The channel parameter is optional. Channel can have a value between 0 … 65.535. Channel 0 is used by default if this parameter is omitted. In a stereo file, channel 0 is assigned to the left channel and channel 1 is assigned to the right channel. LTSpice will figure out the sample rate and the number of bits from the file by itself from the file header.
2. Next we need to capture the output and send it to a file. This is done using the LTSpice .wave command.
<filename.wav> is either a complete absolute path for the .wav file you wish to create or a relative path computed from the directory containing the simulation schematic or netlist. Double quotes may be used to specify a path containing spaces. <Nbits> is the number of sampling bits. The valid range is from 1 to 32 bits. <SampleRate> is the number of samples to write per simulated second. The valid range is 1 to 4294967295 samples be second. The remainder of the syntax lists the nodes that you wish to save. Each node will be an independent channel in the .wav file. The number of channels may be as few as one or as many as 65535. It is possible to write a device current, e.g., Ib(Q1) as well as node voltage. The .wav analog to digital converter has a full scale range of -1 to +1 Volt or Amp.
Note that it is possible to write .wav files that cannot be played on your PC sound system because of the number of channels, sample rate or number of bits due to limitations of your PC’s codec. But these .wav files may still be used in LTspice as input for another simulation. See the sections LTspice=>Circuit Elements=>V. Voltage Source and I. Current source for information on playing a .wav file into an LTspice simulation. If you want to play the .wav file on your PC sound card, keep in mind that the more popularly supported .wav file formats have 1 or 2 channels; 8 or 16 bits/channel; and a sample rate of 11025, 22050, or 44100 Hz.” (Source: LTSpice Wiki)
3. In the transient simulation example in the beginning, the simulation time was set to 20 milliseconds. Now we set the simulation time to be equal (more or less) to the length of WAV file. If we set the time span too short, the WAV file is truncated eq. only a small art of the file is used. If we set it longer than the actual length of the file, our simulation will end with silence…. This is done with the command .tran <time> . This whole scheme will only work in transient simulation mode, of course.
Using the fantastic Twente University WebSDR (http://websdr.ewi.utwente.nl:8901/), I’ve recorded two audio samples. The first sample is a 6-7 seconds long recording of a SSB conversation with the bandwidth set to 6.6 (!) kHz. the sample was recorded at 7073 kHz at 1233h CET March 8th 2023. The 2nd sample is a recording of a CW exchange. Again with the bandwidth set to 6.6 kHz and recorded at 7019 kHz at 1227h CET of the same day and has roughly the same length. You can find both recordings at the end of this post.
Two stage elliptical SSB filter with real audio
We are using the passive Cauer Low Pass Filter again that we’ve used at the beginning of this post. We used the Twente WebSDR SSB wav file recording as input. Using Ctrl-Righ click we open the Component Attribute Editor of V1 and we use the wavefile command to tell LTSpice to use LSB wave file as input.
We capture the output of the filter at two places. The output recorded after the first filter (out1) is stored as ssb1.wav . This is done using the .wave c:SSB1.wav 16 44.1K V(out1) command. The output after the 2nd filter ( labelled out2) is recorded as ssb2.wav using the .wave c:SSB2.wav 16 44.1K V(out2) command. Since the audio captured with WebSDR was a little over 6 seconds, we set the simulation time to 7 seconds with the command .tran 7 . That’s really all there is to it! Now you can run the simulation and listen to the results. You can listen to the outputs of this filters with ssb1.wav and with ssb2.wav
Multiple feedback CW filter with real audio
The CW filter is the same filter as used in the beginning. This time we use, part of, a CW conversation as input. The file can be found HERE.
It works exactly the same as with the SSB filter. We open the Component Attribute Editor with Ctrl-Right Click and use the wavefile command to use the CW wav file as the input. The output of both filter sections (out1 & out2) are captured with the .wave commands. Finally, the simulation time is set to match the length of the input recording with the .tran 7s command. The output is recorded after the first filter (out1) and after the 2nd filter and stored as cw1.wav. respectively as cw2.wav.
The G2NJ Trophy is sometimes awarded for a really good technical article, and sometimes for an outstanding contribution to international QRP. This year’s winner described a Cross-coupled Double Balanced Product Detector in SPRAT 191. The winner is Cor, PA3COR” Steve G0FUW, Sprat 194
Needless to say it was a complete surprise! I feel very honored with this! I looked up who has been awarded this trophy in recent years and then I felt completely hunbled! I can hardly believe it…
Updated : January 25th; Input amplifier Updated : January 26th; Audio filter
A couple of days ago I found the circuit of 20m DC PSK31 receiver at the website of va3iul. The website of va3iul is probably well known in the radio amateur community. It features 100’s of circuit design ideas on all kind of topics related to RF design : oscillators, noise sources, filters, phase shifters, it is all there.
Now my google search came up with an image of a 20m PSK31 receiver designed by DG2XK hosted by va3iul. it didn’t state in which magazine it was originally published and it did not show the component values.
Recent Comments