Skip to content

Will FECdecoder work with P25 control channel? #53

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

Open
sbromberger opened this issue Mar 3, 2015 · 1 comment
Open

Will FECdecoder work with P25 control channel? #53

sbromberger opened this issue Mar 3, 2015 · 1 comment

Comments

@sbromberger
Copy link

I noticed that FECdecoder appears to implement a trellis decoder. Will this work with the P25 control channel (assuming you initialize it the same way as in dstar_header_decode)?

@EdFuentetaja
Copy link
Contributor

I doubt it. On the P25 training guide document it says that the TSBK uses a "Rate 1/2 Trellis Encoder (196,96)." On the FECdecoder method it seems that 660 bits get in and 660 get out... Given the lack of documentation on the code we need to refer to the DSTAR header specs to understand what it does.
On the other hand the TIA 102.BAAA document (it's your friend) gives some details on the Trellis 1/2 codes used for P25 data packets, probably they use the same on the TSBK.

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

2 participants