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
- SoftwareControlledHamRadio
- Messages
Search
Re: T41 Hilbert Filter Design
But isn't the Hilbert transform a quite sharp bandpass filter?? Also you have a transmit equalizer, which can low-pass filter?
I'm surprised more filtering is necessary.? Noise injection from a mystery source?
?
A swept tone into the microphone input while observing on a spectrum analyzer will show you what you are getting.
T41EEE uses 12ksps Hilbert phase shifters and this makes equalizer lowpass above about 3kHz essentially useless.
?
--
73 Greg KF5N |
Re: T41 Hilbert Filter Design
I've added a lowpass IIR filter to the transmit audio chain. You can see the code modifications here: I've attached a recording of my transmitted audio (into a dummy load with a monitor attached). It sounds nicer that it did before. I used an SDR to demodulate the RF. The filter I added has only a single stage and can be improved to get sharper cutoff. That'll be a project for the rewrite I'm currently doing, unless someone out there wants to take this on in the mean time.
On Sunday, May 25th, 2025 at 9:54 AM, Oliver KI3P via groups.io <oliver@...> wrote:
|
T41 with Polar Modulation
After learning that Hans Summers was at Dayton Hamvention promoting his QMX which can now operate SSB using Polar Modulation, this got me thinking.
Has anyone considered a T41 using Polar Modulation?
How difficult would the software be to implement? I am sure I can sort the hardware side of things.
?
John, G0SDF |
Re: T41 Hilbert Filter Design
OK, I've pushed these changes to github. I tested my radio with both settings and can't say that I can hear a difference, but the changes are more correct. John W2TX pointed out in an email that the bandwidth of the transmitted signal is too broad. I'm going to investigate that next -- trying to interleave my rewrite of the whole code base with these tweaks to the older version of the code.
On Sunday, May 25th, 2025 at 7:36 AM, Terrance Robertson, KN6ZDE via groups.io <tmrob4@...> wrote:
|
Re: T41 Hilbert Filter Design
The size of the FIR filter's state vector should be numtaps+blocksize-1. For the decimation filter in question, this is 24+256-1 = 279.
?
To be explicit, can you confirm that changing the sizes of the arrays FIR_dec3_EX_I_state and FIR_dec3_EX_Q_state to be 279 items long in lines 1104 and 1105 of the .ino fixes the problem?
?
If this is correct, I'll push this to GitHub.
?
? |
Re: T41 Hilbert Filter Design
On Fri, May 23, 2025 at 06:20 AM, Albert Peter wrote:
I will have to have a look. I did revise some of the fitlter designs in the last version. I tracked down a problem I was having in SSB transmit to the size of the decimate state vectors, FIR_dec3_EX_I_state, FIR_dec3_EX_Q_state.? If these are allocated to DMAMEM, the RF out on the RF board at times exhibits a raised skirt in both side bands.??I'm a novice in filter design and use, but it appears the FIR_dec3_EX_I_state and FIR_dec3_EX_Q_state are too small. ?Properly sized this doesn't happen.? The FIR_int3_EX_I_state and FIR_int3_EX_Q_state vectors appear to be too big, but this isn't a problem, except more memory is used.?
?
How to reproduce:
|
Re: Problem running Arduino on Linux under Kubuntu / Ubuntu
Ken ? The suggestions from Jerry are good but they're not a permanent fix. The files in /tmp are exactly that: temporary. They will be recreated as and when needed the next time you boot the system. ? The problem probably lies in a configuration file buried deep in the darkest depths of /etc, where whatever creates these files gets its config from. ? You're probably better of searching for similar problems on the Ubuntu forums rather than here (and my apologies if anyone here does have an answer). ? Some people consider this DANGEROUS but I would try running the command as root to see if it makes any difference. But you do so at your own risk. ? And a hint for those not used to using the Linux terminal and command line: Use "tab" completion to make entering commands, file names etc easier. So instead of typing the whole of the ? "sudo ls -l /tmpo/.mount_arduinIn8mwB/chrome-sandbox" command just do ? ?sudo ls -l /tmp/.mo<tab key> If it does nothing then either: ? it's got more than 1 possible completion so give it 2 <tabs> and it will ? ? show you the possibilities OR ? there's no ".mo" to comple ?? It looks to me like the last six characters in .mount_arduinIn8mwB are randomly generated each time you run the command, so the above hint should make life easier. Regards Keith G0GNL |
Re: T41 Hilbert Filter Design
What are the audio reports like barefoot? Jack, W8TEE
On Friday, May 23, 2025 at 05:26:33 PM EDT, jerry-KF6VB <jerry@...> wrote:
On 2025-05-23 14:05, jjpurdum via groups.io wrote: > Are you running barefoot or through your amp? *** Through the amp.? I also use my FTDX10 through the amp, and people report crystal clear audio. ? ? ? ? ? ? ? ? ? - Jerry, KF6VB > > Jack, W8TEE > >? On Friday, May 23, 2025 at 04:13:31 PM EDT, jerry-KF6VB > <jerry@...> wrote: > > I just downloaded the latest V066.9 from Oliver's github.? Trying it > out > now. > > People are complaining that my transmit audio is muddy.? And with the > transmit equalizer enabled, it's beyond horrible.? I can actually hear > that in a monitor receiver. > > I tried using the equalizer to brighten up the top end for better > intelligibility, but no joy.? People are telling me that varying its > settings > does nothing at all. > > On the plus side, power down does work now. > >? ? ? ? ? ? ? ? ? - Jerry > > -- > Jack, W8TEE > > > Links: > ------ > [1] /g/SoftwareControlledHamRadio/message/34003 > [2] /mt/113214259/243852 > [3] /g/SoftwareControlledHamRadio/post > [4] /g/SoftwareControlledHamRadio/editsub/243852 > [5] > /g/SoftwareControlledHamRadio/leave/10484476/243852/1943518115/xyzzy -- Jack, W8TEE |
Re: T41 Hilbert Filter Design
On 2025-05-23 14:05, jjpurdum via groups.io wrote:
Are you running barefoot or through your amp?*** Through the amp. I also use my FTDX10 through the amp, and people report crystal clear audio. - Jerry, KF6VB Jack, W8TEE |
Re: T41 Hilbert Filter Design
Are you running barefoot or through your amp? Jack, W8TEE
On Friday, May 23, 2025 at 04:13:31 PM EDT, jerry-KF6VB <jerry@...> wrote:
I just downloaded the latest V066.9 from Oliver's github.? Trying it out now. People are complaining that my transmit audio is muddy.? And with the transmit equalizer enabled, it's beyond horrible.? I can actually hear that in a monitor receiver. I tried using the equalizer to brighten up the top end for better intelligibility, but no joy.? People are telling me that varying its settings does nothing at all. On the plus side, power down does work now. ? ? ? ? ? ? ? ? ? - Jerry -- Jack, W8TEE |
Re: T41 Hilbert Filter Design
I just downloaded the latest V066.9 from Oliver's github. Trying it out now.
People are complaining that my transmit audio is muddy. And with the transmit equalizer enabled, it's beyond horrible. I can actually hear that in a monitor receiver. I tried using the equalizer to brighten up the top end for better intelligibility, but no joy. People are telling me that varying its settings does nothing at all. On the plus side, power down does work now. - Jerry |
Re: Problem running Arduino on Linux under Kubuntu / Ubuntu
except that the file mentioned doesn't actually exist!
I solved the problem by downloading the zip file containing a conventional binary image.? Still have to set chown root and permissions though. ?? You can also just run the appimage with --no-sandbox.?? However that might be less secure! |
Re: T41 Web site update
On Fri, May 23, 2025 at 06:16 AM, Albert Peter wrote:
I will remove the CW messenger, but if you would send a screen shot of the T41 port, I will include that.Screenshot of the code?? The code is available on my GitHub in the file .? It's over 500 lines so I'm not sure if a screenshot is useful.? Perhaps a scroll box? ?
Or do you mean a photo of the radio in that mode.? There's not much to that photo (see below) but if you can handle a video, I can send a short clip demonstrating the memory keyer and keyboard entry (just a CQ with my call sign).
?
|
Re: T41 Hilbert Filter Design
toggle quoted message
Show quoted text
On May 23, 2025, at 5:50?AM, Terrance Robertson, KN6ZDE via groups.io <tmrob4@...> wrote:
|
to navigate to use esc to dismiss