Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Legend of InterpolateSpectrums show functionality is wrong. #456

Closed
mberz opened this issue Apr 14, 2023 · 0 comments
Closed

Legend of InterpolateSpectrums show functionality is wrong. #456

mberz opened this issue Apr 14, 2023 · 0 comments
Labels
bug For bugs not on the master branch good first issue merged

Comments

@mberz
Copy link
Member

mberz commented Apr 14, 2023

General

  • pyfar version: 0.5.2 and others.

Description

The legend of InterpolateSpectrums.__call__(..., show=True) is wrong. Input is output and vice versa. See snippet.

interpolator = pf.dsp.InterpolateSpectrum(
    alpha_thomasson, method='magnitude',
    kind=('cubic', 'cubic', 'nearest'))
alpha_interp = interpolator(2**17, 1600*2, show=True)

image

@mberz mberz added bug For bugs not on the master branch good first issue labels Apr 14, 2023
@github-actions github-actions bot added this to To do in Code Backlog Apr 14, 2023
Code Backlog automation moved this from To do to Done Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For bugs not on the master branch good first issue merged
Projects
Development

No branches or pull requests

2 participants