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

DFT output for positive mirror not correct length #12

Closed
psambit9791 opened this issue Dec 30, 2020 · 1 comment
Closed

DFT output for positive mirror not correct length #12

psambit9791 opened this issue Dec 30, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@psambit9791
Copy link
Owner

The full DFT output should be of length equal to the signal length. The mirrored (only positive) length should be equal to (length of signal)/2 + 1. But the mirrored output length is computed as (length of signal)/2.

@psambit9791 psambit9791 added the bug Something isn't working label Dec 30, 2020
@psambit9791 psambit9791 self-assigned this Dec 30, 2020
@psambit9791 psambit9791 added this to Issues ❌ in Features List Dec 30, 2020
psambit9791 added a commit that referenced this issue Dec 30, 2020
@psambit9791
Copy link
Owner Author

Fixed in commit 3c6be69.

@psambit9791 psambit9791 moved this from Issues ❌ to Done ✔️ in Features List Dec 30, 2020
@psambit9791 psambit9791 moved this from Done ✔️ to Fixed in Features List Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Features List
  
Fixed
Development

No branches or pull requests

1 participant