cbadc.utilities
Utility functions
This module contains various helpful functions to accommodate the cbadc toolbox.
Functions
|
Convert a byte stream into a control_sequence |
|
Compute power spectral density of sequence. |
|
Convert a control signal into a byte stream |
|
Creates an iterator that reads a control sequence from a CSV file. |
|
Find the n largest peaks in the spectrum and return indexes. |
|
Find the peak in the spectrum and return indexes. |
|
Convert an iterator into a numpy array |
A helper function for selecting the right bytes settings. |
|
|
Convenience function to pickle an object. |
|
Convenience function to load python object from pickled file |
|
Creates a iterator producing random control signals. |
|
Generate a byte stream iterator from file |
|
Generate a byte stream iterator from http request |
|
Write progress to stdout using |
|
Compute snr from spectrum |
|
Extended spectrum computations |
|
Write a stream into binary file. |
|
Write a stream into a sequence of binary files of size words_per_file. |
|
Create wave file from data array. |
Classes
|
Fixed point description class. |