stream library functions¶
-
stream.decimate(stream, factor)¶ Downsample signals by factor. Remember to filter first!
-
stream.rechunk(stream, chunksize)¶ New iterator with correct chunksize.
-
stream.read(fname, chunksize=2000000.0, **kwargs)¶ input: the filename of a raw binary file should have an associated meta file returns FileStream