I'm trying to run a weird experiment where I have a recording of an entire segment of a voice channel of a p25 system in my area and I'm wondering if I can demodulate it with op25. This is my current setup that is not working does anyone have any suggestions or am I doing this all wrong? I want to decode voice channel recordings, or is that not possible without a control channel?
JSON:
{
"channels": [
{
"demod_type": "cqpsk",
"destination": "udp://127.0.0.1:23456",
"excess_bw": 0.2,
"filter_type": "rc",
"frequency": 8532250,
"if_rate": 24000,
"name": "first",
"plot": "fft",
"symbol_rate": 4800
}
],
"devices": [
{
"args": "wavsrc",
"wav_file": "test5.wav",
"wav_gain": 29,
"gains": "",
"name": "sdr0",
"ppm": 0.0,
"tunable": false
}
],
"trunking": {
"module": "tk_p25.py",
"chans": [
{
"nac": "0x170",
"sysname": "tk_wav",
"control_channel_list": "853.225",
"whitelist": "",
"tdma_cc": false,
"tgid_tags_file": "cobb.tsv",
"crypt_behavior": 0
}
]
}
}