Skip to content

Daniel-D-F-Rushton/SdrSharpPocsagPlugin-Personal-Modification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a personal modification of the original which can be found here---> https://github.com/Dustify/SdrSharpPocsagPlugin

Screenshot

POCSAG decoder

Installation

Extract the 'SdrSharpPocsagPlugin' folder in the release zip into the SDR# 'Plugins' directory.

Plugin directory

My current release

Current release has a zip archive that can be extracted into the 'Plugins' directory of SDR#. https://github.com/Daniel-D-F-Rushton/SdrSharpPocsagPlugin-Personal-Modification/releases/tag/ddfr1

Build from source

Use Visual Studio 2019, the debug output folder can be put into the SDR# 'Plugins' directory.

Usage

Provided the plugin has been loaded successfully, there should be an option to display it in the main menu.

NFM with 12kHz bandwidth seems to work reliably, input is taken directly from the demodulator so audio filtering / mute shouldn't affect decoding.

Plugin directory

Options

De-duplicate

The payload of each message is hashed (ignoring the first 9 characters, which seem to often include time data). With this option enabled new messages received with the same hash will be ignored. A second method of checking if characters 30-40 exist in known messages.

Hide bad decodes

Any messages that have failed BCH (CRC) or parity checks will be ignored.

Wrap payload

The payload section of the table will wrap rather than expand horizontally, newlines in payload data will also be respected.

POCSAG 512 / 1200 / 2400 filter depths

Three controls are available to adjust the length of the moving average filter for each decoder. The filter aims to help decode noisy signals.

These values should be set as low as possible otherwise the data may be 'smoothed into incoherence'.

The filters can essentially be disabled by using a value of '1'.

Clear

Will remove all messages from the buffer.

Notes

  • A maximum of 25 messages will be displayed in the buffer, on a first-in-first-out basis.
  • If a message is less tha 50 character it is dropped.

About

POCSAG decoder plugin for SDR# / SDR Sharp - to be modified for own purposes

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%