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

NRZ (not NRZI) decoding #38

Open
ereuter opened this issue May 24, 2018 · 3 comments
Open

NRZ (not NRZI) decoding #38

ereuter opened this issue May 24, 2018 · 3 comments

Comments

@ereuter
Copy link

ereuter commented May 24, 2018

I am interested in decoding an AFSK signal that uses 1200/1800 Hz mark/space, but is not NRZI like Bell 202. Each bit is either 1 cycle of 1200 Hz or 1.5 cycles of 1800 Hz, with continuous phase. Packets are 144 bits long. Can minimodem decode this?
I tried the --binaray-raw option, but it seems to still be assuming NRZI.
Thanks.

@ereuter ereuter changed the title Non-NRZI decoding NRZ (not NRZI) decoding May 24, 2018
@nkeck720
Copy link

nkeck720 commented May 28, 2018 via email

@ereuter
Copy link
Author

ereuter commented May 28, 2018

Bell 202 is NRZI. That is the default for Minimodem.

@increa
Copy link

increa commented Jun 6, 2020

The --binary-raw option does simple FSK demodulation, which is not NRZI. I tested this looking at a wav file with Audacity and comparing to the minimodem --binary-raw output. 4KHz mark => 1 and 2KHz space => 0. NRZI interprets transitions as 0 and no transitions as 1, which is not the same.

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

No branches or pull requests

3 participants