We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
can anyone assist with modifying the CCIR decoder to accurately detect a bespoke code that NZ fire service use?
tones = { 1981: '0', 1124: '1', 1197: '2', 1275: '3', 1358: '4', 1446: '5', 1540: '6', 1640: '7', 1747: '8', 1860: '9', 2400: 'A', 930: 'B', 2247: 'C', 991: 'D', 2110: '+REPEAT', 1055: 'F'
Tone duration appears to be between 20 and 100ms.
Many thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
can anyone assist with modifying the CCIR decoder to accurately detect a bespoke code that NZ fire service use?
CCIR tone frequencies and corresponding symbols
tones = {
1981: '0', 1124: '1', 1197: '2', 1275: '3', 1358: '4',
1446: '5', 1540: '6', 1640: '7', 1747: '8', 1860: '9',
2400: 'A', 930: 'B', 2247: 'C', 991: 'D', 2110: '+REPEAT', 1055: 'F'
Tone duration appears to be between 20 and 100ms.
Many thanks.
The text was updated successfully, but these errors were encountered: