Hanna Chmeruk
Hanna Chmeruk
### Which issue(s) are closed by this pull request? Closes #751 This is my implementation of the pyfar.dsp.time_crop function, which can be used to crop a signal in the time...
As proposed in the [Issue #835](https://github.com/pyfar/pyfar/issues/835), here is a draft implementation of the _NumPyBase class. This abstract class should define the NumPy-like functions that must then be implemented by the...
#### Which issue(s) will be closed by this pull request? Replaces #720 Closes #206 Here is a draft implementation of test functions for the .ita Reader. If you have any...
As proposed in the [PR #838](https://github.com/pyfar/pyfar/pull/838), here is a draft implementation of the _PyfarArithmetics class. This abstract class should define the basic arithmetic operations.
### Which issue(s) are closed by this pull request? Only partially closes #832 ### Changes proposed in this pull request: - Extension of the [broadcast_cshape](https://pyfar.readthedocs.io/en/stable/modules/pyfar.utils.html#pyfar.utils.broadcast_cshape) function so that an object...