Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- BITX20
- Messages
Search
0.1uF at 300hz has a reactance around 5000ohm, at 3Khz 500ohm, so it acts as a sort of audio high pass filter. If the cap has a higher capacitance the audio response is flatter. Il 04/mar/2019 19:15, "Joe Puma" <kd2nfc@...> ha scritto:
|
Re: Pseudo-Sine?
Filters... Part of the problem with using filters, or additional filters, is that some of the undesired signals are tunable.? They are not always on the same frequency, depending on where the VFO frequency is set.? This pretty much requires that these filters either be for a single band, or in the IF region where frequencies are stable.? There is a way to add a parallel capacitor to a pi-type filter to cause a steep notch at some other frequency.? N7VE did that very effectively in design of the BITX20A and BITX17A.? Others implemented the same idea with their BITX40A versions.? I have not seen that done or discussed for later designs.? Of course this gets us back to the spurs and harmonics being tunable and not on a set frequency.? You can add the notching capacitor but it will be for a specific frequency.? Filter bandwidth versus depth can be changed by adding resistance to degrade the filter.? This makes the filters broader but less effective.? If you want to play with filter characteristics it is possible to model them in LTSpice. The models will not be real-world because of distributed capacitance and inductance, but they will be fairly close.? If you know the amount of extraneous capacitance and inductance presented to your filters you can enter that as well in the Spice model to get quite accurate results.? Filter characteristics and application is an ongoing discussion point.? We could start a #hashtag for consolidating filter related discussion but there are so many different filters, and different places to apply them that the consolidation would probably be ineffective. Arv? K7HKL _._ On Mon, Mar 4, 2019 at 1:25 PM Adrian Chadd <adrian@...> wrote:
|
Re: Pseudo-Sine?
A bandpass filter that gives flat response across all of 80m (let alone 80m+60m both)?
toggle quoted message
Show quoted text
would be more difficult to implement than a low pass filter. Though a bandpass filter if done well could be better, in that it would reject some spurs below the operating frequency. Jerry On Mon, Mar 4, 2019 at 12:24 PM, Adrian Chadd wrote:
|
Re: Encoder
if its the common 100prr-6 (6 terminals on the back):
the A and B termianls are transistors to ground and are used. Ground is ground (0V) termial Black and brown to the A and B terminals? (reverse if the rotation direction is backward) 5V from raduino 5V reg to the leds (Vcc? terminal) One note I used V4.3 code with my mods and it worked well.? Some codes for the Raduino are slow and if you rotate the encoder quickly it will not keep up. Allison |
Re: Encoder
Oliver,
toggle quoted message
Show quoted text
Does your rotary encoder put out 5v pulses on an A and a B channel when you spin the dial? If yours is like the industrial service rotary encoder I plan to install and puts out 5-volt pulses from an A and B terminal, then it's a bit different from the stock encoder.? The stock encoder basically grounds the black (A) and brown (B) lines in "pulse-like" fashion while turning the knob. What we have to do is convert our encoders from a pulsed-output of 5v signals, to perform the pulsed-grounding of live signal lines delivered to it from the radio. I might suggest taking the brown wire from the Raduino plug and connect it to the Source leg of a 2N7000. Connect the Drain to earth (yellow). The leg of the transistor that remains, the Gate, connects to one output or the other of your new encoder. Now, repeat this transistor make-up for the Raduino's black wire using a second 2N7000.? Connect that equation up to the other output terminal of your encoder.? I don't know if A=A and B=B on your encoder compared to the original, though you'll find out. Doing this, your encoder's 5v pulses will "instruct" these two FET transistors to momentarily short out the original Raduino signal lines to earth in the same way that the original encoder device momentarily or repeatedly shorts out the black and brown for tuning or for function-selections. In other words, we've reversed the new encoder's output logic to match the old one's logic so that your uBitx sees what it expects to see [and does what it expects it to do]. If tuning goes backward, reverse the "B" and the "A" wires.?And, obviously, remember to? install a separate momentary push button between the red and yellow wires before you end up needing that for radio operating functions in the future 73, Ted K3RTA
|
Joe Puma
¿ªÔÆÌåÓýAwesome, it didn¡¯t hit me at first. I just grabbed two off eBay for $11 for both. I have parts I was going to use on interfaces, transformers, optocouplers, the easydigi has all you need. I¡¯ve known about easydigi for a while but now that I¡¯m digging deeper in EE I understand what all the parts do in the circuit. Even on antenna lines. The DC cap is very necessary when doing bias t on receive antennas. You guys taught me so much lol ;)Joe KD2NFC? On Mar 4, 2019, at 3:20 PM, Gordon Gibby <ggibby@...> wrote:
|
Re: Pseudo-Sine?
Well, where are the harmonics showing up? :) -adrian On Mon, 4 Mar 2019 at 12:21, jim via Groups.Io <ab7vf=[email protected]> wrote:
|
Re: Pseudo-Sine?
jim
So, perhaps a dumb question or maybe two .., but "Why the continued instance on using low-pass filters ...Wouldn't some band-pass filters make more sense?? Jim
On Monday, March 4, 2019, 12:15:41 PM PST, Jerry Gaffke via Groups.Io <jgaffke@...> wrote:
As I said in post 66008: > Allisons extra filters would fix that, at the cost of considerable complication. On Mon, Mar 4, 2019 at 12:03 PM, ajparent1/KB1GMX wrote: o fix this more fully: |
Gordon Gibby
toggle quoted message
Show quoted text
|
Re: Pseudo-Sine?
As I said in post 66008:
toggle quoted message
Show quoted text
> Allisons extra filters would fix that, at the cost of considerable complication. On Mon, Mar 4, 2019 at 12:03 PM, ajparent1/KB1GMX wrote: o fix this more fully: |
Re: Pseudo-Sine?
Allison,
toggle quoted message
Show quoted text
Are you referring to my suggestion of unbalancing the D3,D4 mixer,? CLK2=VFO, CLK1=45mhz, CLK0=dead?? Given the 45mhz crystal filter, there should then be only 45mhz energy present going into the D1,D2 mixer signal port. And if that 45mhz sine wave is of low enough level, the primary product out of the D1,D2 mixer will? be a sine wave at the transmit frequency.? ? Plus some higher frequency stuff that gets stripped out by the 30mhz LPF. And a bunch of crud from secondary mixer products and harmonics in the 45mhz IF and coupling from the PA. But by unbalancing D3,D4 for CW transmit, we should get a CW signal that's as clean as SSB with regard to harmonics. And be cleaner and simpler than messing with injecting an audio tone. Jerry, KE7ER On Mon, Mar 4, 2019 at 11:48 AM, ajparent1/KB1GMX wrote: The problem is the source is square and the DBM is being used for a switch. |
Re: Pseudo-Sine?
to fix this more fully:
Switchable filters to replace? the 33mhz? existing one L1-4. for the 3.5- 5mhz range a low pass filter with cutoff of 6mhz for the 7- 10mhz range a low pass filter with cutoff of 11mhz for the 11- 19mhz range a low pass filter with cutoff of 20mhz for the 20- 29.9mhz range a High pass filter with cutoff of 20mhz ***Note for this range that helps but a band pass for 21mhz and a wide band pass for 24-29mhz would also be a better way (clean ssb). Either way 4 to 5 filters greatly clean up signals. The 33mhz filter delete it. Why would this work?? The RF source tends to be biased toward greater third harmonic for CW so putting effort into the second harmonic reduction for a filter is not required.? The result is a modest 15db reduction of third harmonic and spurs into the PA would clean up many if not all of the offending signals.? Good filters will with good switching can achieve more. Since the work is being down at low power levels (sub 1 milliwatt) SMD inductors and capacitors will be adequate.? Switching can be done with diodes or relays. The problem is space and simply doing it.? The board space is limited however the underside is totally unused. Allison |
Re: Pseudo-Sine?
Jerry,
The problem is the source is square and the DBM is being used for a switch. That means the output is square.? AS to CW it works better than the old pump in a tone and can be clean with the exception of managing harmonics. In the old days and even now the tube rigs with SI5351 as a synthetic crystal is clean, why?? Tubes are not fast they make lousy square waves even when fed them.? that and many of the radios have tuned circuits before the final and the output is tuned.? OFten if you qsy across them band touching up the tuning is required.? ?That is what selectivity and tuning does for us and too us. Modern radios are wide band amps that will make efforts to reproduce what they were fed.? So the basic solution is still, filters, lacking that, a very clean source.? Alas the uBitx has a square wave source and no way to clean up before the amp, a hole is there to fill. Allison |
Re: Pseudo-Sine?
Unfortunately, they went and outlawed spark in 1929.? ? ;-)
toggle quoted message
Show quoted text
Jerry On Mon, Mar 4, 2019 at 11:28 AM, bill wright wrote:
|
Re: Pseudo-Sine?
I use an old noise generator.? that is a very broadband signal you can probably tailor it to the HF band 73 kd5yyk
On Monday, March 4, 2019, 11:46:12 AM CST, Jim Sheldon <w0eb@...> wrote:
Not enough coffee this morning Jerry,? However, there is NO way to create a "pseudo sine wave" that will cover that frequency spread (1.8 to 30 MHz) with the current setup and Jerry's right, the only way is to use proper LPF filtering for all the bands. ?Unfortunately the 4 supplied are too broad to do the job properly and with only the supplied # of relays, it's not possible to switch extra ones in and out to achieve the desired results without some serious cut/paste modifications to even the V5 uBITX board. Jim
------ Original Message ------
From: "Jerry Gaffke via Groups.Io" <jgaffke@...>
Sent: 3/4/2019 11:10:13 AM
Subject: Re: [BITX20] Pseudo-Sine? You have that backwards. |
Re: Pseudo-Sine?
I believe Allison has found that the four transmit LPF's are adequate.
toggle quoted message
Show quoted text
It is the board routing imposed by using the minimum possible number of relays? that is allowing those harmonics to sneak through. Using more expensive relays designed for use at RF can also help. Since this is primarily an SSB rig with CW as an afterthought, I don't think we can complain too much. As I see it, the intent is to provide a minimum usable rig to encourage tinkerers to tinker and learn, and in this it succeeds.? The tinkering required to move CW keying to the D3,D4 mixer should be quite interesting and easy to do.? If you want proper CW operation, your next project is clean electronic QSK.? ?;-) Jerry, KE7ER On Mon, Mar 4, 2019 at 09:46 AM, Jim Sheldon wrote:
|
Re: Pseudo-Sine?
Most attempts at transmitting CW on *Bitx* variants over the last 15 years have involved?
toggle quoted message
Show quoted text
injecting an audio tone into the mike input. Ideally, the result is indeed exactly the same as any other CW transmission. This forum goes back to 2004, lots of examples of injecting an audio tone for CW right here. But unbalancing a mixer should give better results. Either unbalance mixer D1,D2 with CLK2=TransmitFreq? and CLK1=CLK0=dead as on the stock uBitx, or unbalance mixer D3,D4 with CLK2=VFO,? CLK1=45mhz, CLK0=dead as I just proposed. Better results because: ? ? No close in crap due to distortion in your audio oscillator, mike amp, or modulator ? ? No opposite sideband due to a not quite perfect crystal filter ? ? No residual carrier due to a not quite balanced modulator and a not quite perfect crystal filter. ? ? It's much simpler to implement The first three issues are unavoidable for SSB transmissions given this architecture. But easily avoided when transmitting CW, by way of shutting down the modulator (CLK0=dead) and unbalancing a mixer. On the other hand, this is primarily a QRP SSB rig. Less than ideal CW operation may be acceptable for some if not using an external power amp. Have at it as you see fit. Jerry, KE7ER On Mon, Mar 4, 2019 at 10:18 AM, Evan Hand wrote: When I tested the SSB harmonic performance with a single audio tone, it looked to me like a CW carrier. I also noted that the harmonics were much lower using the full SSB path.? Is a simple solution to create a pure audio tone that is keyed with the PTT signal line?? The built in side tone generator would need to be significantly filtered to make it into a clean sine wave. |
Re: Pseudo-Sine?
When I tested the SSB harmonic performance with a single audio tone, it looked to me like a CW carrier. I also noted that the harmonics were much lower using the full SSB path.? Is a simple solution to create a pure audio tone that is keyed with the PTT signal line?? The built in side tone generator would need to be significantly filtered to make it into a clean sine wave.
Just an idea, not really into CW myself (at least at this point). 73 Evan AC9TU |
Re: Pseudo-Sine?
Ignore that last paragraph of my previous post, included below.
toggle quoted message
Show quoted text
It's garbage text. On Mon, Mar 4, 2019 at 10:14 AM, Jerry Gaffke wrote: We're assuming there is no 12mhz energy present at the D3,D4 mixer (CLK0 is shut down). |
to navigate to use esc to dismiss