Skip to content

A different way of demodulating multiple callerids in one wav file but still using minimodem to demodulate

Notifications You must be signed in to change notification settings

a53m0t4n/pycidminimodemwrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The fix for a minor unexpected case in callerid this project demonstrated was incorporated into the latest minimodem which you should compile from https://github.com/kamalmostafa/minimodem.

Turns out I was using wierd flags (-a is autocarrier for poorer audio conditions as found in DXing and HAM i.e, RTTY) on minimodem, removing this as per Kamal's suggestion fixed half the problem.

The minor problem in minimodem's caller id implementation had something to do with the following scenario being unexpected: " ...if the number and name had not been included then the parameter types for those fields would be different. These alternate parameter types are used to signify that the data contained in that parameter is the reason for its absence. The parameter type for the number section would have been a binary 00000100 (decimal 4) and the parameter type for the name section would have been a binary 00001000 (decimal 8)..." https://hkn.eecs.berkeley.edu/~drake/callsense/callerid.html

About

A different way of demodulating multiple callerids in one wav file but still using minimodem to demodulate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages