powerdart_v2 0.0.3
powerdart_v2: ^0.0.3 copied to clipboard
Updated version of Lorenzo Calisti's powerdart Compute the Power Spectral Density (PSD) on Dart. This package runs everywhere dart runs.
0.0.3 - 2024/06/12 Update Dart version #
- Updated Dart version to support null safety
0.0.2 - 2020/05/11 Fix PSD algorithm #
- Fix the generation of the normalized frequency vector in psd
- Replace the return type of psd from a map to
PsdResult
- Replace the return type of maxIndexed from a list to
MaxIndexedResult
0.0.1 - 2020/05/11 Initial Release #
- This is the first release of the package