-
Notifications
You must be signed in to change notification settings - Fork 30
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
Comments
Plenty of code available on the net if you search ' Arduino Processing Bar Graph ' |
Unfortunately this code is not workable...(((( I spend many hours to repair I do not knew what is the reason... In fact - what I reached... it is working in testing mode only - i.e. step by step taking data from serial buffer and plot in on screen. But when start normally it is cycling... no answer. I guess this is a problem in Arduino side... 21.07.2020, 10:28, "phdv61" <[email protected]>: 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/—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
|
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. |
Oh! I found it !!!!! :)It is herehttp://wiki.openmusiclabs.com/wiki/ArduinoFHT YoursAndrey 21.07.2020, 15:43, "Devin A. Conley" <[email protected]>: 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.—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
|
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).
The text was updated successfully, but these errors were encountered: