lasprs/src
2024-11-01 23:54:21 +01:00
..
bin Improved recording code (again). Added simple clip detector that detects whether a clip happened between its instanteation and its drop moment 2024-10-31 21:46:08 +01:00
daq Updated clip code to include data range from channel. Changed DaqChannel and DaqConfig struct to match expected API 2024-11-01 23:54:21 +01:00
filter Added loose gain value to SeriesBiquad. Implemented pink noise. Bup to 0.6.5 2024-10-27 21:33:45 +01:00
math Removed dependency on ndarray_rand. Crate is not updated. Updated pyo3 to new version and updated enum pyclass derive macros. Switch to SmallRng for white noise random number generation. 2024-10-26 21:53:56 +02:00
ps Removed dependency on ndarray_rand. Crate is not updated. Updated pyo3 to new version and updated enum pyclass derive macros. Switch to SmallRng for white noise random number generation. 2024-10-26 21:53:56 +02:00
rt Updated clip code to include data range from channel. Changed DaqChannel and DaqConfig struct to match expected API 2024-11-01 23:54:21 +01:00
siggen Removed some unnecessary wrappers. Added interrupted noise. 2024-10-28 19:24:23 +01:00
slm Removed dependency on ndarray_rand. Crate is not updated. Updated pyo3 to new version and updated enum pyclass derive macros. Switch to SmallRng for white noise random number generation. 2024-10-26 21:53:56 +02:00
config.rs Moved apsmode and apssettings to their own files 2024-09-29 11:45:46 +02:00
lib.rs Added siggencommand. Exported sweep types. Added debug derives on some more classes. StreamMgr now returns result on stream commands, by polling back on a channel for result values. 2024-10-26 11:53:34 +02:00