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

Update fingerprint.py #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update fingerprint.py #107

wants to merge 1 commit into from

Conversation

BOGUNYOU
Copy link

chose the right values of time and frequency to show.

chose the right values of time and frequency to show.
@BOGUNYOU
Copy link
Author

BOGUNYOU commented Mar 18, 2017

The get_2D_peaks function can't show the plot in right way. The frequency value has wrong choice, should be peaks_filtered[x][2]. Time_idx value should be peaks_filtered[x][1]. The frequency should be peaks_filtered[x][0].When using ax.imshow(arr2D) function, the default X axis value is the value of frequency instead of time.

@VladLimbean
Copy link

Yup, I tested this one out. The indices are swapped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants