How to draw an image (of any type, png, jpg, bmp etc) of a Sine wave knowing frequency with amplitude = 1
?
Example:
How to draw an image (of any type, png, jpg, bmp etc) of a Sine wave knowing frequency with amplitude = 1
?
Example:
Copyright © 2021 Jogjafile Inc.
One option is to use
AndroidPlot
. Firstly add it to your dependencies:Add an
XYPlot
to your layout and then start by amending the following exampleMore specifically have a look at:
And try changing
sinAmp
to your desired value.