Fabian Brinkmann
Fabian Brinkmann
Problem: We want to allow signals with complex time data Required changes in audio classes: - [x] TimeData: add `complex` argument in init and make it a class property -...
## Description The coordinates and orientations classes have show methods to plot their geometry. Those should be moved to the plot module. ## Checklist for Discussion - [ ] Names:...
### Which issue(s) are closed by this pull request? Closes #384 ### Changes proposed in this pull request: This is a branch for collecting approved pull requests related to #384....
### Changes proposed in this pull request: Pull taken over from #380 after inacitivity - Fractional octave filter banks as class - Inherit from FilterFIR or FilterSOS - 2 seperate...
## General * pyfar version: 0.6.1 ## Description `pyfar.dsp.filter` does not have all-pass filters. They would be easy to add since they are already contained as private functions in `pyfar.dsp.filter._audiofilter`...
## General * pyfar version: 0.5.1 ## Description There also should be a test for for `plot.time` and `plot.freq` if they work with NaNs in `TimeData` and `FrequencyData`
## General * pyfar version: 0.5.2 The Matplotlib ticker does not properly control how many tick labels are shown on a logarithmic axes. A workaround might be to check the...
## General * pyfar version: 0.5.1 ## Description we load data in `_sph_t_design_load_data` using an unencrypted connection. The data is available under an encrypted connection, but the certificate needs to...
### Changes proposed in this pull request: - [x] Remove things that are no longer required from .gitignore - [ ] Search for all `PyfarDeprecationWarnings` and remove corresponding functionalty -...