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

Bar graphs #35

Open
andreyrusak2020 opened this issue Jul 21, 2020 · 4 comments
Open

Bar graphs #35

andreyrusak2020 opened this issue Jul 21, 2020 · 4 comments

Comments

@andreyrusak2020
Copy link

Looking for a good working codes for Arduno and Processing sides to support plot of FFT results in live bar graph style (normally 128 dots).

@phdv61
Copy link

phdv61 commented Jul 21, 2020

Plenty of code available on the net if you search ' Arduino Processing Bar Graph '
ex :
https://boolscott.wordpress.com/2010/02/04/arduino-processing-analogue-bar-graph-2/

@andreyrusak2020
Copy link
Author

andreyrusak2020 commented Jul 21, 2020 via email

@devinaconley devinaconley changed the title Plot FFT result data from Arduino to PC screen as live frequency bar graph Bar graphs Jul 21, 2020
@devinaconley
Copy link
Owner

Marking as a feature request.

In the meantime, one possible workaround is to create a scatter graph (XY), limit it to display 128 points, and plot each of your frequency components at a different x value. You will need to plot each value one at a time, but you will end up with one point displayed per frequency component. You can even use one graph for magnitude and one graph for phase angle.

@andreyrusak2020
Copy link
Author

andreyrusak2020 commented Jul 21, 2020 via email

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

No branches or pull requests

3 participants