SmartSDR Waveform API
Find a file
Haylz 2d66da14a4 RX State Machine HEADER_PROCESSING to BIT_FRAME_SYNC
The header processing stage always switched to the VOICE_FRAME stage. This caused garbage to be loaded into decode buffers. This fix changes the logic to only switche from HEADER_PROCESS stage to VOICE_FRAME stage if there is a P_FCS match, otherwise goes back to the BIT_FRAME_SYNC stage.
2019-06-11 16:54:30 -05:00
DSP_API RX State Machine HEADER_PROCESSING to BIT_FRAME_SYNC 2019-06-11 16:54:30 -05:00
pc/CODEC2 GUI Updated D-Star app to work with SmartSDR v3. 2019-04-25 13:47:39 -05:00
.gitignore Add message field, improve logging 2015-08-30 19:25:56 -04:00
LICENSE Initial commit 2014-09-05 13:22:16 -05:00
README.md Update README.md 2014-09-06 13:54:13 -05:00

smartsdr-dsp

SmartSDR DSP API

SmartSDR-DSP contains the source code for a wrapper, as well as an implemented example of a modem for any signal processing block that could be attached to a SmartSDR radio.

The implemented example uses the CODEC2 digital voice coder and FreeDV HF Modem developed and released by David Rowe.

The intention is that the API, defined by example, in the wrapper could be used to attach a PSK-31 Modem, or a RTTY modem, or any signalling system to the radio. Provisions are included for multiple audio or I-Q baseband input or output streams.

Although originally intended for bi-directional signalling modems, the actual implementation could be expanded well beyond simple signalling to such things as noise-blankers or a skimmer, or any third party software that would benefit from baseband or audio stream access.

The API and the wrapper are "open" under GPL3, and therefore allow third party access to an otherwise "closed" software defined radio.

This interface, by using VITA-49 Ethernet packets for control, status and data transport enables an architecture where the "MODEM" can be located inside a separate process inside the radio, on a separate processor attached to the network, or in a separate PC, particularly for development purposes.

For information on this and other APIs, see the FlexRadio web page at www.flexradio.com and the FlexRadio Community at community.flexradio.com

If you are totally lost, you may send an email at developer /at/ flex radio 0x2E com