Graph Plotting Q&A: Velocity & Acceleration Data

  • Context: Undergrad 
  • Thread starter Thread starter bradyj7
  • Start date Start date
  • Tags Tags
    Graph
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
bradyj7
Messages
117
Reaction score
0
Hello,

I have velocity and acceleration data record for a car every second.

I would like to produce a plot like this

https://dl.dropbox.com/u/54057365/All/safd.JPG

For the frequency axis, would you count up the number of observations for each speed and acceleration pair and then divide by the total number of observations?

Thanks
 
Last edited by a moderator:
Physics news on Phys.org
I think so. You can use the total number of observations as well, if you don't care about the scaling of the axis.

You could consider removing all (0,0)-values.
 
Good idea to leave out the (0,0) information (unless resting time is important to know about). Excel will do the scaling of the graph for you so it wouldn't matter whether or not you divided by total number of observations.