spytypes

package
v0.0.0-...-14102c0 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2019 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

View Source
const (
	SamplesComplex64 = iota
	SamplesFloat32
	SamplesComplex32
	SamplesInt16
	SamplesUInt16
	SamplesComplexUInt8
	SamplesBytes
	FFTUInt8
	DeviceSync
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Callback

type Callback interface {
	OnData(int, interface{})
}

type ComplexInt16

type ComplexInt16 struct {
	Real int16
	Imag int16
}

ComplexInt16 is a Complex Number in a signed 16 bit number

type ComplexUInt16

type ComplexUInt16 struct {
	Real uint16
	Imag uint16
}

ComplexUInt16 is a Complex Number in a unsigned 16 bit number

type ComplexUInt8

type ComplexUInt8 struct {
	Real uint8
	Imag uint8
}

ComplexUInt8 is a Complex Number in a unsigned 8 bit number In this case the value 0 is in variable half-way (127)

Jump to

Keyboard shortcuts

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