robotastic / trunk-recorder

Records calls from a Trunked Radio System (P25 & SmartNet)
GNU General Public License v3.0
863 stars 193 forks source link

Analog squelch #6

Closed patrickfish closed 8 years ago

patrickfish commented 9 years ago

Implement RF squelch for analog transmissions.

robotastic commented 9 years ago

Do you know much about the GnuRadio Squelch blocks? There are a couple and I am not sure the best to use. In the original SmartNet program, they use Power Squelch, I could try that.

https://github.com/bistromath/gr-smartnet/blob/master/src/python/logging_receiver.py#L41

patrickfish commented 9 years ago

I tried (unsuccessfully) to test it on my own branch. I'd be willing to test it if you implemented it.

robotastic commented 9 years ago

I just added the code, but it looks like there is an error in Gnuradio where it is not installing a header file correctly. I am going to posted it to the mailing list to get fixed. I will see if I can install the header file locally and make it work.

On Mar 6, 2015, at 11:21 PM, patrickfish notifications@github.com wrote:

I tried (unsuccessfully) to test it on my own branch. I'd be willing to test it if you implemented it.

— Reply to this email directly or view it on GitHub https://github.com/robotastic/trunk-recorder/issues/6#issuecomment-77672810.

robotastic commented 8 years ago

Closing since there has been no update and the code has been updated to fix a lot of problems.