essentia
essentia copied to clipboard
Implementation of Direct Scale Transform Feature
[feat] Complete Implementation of Direct Scale Transform
- Added parameters in header file
- Added configure function
- Added first order difference and matrix multiplication code
[feat] Add tests for Direct Scale Transform Add the following tests:
- Invalid Parameters Test
- Invalid Inputs Test
- Zero Input Test
- Regression Test to compare with original Python implementation