- How to match the impedance in/out from 50 ohms behind and ahead of this filter?
- How to come up with a convenient mechanical interface, both for characterizing the filter and for use in home-brew constructions?
- How to verify that the passband is that narrow?
W1PJE RadioWorks
A blog for various radio musings from an ionospheric physics person, longtime shortwave listener, and amateur radio licensee.
Sunday, January 12, 2025
Adapting a Commercial Narrow SSB Filter for Homebrew Use: ICOM FL-80
Monday, February 19, 2024
Statistics of Parts Sorting
[Today I was listening to SolderSmoke podcast #250 and was shocked to find my name mentioned for the 10m AM conversion I have been doing, as documented here. I'm famous now!]
During the podcast, the trio mentioned the need to pay attention to the quality of the parts one orders from various sources, some with better results than others. This reminded me that some people haven't really thought that much either about what it means when you buy a part at a given tolerance - e.g 1%, 5%, etc.
What you get actually depends critically on how the parts sorting is done. Let's demonstrate. This is a plot of 10,000 resistor values, with 100 ohm target and assuming a 10% Gaussian distribution:
Now the factory selects their 1% grade parts and puts them aside in a bin. What's the distribution now look like?
Not bad; the 1% didn't take many out so that on average, you're still looking at Gaussian approximate distribution of the parts. So a selection taken at random here from the parts left still has about 100 ohm mean with 10% variation.
However, now let's do a second bin sorting and take out all the 5% parts. What's left for the hapless 10% "floor sweepings" tolerance buyer?
Decidedly NOT a Gaussian distribution any longer. It's bimodal. In fact, as you can see, you get parts with two means: 111.63 ohms, and 88.60 ohms! The distribution around those values also looks really Poisson to me, no longer a bell curve.
So depending on how the sorting is done at the factory, you can end up with large gaps in the values of the parts you might naively think are 10% distributed - which in this case is definitely NOT (100 +/- 10 ohms). The good stuff disappeared. It might also make a difference to you if you are expecting to sort parts looking for matches for e.g. building filters, etc. - you'd probably have to buy more parts (twice as many?) to get a good number within some distance of one another. Think about the distance between those two distributions (vs. the distance within one).
Yet another reason to make sure your designs don't depend critically on absolute part values.
==================================
PS: Here's the Python code that generated the plots, for any who are interested.
#
# Demonstrate effects of parts sorting on statistics of remaining population
# 2024-02-19 PJE
#
import numpy
import scipy.stats
import numpy.random
import pylab
# 10,000 parts with 10% tolerance: 100 ohm resistor
rcenter = 100
tol = 0.1
N = 10000
rp = numpy.random.normal(loc=rcenter, scale=rcenter*tol, size=N)
# plot with overlaid bell curve
def plotdist(rp, rcenter, tol, tstr, fname, pval=None):
pylab.figure()
x = numpy.linspace(rcenter*(1-5*tol),rcenter*(1+5*tol),1000)
n,bins,patch = pylab.hist(rp, bins=500,density=True,label='Parts dist')
pylab.plot(x, scipy.stats.norm.pdf(x, rcenter, tol*rcenter),'m-',linewidth=4,label='Gaussian distribution')
if pval:
# mark means as vertical lines
for k in range(len(pval)):
rpsel = rp[pval[k]]
rpmean = numpy.mean(rpsel)
pylab.axvline(rpmean, color='r', label='Mean: %.2f' % (rpmean))
pylab.legend(fontsize=10)
pylab.grid()
pylab.xlabel('Resistor value (ohms)')
pylab.ylabel('Relative number of parts')
pylab.title(tstr)
pylab.savefig(fname, dpi=300)
Converting an 11m CB to Amateur Use: 10m Fun with General Electric (Part 4: Waterfall plots of AM modulation)
As a conclusion to the 10m AM modification blog, here's what the modulation looks like on a waterfall plot when tuned to "channel 12" / 29.025 MHz thanks to my KiwiSDR - transmission distance was about 2 meters into a dummy load across the bench using a clip lead as an antenna:
and here's the demodulated audio (Click here to play).
Notice the carrier is offset by about 400 Hz, probably due to the reference crystal being off in the LO. 400 Hz / 29025 kHz = 13.8 parts per million. AM cares not!
Now I have to construct a simple coaxial vertical dipole for the acid test: QSO time. I'll revisit then.
Sunday, February 4, 2024
Converting an 11m CB to Amateur Use: 10m Fun with General Electric (Part 3: Modification to 10M; RX and partial TX tuning)
Today I followed the modification steps and success! The radio is now on 10m. Quite straightforward in two general steps:
Tuesday, January 30, 2024
Converting an 11m CB to Amateur Use: 10m Fun with General Electric (Part 2: Power Out and AM Mod Depth)
Sunday, January 28, 2024
Converting an 11m CB to Amateur Use: 10m Fun with General Electric (Part 1)
This type of project is especially interesting since as we ascend to the peak of Solar Cycle 25, electron density is way up and higher bands like 10 meters (with their accompanying lower noise floors) have now opened up for longer distance contacts.
Off I went to eBay, where I ended up with a pristine GE model 3-5804D, with 2 crystal configuration but importantly the PLL02A chip from a core Cybernet design that has been the subject of a large number of CB conversion projects over the years of this sort. My find even has the GE front name plate - a must in this case - which apparently likes to detach itself from the radio.
Most of the modifications are CB related - like this one - but we'll be following the prescription for 10m conversion from Jerry K5JC.
The first step is to make sure the radio still works on 11m, and here we encounter our first problem: no response when feeding 12VDC at all. Then I opened the covers and found something strange: the back DC plug clearly marks "-" and "+" polarity:
Yet inside the radio the red wire was going to "-" and black to "+". Wiring error from the overworked GE factory technicians? Or something else?
It soon became clear: someone had reversed input polarity in this radio's past, and had blown the reverse protection diode in shorted mode. In a fit of desperation, the 'golden screwdriver' came out and they reversed the leads inside the radio - but to no avail, since the diode was gone. Here it is:
A quick reinstallation of a new diode (used a 1N4007 which has plenty good rating), and reverse the power leads to their proper positions, and the radio came to life.
Using a forceps clamp stuck into the center conductor of the SO239 jack (there's an efficient antenna for you), one of those types with a kilowatt+ "special" amplifier appears on Channel 6, yelling away into their splattered and horribly overdriven set. Yes, that's the CB band - things clearly worked!
Hooking up a calibrated signal generator with AM modulation, we see that the S meter isn't really that far off; -73 dBm is nearly S9. Good enough for government work, or GE, in this case. Channels are where they are supposed to be tuned.
Then the final check of the transmit section. Hooked up to a dummy load, it drew about 1.25 amps at 13.6V from the power supply, so guessing a reasonable power out. (Power meter was not available right now but I'll check that later.). Employing my KiwiSDR with a 6 inch piece of wire jammed into the center connector, I listened to the audio. I did notice on the waterfall that the frequency was low by maybe 1 kHz but for AM, that doesn't matter. Audio was reasonable quality for this handheld microphone but my ersatz antenna meant that I'm not worrying about it too much yet. Here's a sample (click to play).
So here ends Part 1: the radio works as intended. Next step: modification.
Tuesday, January 11, 2022
Repairing an HP E3612A Power Supply
The problems are evident here when examining C7 close up - check out those nearby traces:
Time to desolder, and while I was at it, time to also replace all the electrolytics (except the very largest ones, which seemed OK and which were also RTV'd down to the board). Removing the old ones revealed further electrolyte ugliness:
Addendum:
Adapting a Commercial Narrow SSB Filter for Homebrew Use: ICOM FL-80
I am a long time follower of the Soldersmoke podcast with Bill Meara N2CQR, Pete Juliano N6QW, and now Dean Souleles KK4DAS. Pete has been...
-
Today I followed the modification steps and success! The radio is now on 10m. Quite straightforward in two general steps:
-
As a conclusion to the 10m AM modification blog, here's what the modulation looks like on a waterfall plot when tuned to "channel 1...
-
[Today I was listening to SolderSmoke podcast #250 and was shocked to find my name mentioned for the 10m AM conversion I have been doing, a...