-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add NR2 (emnr) NR algo from WDSP library #28
Comments
Hello @grahamwhaley. I have upload 2 videos to YouTube as an example of difference from NR to NR2 on Thetis software. I was looking for the Voice Squelch, but now i think the NR2 must come first, Regards |
Hi @Roturbo - thanks for the videos! NR2 is sounding pretty good in those. NR2 is closer to Spectral in DSPham than to NR. DSPham already has NR, but it is called LLMS in DSPham. I also realised we are normally using Teensy 4.0 in DSPham, not Teensy 4.1 (although a 4.1 should work fine I think). But Teensy 4.0 'only' has 2Mb of Flash, so we would have to see if NR2 would fit! Thetis/PowerSDR is looking very nice in those videos btw - but, I think I can't run it under Linux with any of my radios or SDR rx's :-) |
Hi, sounds great on the video, wan't sure which was which though as both
versions NR1 and 2 sound quite good, the first seemed clearer though.
73, Rob
…On 08/06/2023 03:14, Roturbo wrote:
Hello @grahamwhaley <https://github.com/grahamwhaley>.
I have upload a video to youtube as an example of difference from NR
to NR2.
https://youtu.be/nLl0pLms4EM
I was looking for the Voice Squelch, but now i think the NR2 must come
first,
i hope you have some time one day to make some upgrades on your DSPham.
Regards
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADYZGDYWZMZ4WTAC2VKWVJDXKEYQZANCNFSM6AAAAAAY5URY6Y>.
You are receiving this because you are subscribed to this
thread.Message ID: ***@***.***>
|
Hello @grahamwhaley Yes the first time i switch from DSPham to this software radio it sounds almost the same About Thetis, it works only with the Apache Labs radios and Hemes boards, I have test the PiHPSDR and is more silence without NR´s than the win version, still, Regards |
Hello @BitLoose, on NR there is always some noise on the back, also the audio is not clear as You will notice the the transition from NR2 to normal,, than i switch to NR a few seconds Regards |
It looks like I 'missed' an NR algo in my original research. I added the
xanr
algo from WDSP, but completely missed that it also contains a spectral NR algo, generally called NR2 (as that is how it is labelled in the relevant GUIs), but can be found in the file emnr.c in the library itself.It could be quite a challenge to integrate, as:
The text was updated successfully, but these errors were encountered: