Documentation ¶
Index ¶
Constants ¶
View Source
const RampLen = 12000 / 100 // 10ms if 12k samples per second.
Variables ¶
View Source
var RaisedCosine [RampLen]float64 // Lookup table.
Functions ¶
Types ¶
type Transform ¶
func (*Transform) CopyAndShapeSampsToShaped ¶
func (t *Transform) CopyAndShapeSampsToShaped()
func (*Transform) FFT ¶
func (t *Transform) FFT() []complex128
func (*Transform) NormalizeFFT ¶
func (t *Transform) NormalizeFFT(fft []complex128) []float64
Extract region of interest and convert to unsigned 16bit magnitudes.
Click to show internal directories.
Click to hide internal directories.