04-22-2020 05:38 AM
I have plotted the graph between amplitude and time but instead of showing the actual time values on x-axis my graph is showing the no of iterations. how can I fix this?
04-22-2020 06:12 AM
Since you are generating your time, use an X-Y Graph.
04-22-2020 10:14 AM
04-22-2020 10:30 AM
No i don't know. Can please explain me how to do that.
04-22-2020 10:41 AM
@max42 wrote:
No i don't know. Can please explain me how to do that.
Just use a property node for x-scale...multiplier to define the mapping beween array index and x-values.
Here's a quick implementation using your math. I did not change your algorithm, so make sure it is correct.