Skip to content
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

Mic App: DSB RX distortion c/m + minor improv. #734

Conversation

Brumi-2021
Copy link
Contributor

@Brumi-2021 Brumi-2021 commented Oct 29, 2022

(MINOR CORRECTIONS and IMPROVEMENTS to RX of the MIC -APP)
In previous fw PR #727 , I could realise that the audio demodulated of the MOD: DSB reception, was distorted.
After debugging and testing I could confirm that I wrongly activated RX AM DSB-C (with carrier) demodulation, but when we transmit a signal AM suppressing the carrier , (DSB-SC) actually it was just decoding incorrect distorted audio.

With this minor PR , we apply following minor changes, :
i-) To avoid missunderstanding , and be more accurate , we changed in the main MOD Types label : DSB label --> DSB-SC (previous label : DSB was to general better specify that in that mode we are really TX DSB-SC, because actually in that mode , we are transmitting both lateral side bands , but with suppressed central carrier .

ii-) Add in the below RX part ,when we activate the MOD : DSB-SC , in the below submenu, the user will have the choice to select the lateral demod. part , USB or LSB.

iii-) I am removing in below line the "FM" word, "FM RXBW" --> "RXBW", and now we are displaying the selected reception bandwith of each selected mode. (in all modes, not only FM ) .

iv-) Other minor GUI issues, adding 1,2 in the RXBW labels that has several options, example NFM1, NFM2, SSB1, SSB2, then user can better recognise wich MODES has additional RX sub-options or not .
image

v-) some internal code comments corrections , and code improvements.

I already validated in both platforms , AK4951 H1 , WM8731 H2+ , transmitting AM /DSB-SC / USB / LSB from GNURADIO.

Cheers,

Copy link
Member

@gullradriel gullradriel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems legit.

@gullradriel gullradriel merged commit 2c3f8e9 into portapack-mayhem:next Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants