dmdintf

package
v0.0.0-...-1e63fa9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DmdList

func DmdList(verbose bool) (string, error)

func SystemDone

func SystemDone()

func SystemInit

func SystemInit(root string) error

Types

type Demodulator

type Demodulator struct {
	// contains filtered or unexported fields
}

func NewDemodulator

func NewDemodulator(name string) *Demodulator

func (Demodulator) GetFreq

func (d Demodulator) GetFreq() (int, error)

func (Demodulator) GetParam

func (d Demodulator) GetParam(name string) (string, error)

func (Demodulator) Info

func (d Demodulator) Info() (string, error)

func (*Demodulator) Load

func (d *Demodulator) Load() error

func (Demodulator) Process16s

func (d Demodulator) Process16s(samples []int16) (bool, error)

func (Demodulator) Process32f

func (d Demodulator) Process32f(samples []float32) (bool, error)

func (Demodulator) Process64c

func (d Demodulator) Process64c(samples []complex64) (bool, error)

func (Demodulator) ReadBits

func (d Demodulator) ReadBits() ([]byte, error)

func (Demodulator) ReadLog

func (d Demodulator) ReadLog() (string, error)

func (Demodulator) ReadParams

func (d Demodulator) ReadParams() (map[string]string, error)

func (Demodulator) ReadPhase

func (d Demodulator) ReadPhase() ([]complex64, error)

func (Demodulator) ReadResults

func (d Demodulator) ReadResults() (string, error)

func (Demodulator) ReadText

func (d Demodulator) ReadText() (string, error)

func (Demodulator) Reset

func (d Demodulator) Reset() error

func (Demodulator) SetFreq

func (d Demodulator) SetFreq(freq int) error

func (Demodulator) SetOutDir

func (d Demodulator) SetOutDir(path string) error

func (Demodulator) SetParam

func (d Demodulator) SetParam(name string, value string) error

func (Demodulator) Start

func (d Demodulator) Start(sampleRate int) error

func (Demodulator) Stop

func (d Demodulator) Stop() error

func (*Demodulator) Unload

func (d *Demodulator) Unload() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL