Fabian Brinkmann

Results 43 issues of Fabian Brinkmann

## General * pyfar version: 0.6.0 ## Description `pyfar.dsp.InterpolateSpectrum` overshoots if not using linear or nearest neigbor interpolation. This is because we internally use `scipy.interpolate.interp1d` which is a non-monotonic interpolation...

bug
dsp

## General * pyfar version: 0.5.4 ## Description - [x] Unify documentation of classes, especially of magic functions like `__init__`

documentation
merged
v0.7.0

## General * pyfar version: 0.5.2 ## Description We need to update https://pyfar.readthedocs.io/en/stable/concepts/pyfar.fft.html#fft-normalizations along with introducing complex signals (see #396).

documentation
audio
fft
complex-signal

## General * pyfar version: 0.5.3 ## Description We currently don't compare images when testing plots. This might help: https://github.com/sunpy/sunpy/blob/a3a076b8e33c445c0d444e33db40ad996f9b242f/sunpy/tests/helpers.py#L86

plot
ci

## General * pyfar version: 0.52 ## Description The PyfarClass._decode() function copy objects before writing to disk, which might be an unnecessary overhead. Related to #443

io

## General We want to write the CONTRIBUTING.rst in a way that it can be used for all pyfar packages. Other packages will then link to the pyfar guide lines...

documentation

## General * pyfar version: 0.5.2 ## Description We discussed that function in its current form is a bit too complicated. It has a special case of a regularization function...

enhancement
dsp

### Which issue(s) are closed by this pull request? Closes #610 ### Changes proposed in this pull request: - [x] add toggling unit of time plots to interaction (#610) -...

complex-signal

### Changes proposed in this pull request: - [x] add `pyfar.dsp.correlate` - [x] test `pyfar.dsp.correlate` - [x] use `pyfar.dsp.correlate` in the docs were correlation was computed manually before @sikersten maybe...

feature
dsp
v0.8.0

It would be nice to have level calculation functions in accordance with DIN EN 61672-1 and similar. **Structure** (updated): We propose to create a new module `pf.level` that contains Standard-conform...

feature
dsp
discuss