Fabian Brinkmann

Results 43 issues of 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 -...

feature
audio

## 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:...

coordinates
orientations
plot

### 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....

feature
audio
complex-signal
v0.7.0

### 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`...

feature
dsp
good first issue
merged
v0.7.0

## 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`

plot
ci
help appreciated

## 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...

enhancement
plot
help appreciated

## 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...

samplings
ci
wont fix

### Changes proposed in this pull request: - [x] Remove things that are no longer required from .gitignore - [ ] Search for all `PyfarDeprecationWarnings` and remove corresponding functionalty -...

enhancement
v0.8.0