-
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
AIS payload 168 bit or 256 bit - NRZI string #8
Comments
The entire frame, or TDMA slot, is 256 bit long, including preamble, crc, bit stuffing etc. Payload is 168 bit an holds all the AVDM data. NRZI encoder is in bitstring_to_frame_impl.cc, function void bitstring_to_frame_impl::nrz_to_nrzi(char *data, int length). |
Thanks for the reply. I have observed that |
The GNURadio GMSK modulator expects packed unsigned bytes in (0, 1). Vector modulator expects unpacked signed bytes in (-1, 1). |
Thanks for the reply. |
Hi,
The Variable ID sentence in the grc file holds 168 bit payload but AIS specifications says it to be 256 bits.
My Questions for better understanding are following, might be everything is already there but i am not getting it.
Thanks
The text was updated successfully, but these errors were encountered: