jjoe64 / GraphView

Android Graph Library for creating zoomable and scrollable line and bar graphs.
https://github.com/jjoe64/GraphView/wiki
Other
2.76k stars 811 forks source link

Is it Possible? #601

Open JeyanthInba opened 6 years ago

JeyanthInba commented 6 years ago

Hi, I want to plot the frequency data in a graph (real time),whether it is possible by using graph view? I have attached the sample freqency spectrum plot,Like this I need,Kindly support me!

JeyanthInba commented 6 years ago

spectrum

blubbub commented 2 years ago

You need an FFT (Fast Fourier Transform) algorithm. It is definitely possible.